OpenCores
URL https://opencores.org/ocsvn/present/present/trunk

Subversion Repositories present

[/] [present/] [trunk/] [32BitIO/] [sim/] [rtl_sim/] [bin/] [Makefile] - Blame information for rev 5

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 5 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
PresentEncTB:
27
        $(VHPCOMP) -work isim_temp -intstyle ise -prj ./PresentEncTB_stx_beh.prj
28
        $(FUSE) -intstyle ise -incremental -o PresentEncTB_isim_beh.exe -prj ./PresentEncTB_beh.prj work.PresentEncTB
29
 
30
run_PresentEncTB: exports PresentEncTB
31
        "./PresentEncTB_isim_beh.exe" -intstyle ise -gui -tclbatch isim.cmd  -wdb "PresentEncTB_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"

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.