URL
https://opencores.org/ocsvn/present/present/trunk
Details |
Compare with Previous |
View Log
| Line No. |
Rev |
Author |
Line |
| 1 |
8 |
gajos |
PROJECT=present-pure
|
| 2 |
|
|
|
| 3 |
|
|
RM=rm -rf
|
| 4 |
|
|
|
| 5 |
|
|
PLATFORM=xc3s500e-fg320-5
|
| 6 |
|
|
|
| 7 |
|
|
XILINX_DIR="D:/Programy/Xilinx/14.2/ISE_DS/ISE/bin/nt64/"
|
| 8 |
|
|
FUSE=$(XILINX_DIR)"fuse.exe"
|
| 9 |
|
|
VHPCOMP=$(XILINX_DIR)"vhpcomp.exe"
|
| 10 |
|
|
|
| 11 |
|
|
clean:
|
| 12 |
|
|
$(RM) ./isim
|
| 13 |
|
|
$(RM) ./isim.wdb
|
| 14 |
|
|
$(RM) *.log
|
| 15 |
|
|
$(RM) *.xmsgs
|
| 16 |
|
|
$(RM) ./fuseRelaunch.cmd
|
| 17 |
|
|
$(RM) *.exe
|
| 18 |
|
|
|
| 19 |
|
|
exports:
|
| 20 |
|
|
export DISPLAY=:0
|
| 21 |
|
|
export XILINX=D:/Programy/Xilinx/14.2/ISE_DS/ISE
|
| 22 |
|
|
export SYSOP=nt64
|
| 23 |
|
|
export PATH=${XILINX}/bin/${SYSOP}
|
| 24 |
|
|
export LD_LIBRARY_PATH=${XILINX}/lib/${SYSOP}
|
| 25 |
|
|
|
| 26 |
|
|
PresentTB:
|
| 27 |
|
|
$(VHPCOMP) -work isim_temp -intstyle ise -prj ./PresentTB_stx_beh.prj
|
| 28 |
|
|
$(FUSE) -intstyle ise -incremental -o PresentTB_isim_beh.exe -prj ./PresentTB_beh.prj work.PresentTB
|
| 29 |
|
|
|
| 30 |
|
|
run_PresentTB: exports PresentTB
|
| 31 |
|
|
"./PresentTB_isim_beh.exe" -intstyle ise -gui -tclbatch isim.cmd -wdb "PresentTB_isim_beh.wdb"
|
| 32 |
|
|
|
| 33 |
|
|
keyupdTB:
|
| 34 |
|
|
$(VHPCOMP) -work isim_temp -intstyle ise -prj ./keyupdTB_stx_beh.prj
|
| 35 |
|
|
$(FUSE) -intstyle ise -incremental -o keyupdTB_isim_beh.exe -prj ./keyupdTB_beh.prj work.keyupdTB
|
| 36 |
|
|
|
| 37 |
|
|
run_keyupdTB: exports keyupdTB
|
| 38 |
|
|
"./keyupdTB_isim_beh.exe" -intstyle ise -gui -tclbatch isim.cmd -wdb "keyupdTB_isim_beh.wdb"
|
| 39 |
|
|
|
| 40 |
|
|
sLayerTB:
|
| 41 |
|
|
$(VHPCOMP) -work isim_temp -intstyle ise -prj ./sLayerTB_stx_beh.prj
|
| 42 |
|
|
$(FUSE) -intstyle ise -incremental -o sLayerTB_isim_beh.exe -prj ./sLayerTB_beh.prj work.sLayerTB
|
| 43 |
|
|
|
| 44 |
|
|
run_sLayerTB: exports sLayerTB
|
| 45 |
|
|
"./sLayerTB_isim_beh.exe" -intstyle ise -gui -tclbatch isim.cmd -wdb "sLayerTB_isim_beh.wdb"
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.