source: trunk/Makefile.flags @ 97

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

1) Update Prediction Table : statistics
2) Size instruction address on 30 bits
3) Change Log File
4) Add debug_level in simulation configuration file

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