FPGA: Difference between revisions
Jump to navigation
Jump to search
Matt Maier (talk | contribs) (Created page with "A Field Programmable Gate Array (FPGA) is a grid of identical logic circuits. They don't execute lines of code like a microcontroller. Instead, the logic circuits are connected t...") |
Matt Maier (talk | contribs) No edit summary |
||
Line 2: | Line 2: | ||
* [http://netfpga.org/foswiki/bin/view/NetFPGA/OneGig/LearnMore NetFPGA] is an open source PCI card for testing networking systems. | * [http://netfpga.org/foswiki/bin/view/NetFPGA/OneGig/LearnMore NetFPGA] is an open source PCI card for testing networking systems. | ||
* [http://www.aclevername.com/articles/linux-xilinx-tutorial/index.html Linux on FPGAs] |
Revision as of 20:47, 16 January 2012
A Field Programmable Gate Array (FPGA) is a grid of identical logic circuits. They don't execute lines of code like a microcontroller. Instead, the logic circuits are connected to each other in specific way and all the logic runs in parallel simultaneously.
- NetFPGA is an open source PCI card for testing networking systems.
- Linux on FPGAs