Getting started with fpga
Remarks#
“A field-programmable gate array (FPGA) is an integrated circuit designed to be configured by a customer or a designer after manufacturing – hence “field-programmable”. The FPGA configuration is generally specified using a hardware description language (HDL), similar to that used for an application-specific integrated circuit (ASIC).” per Wikipedia
It should also mention any large subjects within fpga, and link out to the related topics. Since the Documentation for fpga is new, you may need to create initial versions of those related topics.
FPGAs code is usually written using the HDLs Verilog or VHDL. FPGAs often include pre-designed logic such as memories and DSP/math functions. FPGAs may include serial transceivers and embedded microprocessors.
There are fours major manufacturers of FPGAs:
- Xilinx, Inc.
- Intel (who bought Altera Corp. in 2015)
- Microsemi (who bought Actel Corp. in 2010)
- Lattice Semiconductor Corp.
Installation or Setup
Detailed instructions on getting fpga set up or installed.