URL
https://opencores.org/ocsvn/present/present/trunk
Subversion Repositories present
[/] [present/] [trunk/] [DecodeTesting/] [sim/] [rtl_sim/] [bin/] [Makefile] - Rev 7
Compare with Previous | Blame | View Log
PROJECT=present-pure-testingRM=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}PresentDecodeCommTB:$(VHPCOMP) -work isim_temp -intstyle ise -prj ./PresentDecodeCommTB_stx_beh.prj$(FUSE) -intstyle ise -incremental -o PresentDecodeCommTB_isim_beh.exe -prj ./PresentDecodeCommTB_beh.prj work.PresentDecodeCommTBrun_PresentDecodeCommTB: exports PresentDecodeCommTB"./PresentDecodeCommTB_isim_beh.exe" -intstyle ise -gui -tclbatch isim.cmd -wdb "PresentDecodeCommTB_isim_beh.wdb"PresentDecTB:$(VHPCOMP) -work isim_temp -intstyle ise -prj ./PresentDecTB_stx_beh.prj$(FUSE) -intstyle ise -incremental -o PresentDecTB_isim_beh.exe -prj ./PresentDecTB_beh.prj work.PresentDecTBrun_PresentDecTB: exports PresentDecTB"./PresentDecTB_isim_beh.exe" -intstyle ise -gui -tclbatch isim.cmd -wdb "PresentDecTB_isim_beh.wdb"keyupd_invTB:$(VHPCOMP) -work isim_temp -intstyle ise -prj ./keyupd_invTB_stx_beh.prj$(FUSE) -intstyle ise -incremental -o keyupd_invTB_isim_beh.exe -prj ./keyupd_invTB_beh.prj work.keyupd_invTBrun_keyupd_invTB: exports keyupd_invTB"./keyupd_invTB_isim_beh.exe" -intstyle ise -gui -tclbatch isim.cmd -wdb "keyupd_invTB_isim_beh.wdb"ShiftRegTB:$(VHPCOMP) -work isim_temp -intstyle ise -prj ./ShiftRegTB_stx_beh.prj$(FUSE) -intstyle ise -incremental -o ShiftRegTB_isim_beh.exe -prj ./ShiftRegTB_beh.prj work.ShiftRegTBrun_ShiftRegTB: exports ShiftRegTB"./ShiftRegTB_isim_beh.exe" -intstyle ise -gui -tclbatch isim.cmd -wdb "ShiftRegTB_isim_beh.wdb"sLayer_invTB:$(VHPCOMP) -work isim_temp -intstyle ise -prj ./sLayer_invTB_stx_beh.prj$(FUSE) -intstyle ise -incremental -o sLayer_invTB_isim_beh.exe -prj ./sLayer_invTB_beh.prj work.sLayer_invTBrun_sLayer_invTB: exports sLayer_invTB"./sLayer_invTB_isim_beh.exe" -intstyle ise -gui -tclbatch isim.cmd -wdb "sLayer_invTB_isim_beh.wdb"PresentFullDecoderTB:$(VHPCOMP) -work isim_temp -intstyle ise -prj ./PresentFullDecoderTB_stx_beh.prj$(FUSE) -intstyle ise -incremental -o PresentFullDecoderTB_isim_beh.exe -prj ./PresentFullDecoderTB_beh.prj work.PresentFullDecoderTBrun_PresentFullDecoderTB: exports PresentFullDecoderTB"./PresentFullDecoderTB_isim_beh.exe" -intstyle ise -gui -tclbatch isim.cmd -wdb "PresentFullDecoderTB_isim_beh.wdb"PresentKeyGenTB:$(VHPCOMP) -work isim_temp -intstyle ise -prj ./PresentKeyGenTB_stx_beh.prj$(FUSE) -intstyle ise -incremental -o PresentKeyGenTB_isim_beh.exe -prj ./PresentKeyGenTB_beh.prj work.PresentKeyGenTBrun_PresentKeyGenTB: exports PresentKeyGenTB"./PresentKeyGenTB_isim_beh.exe" -intstyle ise -gui -tclbatch isim.cmd -wdb "PresentKeyGenTB_isim_beh.wdb"
