Skip to content

Instantly share code, notes, and snippets.

View gvillalta99's full-sized avatar
🇧🇷
Vai Brasil!

gvillalta99 gvillalta99

🇧🇷
Vai Brasil!
View GitHub Profile
export PATH=$PATH:$XILINX_INSTALLATION/$XILINX_VERSION/ISE_DS/ISE/bin/lin64
#XILINX_INSTALLATION is the path where you installed the Xilinx ISE Design Suite with xinstall
#XILINX_VERSION is the version of Xilinx ISE Design Suite installed
@gvillalta99
gvillalta99 / Makefile
Created April 30, 2014 19:51
TDD on VHDL
#Project file
PRJ=counter_tb.prj
#Compiled executable
EXE=counter_tb.exe
#TCL commands that will run in the simulator
CMD=isim.cmd
#Temporary Command file
CMDTMP=isim.tmp.cmd
#Waveform DataBase from simulation
WDB=isim.wdb