source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Generic/Queue/SelfTest/Makefile.mkf @ 145

Last change on this file since 145 was 145, checked in by rosiere, 14 years ago

1) add test with SPECINT2K
2) new config of Selftest
3) modif RAT to support multiple depth_save ... but not finish (need fix Update Prediction Table)
4) add Function_pointer but need fix

  • Property svn:keywords set to Id
File size: 1.7 KB
Line 
1#
2# Makefile generated by MKF configure script
3#
4
5all: Queue_0.ngc Queue_1.ngc Queue_2.ngc Queue_3.ngc
6
7Queue_0.ngc: Queue_0.prj
8        echo run -keep_hierarchy yes -iobuf no -top Queue_0 -ifn Queue_0.prj -ofn Queue_0.ngc -p xc5vlx330t-2ff1738 -ifmt mixed | xst
9
10Queue_0.prj: Queue_0_Pack.vhdl Queue_0.vhdl
11        for i in Queue_0_Pack.vhdl Queue_0.vhdl ; do echo "vhdl work $$i" ; done > Queue_0.prj
12
13Queue_0_Pack.vhdl:
14
15Queue_0.vhdl:
16
17Queue_1.ngc: Queue_1.prj
18        echo run -keep_hierarchy yes -iobuf no -top Queue_1 -ifn Queue_1.prj -ofn Queue_1.ngc -p xc5vlx330t-2ff1738 -ifmt mixed | xst
19
20Queue_1.prj: Queue_1_Pack.vhdl Queue_1.vhdl
21        for i in Queue_1_Pack.vhdl Queue_1.vhdl ; do echo "vhdl work $$i" ; done > Queue_1.prj
22
23Queue_1_Pack.vhdl:
24
25Queue_1.vhdl:
26
27Queue_2.ngc: Queue_2.prj
28        echo run -keep_hierarchy yes -iobuf no -top Queue_2 -ifn Queue_2.prj -ofn Queue_2.ngc -p xc5vlx330t-2ff1738 -ifmt mixed | xst
29
30Queue_2.prj: Queue_2_Pack.vhdl Queue_2.vhdl
31        for i in Queue_2_Pack.vhdl Queue_2.vhdl ; do echo "vhdl work $$i" ; done > Queue_2.prj
32
33Queue_2_Pack.vhdl:
34
35Queue_2.vhdl:
36
37Queue_3.ngc: Queue_3.prj
38        echo run -keep_hierarchy yes -iobuf no -top Queue_3 -ifn Queue_3.prj -ofn Queue_3.ngc -p xc5vlx330t-2ff1738 -ifmt mixed | xst
39
40Queue_3.prj: Queue_3_Pack.vhdl Queue_3.vhdl
41        for i in Queue_3_Pack.vhdl Queue_3.vhdl ; do echo "vhdl work $$i" ; done > Queue_3.prj
42
43Queue_3_Pack.vhdl:
44
45Queue_3.vhdl:
46
47clean:
48        rm -f Queue_0.ngc
49        rm -f Queue_0.lso
50        rm -f -r xst
51        rm -f Queue_0.prj
52        rm -f Queue_1.ngc
53        rm -f Queue_1.lso
54        rm -f -r xst
55        rm -f Queue_1.prj
56        rm -f Queue_2.ngc
57        rm -f Queue_2.lso
58        rm -f -r xst
59        rm -f Queue_2.prj
60        rm -f Queue_3.ngc
61        rm -f Queue_3.lso
62        rm -f -r xst
63        rm -f Queue_3.prj
64
65re: clean all
66
67install:
68
Note: See TracBrowser for help on using the repository browser.