source: trunk/Makefile.flags @ 114

Last change on this file since 114 was 114, checked in by rosiere, 15 years ago

1) Fix bug with previous commit
2) Add test libc
3) Change Dhrystone

  • Property svn:keywords set to Id
File size: 1.9 KB
Line 
1#
2# $Id: Makefile.flags 114 2009-04-16 22:35:37Z rosiere $
3#
4# [ Description ]
5#
6
7#-----[ Simulator ]----------------------------------------
8SIMULATOR                       ?= systemcass
9
10# 4 simulators :
11# systemc                       - SystemC   
12# systemcass                    - SystemCASS
13# systemcass_deps               - Systemcass, and use port dependency information instead of sensitivity list
14# modelsim                      - Co simulation SystemC/VHDL with Modelsim
15
16#-----[ Flags ]--------------------------------------------
17MORPHEO_FLAGS                   =       -DSYSTEMC               \
18                                        -DDEBUG=DEBUG_TRACE     \
19                                        -DSTATISTICS            \
20                                        -DVHDL                  \
21                                        -DVHDL_TESTBENCH        \
22                                        -DTRANSLATION           
23
24#                                       -DVHDL_TESTBENCH_ASSERT \
25#                                       -DPRINT_COLOR           \
26#                                       -DPOSITION              \
27#                                       -DDEBUG_MEMORY_LEAK     \
28
29
30
31# Flags :
32# DEBUG={level}                               - Print Debug Message
33# SYSTEMC                                     - To generate a systemc's model
34# VHDL                                        - To generate a vhdl's    models
35# VHDL_TESTBENCH        (need SYSTEMC)        - In the simulation, generate two testbench's file (input and ouput) to validate the vhdl's model
36# VHDL_TESTBENCH_ASSERT (need VHDL_TESTBENCH) - In the simulation, generate in  testbench's file an serie of assert
37# POSITION                                    - To generate a position's files     (it's input of viewer)
38# STATISTICS            (need SYSTEMC)        - In the simulation, generate a statistics's file
39# INFORMATION           (need STATISTICS)     - Instance Information :
40#                                                 * Static    : at the instance creation
41#                                                    * register number
42#                                                    * worst way
43#                                                 * Dynamique : at the runtime
44#                                                    * consomation
45# TRANSLATION                                 - Translate message
46# PRINT_COLOR                                 - Print with colors
Note: See TracBrowser for help on using the repository browser.