Difference between revisions of "Field-programmable gate array"
Jump to navigation
Jump to search
(start) |
(fill in some details) |
||
Line 1: | Line 1: | ||
FPGA is a logic matrix configurable chip. | FPGA is a logic matrix configurable chip. | ||
+ | |||
+ | Several open hardware projects use FPGAs, such as | ||
+ | * [[Minimig FPGA]] | ||
+ | * ... | ||
+ | * [[Projects#Balloon_Xscale_ARM.2BFPGA_dev_board | Balloon Xscale + FPGA board]] | ||
+ | * [[WikiNode | The Open Graphics Project]] (OGP) is developing graphics cards with fully published specs and open source drivers. Since the first version will be a FPGA, is also collecting information on FPGA programming and interfacing. | ||
+ | * ... | ||
+ | * ... ''(Add other open hardware projects I'm forgetting to this list)'' | ||
+ | |||
+ | [[Verilog]] ... | ||
+ | [[Xilinx]] ... | ||
+ | [[Altera]] ... | ||
+ | |||
+ | |||
+ | == further reading == | ||
+ | |||
+ | * [http://en.wikipedia.org/wiki/Field-programmable_gate_array Wikipedia: field-programmable gate array] | ||
+ | |||
+ | ---- |
Revision as of 20:23, 28 July 2007
FPGA is a logic matrix configurable chip.
Several open hardware projects use FPGAs, such as
- Minimig FPGA
- ...
- Balloon Xscale + FPGA board
- The Open Graphics Project (OGP) is developing graphics cards with fully published specs and open source drivers. Since the first version will be a FPGA, is also collecting information on FPGA programming and interfacing.
- ...
- ... (Add other open hardware projects I'm forgetting to this list)
Verilog ... Xilinx ... Altera ...