Jump to content
  • 0

what is this xilinx?


Riteshkakkar

Question

8 answers to this question

Recommended Posts

I was always partial to this description of what an FPGA is.

Xilinx is nothing more than a Vendor who provides FPGAs.  The Spartan 3 you cite above is a bit out of date, though.  If you are starting out, I'd recommend you start with one of their 7-series FPGA's such as the Artix 7 found on both the Basys3, CMod A7, and Arty A7 boards.

Dan

 

Link to comment
Share on other sites

What does an FPGA do?  It evaluates logic.

How does it work?  It is built around an array of tables, each evaluating a logic function and storing the result.  See the video above.

Does it run faster than a microcontroller?  That depends.  For some problem sets it will.  For others, the microcontroller will work better.  If you just want something that will run programs, then the microcontroller will probably run faster.  For example, you can build a microcontroller out of an FPGA.  The result will probably run slower than a commercial microcontroller.  If instead you want something that evaluates logic reliably and within  hard timing deadlines, then you might find the FPGA works faster.

Dan

 

Link to comment
Share on other sites

Hi @Riteshkakkar,

To a certain extent, with enough work, you can build almost anything you like on an FPGA, so it is not possible to list all possible projects to be made on a FPGA. Loosely speaking, you could say that the possibilities an FPGA (or a microcontroller/microprocessor for that matter) are endless.

Thanks,
JColvin

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...