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

Subversion Repositories present

[/] [present/] [trunk/] [PureTesting/] [sim/] [rtl_sim/] [bin/] [Makefile] - Blame information for rev 8

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 8 gajos
PROJECT=present-pure-testing
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
PresentCommTB:
27
        $(VHPCOMP) -work isim_temp -intstyle ise -prj ./PresentCommTB_stx_beh.prj
28
        $(FUSE) -intstyle ise -incremental -o PresentCommTB_isim_beh.exe -prj ./PresentCommTB_beh.prj work.PresentCommTB
29
 
30
run_PresentCommTB: exports PresentCommTB
31
        "./PresentCommTB_isim_beh.exe" -intstyle ise -gui -tclbatch isim.cmd  -wdb "PresentCommTB_isim_beh.wdb"
32
 
33
PresentTB:
34
        $(VHPCOMP) -work isim_temp -intstyle ise -prj ./PresentTB_stx_beh.prj
35
        $(FUSE) -intstyle ise -incremental -o PresentTB_isim_beh.exe -prj ./PresentTB_beh.prj work.PresentTB
36
 
37
run_PresentTB: exports PresentTB
38
        "./PresentTB_isim_beh.exe" -intstyle ise -gui -tclbatch isim.cmd  -wdb "PresentTB_isim_beh.wdb"
39
 
40
keyupdTB:
41
        $(VHPCOMP) -work isim_temp -intstyle ise -prj ./keyupdTB_stx_beh.prj
42
        $(FUSE) -intstyle ise -incremental -o keyupdTB_isim_beh.exe -prj ./keyupdTB_beh.prj work.keyupdTB
43
 
44
run_keyupdTB: exports keyupdTB
45
        "./keyupdTB_isim_beh.exe" -intstyle ise -gui -tclbatch isim.cmd  -wdb "keyupdTB_isim_beh.wdb"
46
 
47
ShiftRegTB:
48
        $(VHPCOMP) -work isim_temp -intstyle ise -prj ./ShiftRegTB_stx_beh.prj
49
        $(FUSE) -intstyle ise -incremental -o ShiftRegTB_isim_beh.exe -prj ./ShiftRegTB_beh.prj work.ShiftRegTB
50
 
51
run_ShiftRegTB: exports ShiftRegTB
52
        "./ShiftRegTB_isim_beh.exe" -intstyle ise -gui -tclbatch isim.cmd  -wdb "ShiftRegTB_isim_beh.wdb"
53
 
54
sLayerTB:
55
        $(VHPCOMP) -work isim_temp -intstyle ise -prj ./sLayerTB_stx_beh.prj
56
        $(FUSE) -intstyle ise -incremental -o sLayerTB_isim_beh.exe -prj ./sLayerTB_beh.prj work.sLayerTB
57
 
58
run_sLayerTB: exports sLayerTB
59
        "./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.