FPGA: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
(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...")
 
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.