Difference between revisions of "FPGA"
From Tech
Jump to navigationJump to search (→Xilinx) |
|||
Line 6: | Line 6: | ||
* Website: [http://www.xilinx.com/products/silicon-devices/fpga/ http://www.xilinx.com/products/silicon-devices/fpga/] |
* Website: [http://www.xilinx.com/products/silicon-devices/fpga/ http://www.xilinx.com/products/silicon-devices/fpga/] |
||
* Free edition of software: [http://www.xilinx.com/products/design-tools/ise-design-suite/ise-webpack.htm ISE WebPACK] |
* Free edition of software: [http://www.xilinx.com/products/design-tools/ise-design-suite/ise-webpack.htm ISE WebPACK] |
||
+ | Source the env variables: |
||
+ | . /opt/Xilinx/14.4/ISE_DS/settings32.sh |
||
=Lattice= |
=Lattice= |
Revision as of 16:21, 27 March 2013
Stuff about VHDL
See VHDL
Xilinx
- Website: http://www.xilinx.com/products/silicon-devices/fpga/
- Free edition of software: ISE WebPACK
Source the env variables:
. /opt/Xilinx/14.4/ISE_DS/settings32.sh
Lattice
Altera
- Altera Website
- Cyclone III datasheet (finally one I can somewhat understand)
- Free medium density FPGA Quartus II Web Edition Software (4GB..., linux link)
cd /tmp wget -O 12.1sp1_243_quartus_free_linux.tar.gz "http://download.altera.com/akdlm/software/acdsinst/12.1sp1/243/standalone/12.1sp1_243_quartus_free_linux.tar.gz?None&fileExt=.gz" cd ~ tar -xvzf 12.1sp1_243_quartus_free_linux.tar.gz cd 12.1sp1_243_quartus_free_linux TARGET=/opt/altera12.1sp1/ altera_installer/bin/altera_installer_cmd --all --target=$TARGET --source `pwd` altera_installer/bin/altera_installer_cmd --install=devices --target=$TARGET --source `pwd` --web #start it up: /opt/altera12.1sp1/quartus/bin/quartus