source: trunk/IPs/systemC/processor/Morpheo/Behavioural/mkf.info @ 57

Last change on this file since 57 was 57, checked in by rosiere, 17 years ago
  • VHDL - RegisterFile_Multi_Banked (only partial_crossbar)
  • SystemC - modif Component, interface and co -> ajout du type Tusage_T pour instancier un coposant mais ne demander que le VHDL ou le systemC.
  • Séminaire interne
File size: 1.1 KB
Line 
1#
2# Project main mkf file
3#
4
5var_define              xilinx_target   xc5vlx330t-2ff1738
6#xc5vlx330t-2ff1738
7#xc2vp30ff896-6
8
9# default include directory
10
11# use pretty printed Makefile
12_if_var_eq              mkf_pretty_print
13 var_define             mkf_pretty_print        no
14_end_if
15
16# build src directory content
17target_dep              all             Generic/RegisterFile/RegisterFile_Monolithic/SelfTest
18target_dep              all             Generic/RegisterFile/RegisterFile_Multi_Banked/SelfTest
19target_dep              all             Generic/Select/Select_Priority_Fixed/SelfTest
20
21# mkf include path
22var_define              _mkf_path       include_mkf
23
24# mkf included scripts
25
26#mkf_include            {PVAR,_mkf_path}/mkf_prefix.info
27mkf_include             {PVAR,_mkf_path}/mkf_make.info
28#mkf_include            {PVAR,_mkf_path}/mkf_cc.info
29#mkf_include            {PVAR,_mkf_path}/mkf_linker.info
30mkf_include             {PVAR,_mkf_path}/mkf_xilinx_ise.info
31#mkf_include            {PVAR,_mkf_path}/mkf_++.info
32#mkf_include            {PVAR,_mkf_path}/mkf_as.info
33#mkf_include            {PVAR,_mkf_path}/mkf_flex.info
34#mkf_include            {PVAR,_mkf_path}/mkf_bison.info
35
36# build documentation
37
38#_if_var_eq             doc     yes
39# mkf_include           {PVAR,_mkf_path}/mkf_doc.info
40# target_dep_add        all     doc
41#_end_if
42
43
Note: See TracBrowser for help on using the repository browser.