Difference between revisions of "FPGA"

From Tech
Jump to navigationJump to search
Line 7: Line 7:
 
* Spartan 3a Starter Board: [http://nl.farnell.com/digilent/410-155/spartan-3e-basys2-fpga-eval-board/dp/2061836 SPARTAN-3E, BASYS2, FPGA, EVAL BOARD] ([http://www.xilinx.com/support/documentation/boards_and_kits/ug334.pdf Board Guide]) Spartan 3a [http://www.xilinx.com/support/documentation/user_guides/ug331.pdf user guide], [http://www.xilinx.com/support/documentation/boards_and_kits/ug334.pdf Data Sheet]
 
* Spartan 3a Starter Board: [http://nl.farnell.com/digilent/410-155/spartan-3e-basys2-fpga-eval-board/dp/2061836 SPARTAN-3E, BASYS2, FPGA, EVAL BOARD] ([http://www.xilinx.com/support/documentation/boards_and_kits/ug334.pdf Board Guide]) Spartan 3a [http://www.xilinx.com/support/documentation/user_guides/ug331.pdf user guide], [http://www.xilinx.com/support/documentation/boards_and_kits/ug334.pdf Data Sheet]
 
* 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]
 
#Installing libXm.so.3:
Source the env variables:
 
. /opt/Xilinx/14.4/ISE_DS/settings32.sh
 
DISPLAY=:0
 
Installing libXm.so.3:
 
 
sudo apt-get install libmotif3
 
sudo apt-get install libmotif3
  +
The main ISE binary is hidden in <tt>$INSTALL_DIR/~/Xilinx/14.4/ISE_DS/ISE/bin/lin/ise</tt>
 
 
#Set the env variables:
  +
INSTALL_DIR=/opt
 
. $INSTALL_DIR/Xilinx/14.4/ISE_DS/settings32.sh
 
DISPLAY=:0
  +
  +
#starting the main app:
 
$INSTALL_DIR/Xilinx/14.4/ISE_DS/ISE/bin/lin/ise
   
 
=Lattice=
 
=Lattice=

Revision as of 10:24, 28 March 2013

Stuff about VHDL

See VHDL

Xilinx

#Installing libXm.so.3:
sudo apt-get install libmotif3
#Set the env variables:
INSTALL_DIR=/opt
. $INSTALL_DIR/Xilinx/14.4/ISE_DS/settings32.sh
DISPLAY=:0

#starting the main app:
$INSTALL_DIR/Xilinx/14.4/ISE_DS/ISE/bin/lin/ise

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