Author Topic: Why do osciloscopes use FPGA and ASiC`s instead of a conventional PC CPU ?  (Read 2291 times)

0 Members and 1 Guest are viewing this topic.

Offline little_carlosTopic starter

  • Regular Contributor
  • *
  • Posts: 133
Is there any advantage of using fpga's or ASICS instead of a cpu ? or conventional pc hardware?
 

Offline John_ITIC

  • Frequent Contributor
  • **
  • Posts: 511
  • Country: us
  • ITIC Protocol Analyzers
    • International Test Instruments Corporation
FPGAs and ASIC can deal with data with nanosecond intervals while a microprocessor deals with microseconds. If you need to do things really fast like data acquisition then a micro is simply not useful.
Pocket-Sized USB 2.0 LS/FS/HS Protocol Analyzer Model 1480A with OTG decoding.
Pocket-sized PCI Express 1.1 Protocol Analyzer Model 2500A. 2.5 Gbps with x1, x2 and x4 lane widths.
https://www.internationaltestinstruments.com
 

Offline danadak

  • Super Contributor
  • ***
  • Posts: 1875
  • Country: us
  • Reactor Operator SSN-583, Retired EE
In the scheme of things -


FPGA                               User Design down to LUT, routability limited by architecture                                  Mid optimized
Full ASIC                          User Design down to choosing size of transistors, routable at transistor level           Highly optimized

UP, some super high volume parts, one can argue, depending on vendor, the most optimized
in terms of die size, process, package, testability.....

http://www.eetimes.com/author.asp?section_id=36&doc_id=1322856

http://asic-soc.blogspot.com/2007/11/what-is-difference-between-fpga-and_06.html


Regards, Dana.
Love Cypress PSOC, ATTiny, Bit Slice, OpAmps, Oscilloscopes, and Analog Gurus like Pease, Miller, Widlar, Dobkin, obsessed with being an engineer
 

Offline DutchGert

  • Frequent Contributor
  • **
  • Posts: 257
  • Country: nl
All of the above and in general:

An FPGA is great in parallel processing
A CPU is great in sequential processing
 

Offline danadak

  • Super Contributor
  • ***
  • Posts: 1875
  • Country: us
  • Reactor Operator SSN-583, Retired EE
Great embedded CPUs these days have parallel processing in the
form of DMA driven architectures.

An example (Cypress PSOC) attached. An A/D, followed by Digital Filter and
DAC, all operating independently from CPU. Same can be done on com, many
other activities.


http://www.cypress.com/products/32-bit-arm-cortex-m-psoc

In fact PSOC can additionally be programmed in Verilog, in addition to C/ASM for CPU, to create custom
parallel operating modules.

Regards, Dana.
« Last Edit: March 30, 2016, 12:22:46 pm by danadak »
Love Cypress PSOC, ATTiny, Bit Slice, OpAmps, Oscilloscopes, and Analog Gurus like Pease, Miller, Widlar, Dobkin, obsessed with being an engineer
 

Offline DutchGert

  • Frequent Contributor
  • **
  • Posts: 257
  • Country: nl
Great embedded CPUs these days have parallel processing in the
form of DMA driven architectures.

An example (Cypress PSOC) attached. An A/D, followed by Digital Filter and
DAC, all operating independently from CPU. Same can be done on com, many
other activities.


http://www.cypress.com/products/32-bit-arm-cortex-m-psoc

In fact PSOC can additionally be programmed in Verilog, in addition to C/ASM for CPU, to create custom
parallel operating modules.

Regards, Dana.

Correct, but in general a CPU is a sequential device and an FPGA is a device that can be great at parallel processing if configured/programmed correctly.
In my experience very inefficient designs come from embedded C engineers that start doing VHDL/Verilog because its 'just another programming language'. In a language like C u use hardware to execute your code while in VHDL/Verilog u 'design'/create hardware from available logic blocks.
 

Offline danadak

  • Super Contributor
  • ***
  • Posts: 1875
  • Country: us
  • Reactor Operator SSN-583, Retired EE
I think its getting more and more difficult to differentiate CPU from
FPGA solutions and vice versa, as FPGA vendors recognized the
importance of CPU, memory, so now offer those solutions in their
tools. In short look at the SOC parts of today's tools.

I can't comment on proficiency of designers other than the folks I know
using the Cypress CPU + Verilog capability parts (PSOC) have bridged
some designs that would have used separates 10+ years ago and driven
costs and power down and reliability up in these designs. In fact I am
wrapping up a design where the FPGA fabric capability of PSOC has
allowed me to do the entire system in a PSOC. In this case the CPU is
the heart of the design, the fabric the  flexibility I needed.

I am now learning FPGA and so far see the design issues largely common
with CPU embedded work. However the stuff I am contemplating is not
solving Ghz Cell Tower management, or the first Mars expedition command
module.


Regards, Dana.



« Last Edit: March 30, 2016, 01:39:43 pm by danadak »
Love Cypress PSOC, ATTiny, Bit Slice, OpAmps, Oscilloscopes, and Analog Gurus like Pease, Miller, Widlar, Dobkin, obsessed with being an engineer
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf