URL
https://opencores.org/ocsvn/present/present/trunk
Subversion Repositories present
[/] [present/] [trunk/] [Pure/] [sim/] [rtl_sim/] [bin/] [Makefile] - Rev 8
Compare with Previous | Blame | View Log
PROJECT=present-pureRM=rm -rfPLATFORM=xc3s500e-fg320-5XILINX_DIR="D:/Programy/Xilinx/14.2/ISE_DS/ISE/bin/nt64/"FUSE=$(XILINX_DIR)"fuse.exe"VHPCOMP=$(XILINX_DIR)"vhpcomp.exe"clean:$(RM) ./isim$(RM) ./isim.wdb$(RM) *.log$(RM) *.xmsgs$(RM) ./fuseRelaunch.cmd$(RM) *.exeexports:export DISPLAY=:0export XILINX=D:/Programy/Xilinx/14.2/ISE_DS/ISEexport SYSOP=nt64export PATH=${XILINX}/bin/${SYSOP}export LD_LIBRARY_PATH=${XILINX}/lib/${SYSOP}PresentTB:$(VHPCOMP) -work isim_temp -intstyle ise -prj ./PresentTB_stx_beh.prj$(FUSE) -intstyle ise -incremental -o PresentTB_isim_beh.exe -prj ./PresentTB_beh.prj work.PresentTBrun_PresentTB: exports PresentTB"./PresentTB_isim_beh.exe" -intstyle ise -gui -tclbatch isim.cmd -wdb "PresentTB_isim_beh.wdb"keyupdTB:$(VHPCOMP) -work isim_temp -intstyle ise -prj ./keyupdTB_stx_beh.prj$(FUSE) -intstyle ise -incremental -o keyupdTB_isim_beh.exe -prj ./keyupdTB_beh.prj work.keyupdTBrun_keyupdTB: exports keyupdTB"./keyupdTB_isim_beh.exe" -intstyle ise -gui -tclbatch isim.cmd -wdb "keyupdTB_isim_beh.wdb"sLayerTB:$(VHPCOMP) -work isim_temp -intstyle ise -prj ./sLayerTB_stx_beh.prj$(FUSE) -intstyle ise -incremental -o sLayerTB_isim_beh.exe -prj ./sLayerTB_beh.prj work.sLayerTBrun_sLayerTB: exports sLayerTB"./sLayerTB_isim_beh.exe" -intstyle ise -gui -tclbatch isim.cmd -wdb "sLayerTB_isim_beh.wdb"
