Difference between revisions of "FPGA"

From Tech
Jump to navigationJump to search
 
Line 2: Line 2:
   
 
See [[VHDL]]
 
See [[VHDL]]
  +
  +
See [[FPGA Projects]]
   
 
=Hardware=
 
=Hardware=
Line 7: Line 9:
 
* Info about the [[Papilio]] board I've bought
 
* Info about the [[Papilio]] board I've bought
 
* [[FPGA Test Board]]
 
* [[FPGA Test Board]]
  +
   
 
=Choosing an FPGA=
 
=Choosing an FPGA=

Latest revision as of 20:39, 20 May 2013

Stuff about VHDL

See VHDL

See FPGA Projects

Hardware


Choosing an FPGA

Xilinx

Lattice


Altera

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

See Also