Difference between revisions of "FPGA"
From Tech
Jump to navigationJump to search (→FPGA's) |
(→Altera) |
||
Line 8: | Line 8: | ||
==Altera== |
==Altera== |
||
− | * [http://www.altera.com/devices/fpga/fpga-index.html Altera Website] |
+ | * [http://www.altera.com/devices/fpga/fpga-index.html Altera Website] |
* [http://www.farnell.com/datasheets/1536834.pdf Cyclone III datasheet] |
* [http://www.farnell.com/datasheets/1536834.pdf Cyclone III datasheet] |
||
* Free medium density FPGA [http://www.altera.com/products/software/quartus-ii/web-edition/qts-we-index.html Quartus II Web Edition Software] (4GB..., [http://download.altera.com/akdlm/software/acdsinst/12.1sp1/243/standalone/12.1sp1_243_quartus_free_linux.tar.gz?None&fileExt=.gz linux link]) |
* Free medium density FPGA [http://www.altera.com/products/software/quartus-ii/web-edition/qts-we-index.html Quartus II Web Edition Software] (4GB..., [http://download.altera.com/akdlm/software/acdsinst/12.1sp1/243/standalone/12.1sp1_243_quartus_free_linux.tar.gz?None&fileExt=.gz linux link]) |
Revision as of 17:36, 20 March 2013
Stuff about VHDL
See VHDL
FPGA's
- nice datasheet Altera
Altera
- Altera Website
- Cyclone III datasheet
- Free medium density FPGA Quartus II Web Edition Software (4GB..., linux link)
cd /mnt/t 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 /altera_installer/bin/altera_installer_cmd --all --target=/opt/altera12.1sp1/ --source `pwd`