Difference between revisions of "Field-programmable gate array"

From ScienceZero
Jump to: navigation, search
(New page: A field-programmable gate array (FPGA) is a semiconductor device containing programmable logic components and programmable interconnects. The logic is commonly implemented as look-up table...)
 
Line 1: Line 1:
 
A field-programmable gate array (FPGA) is a semiconductor device containing programmable logic components and programmable interconnects. The logic is commonly implemented as look-up tables that is read in encrypted form from external non-volatile memory each time the FPGA boots. The function of the FPGA is usually defined using languages like [[Verilog]] and [[VHSIC hardware description language|VHDL]].
 
A field-programmable gate array (FPGA) is a semiconductor device containing programmable logic components and programmable interconnects. The logic is commonly implemented as look-up tables that is read in encrypted form from external non-volatile memory each time the FPGA boots. The function of the FPGA is usually defined using languages like [[Verilog]] and [[VHSIC hardware description language|VHDL]].
  
[[Category: Computers]]
+
[[Category: Computing]]
 
[[Category: Electronics]]
 
[[Category: Electronics]]

Revision as of 02:15, 31 January 2007

A field-programmable gate array (FPGA) is a semiconductor device containing programmable logic components and programmable interconnects. The logic is commonly implemented as look-up tables that is read in encrypted form from external non-volatile memory each time the FPGA boots. The function of the FPGA is usually defined using languages like Verilog and VHDL.