source: trunk/Makefile.flags @ 110

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

1) OOO_egine : add stat to depiste low perf source
2) Commit : add stat
3) LSU_Pointer : retire - always ack (else combinatory loop). insert - max nb_inst_memory
4) TopLevel? : add debug_idle_time to stop combinatory loop.
5) Issue_queue : add reexecute_queue, new implementation (routage after issue_queue)
6) Decod / Predictor : add "can_continue"

  • Property svn:keywords set to Id
File size: 1.8 KB
Line 
1#
2# $Id: Makefile.flags 110 2009-02-19 16:31:47Z 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                                        -DTRANSLATION           
22
23#                                       -DVHDL_TESTBENCH_ASSERT \
24#                                       -DPRINT_COLOR           \
25#                                       -DPOSITION              \
26
27# Flags :
28# DEBUG={level}                               - Print Debug Message
29# SYSTEMC                                     - To generate a systemc's model
30# VHDL                                        - To generate a vhdl's    models
31# VHDL_TESTBENCH        (need SYSTEMC)        - In the simulation, generate two testbench's file (input and ouput) to validate the vhdl's model
32# VHDL_TESTBENCH_ASSERT (need VHDL_TESTBENCH) - In the simulation, generate in  testbench's file an serie of assert
33# POSITION                                    - To generate a position's files     (it's input of viewer)
34# STATISTICS            (need SYSTEMC)        - In the simulation, generate a statistics's file
35# INFORMATION           (need STATISTICS)     - Instance Information :
36#                                                 * Static    : at the instance creation
37#                                                    * register number
38#                                                    * worst way
39#                                                 * Dynamique : at the runtime
40#                                                    * consomation
41# TRANSLATION                                 - Translate message
42# PRINT_COLOR                                 - Print with colors
Note: See TracBrowser for help on using the repository browser.