This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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 |
NewerOlder