Changeset 131 for trunk/Makefile.flags


Ignore:
Timestamp:
Jul 8, 2009, 8:40:08 PM (15 years ago)
Author:
rosiere
Message:

1) add constant method
2) test with systemc 2.2.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.flags

    r129 r131  
    66
    77#-----[ Simulator ]----------------------------------------
    8 SIMULATOR_SYSTEMC               ?= systemcass
     8SIMULATOR_SYSTEMC               ?= systemc
    99SIMULATOR_VHDL                  ?= modelsim
    1010
     
    2020#-----[ Flags ]--------------------------------------------
    2121MORPHEO_FLAGS                   =       -DSYSTEMC               \
    22                                         -DDEBUG=DEBUG_FUNC      \
    23                                         -DDEBUG_SIGNAL          \
    24                                         -DSTATISTICS            \
    25                                         -DTRANSLATION           
     22                                        -DDEBUG=DEBUG_TRACE     \
     23                                        -DSTATISTICS           
    2624
     25#                                       -DTRANSLATION           \
     26#                                       -DDEBUG_SIGNAL          \
    2727#                                       -DVHDL                  \
    2828#                                       -DVHDL_TESTBENCH        \
     
    4040# POSITION                                    - To generate a position's files     (it's input of viewer)
    4141# STATISTICS            (need SYSTEMC)        - In the simulation, generate a statistics's file
    42 # INFORMATION           (need STATISTICS)     - Instance Information :
    43 #                                                 * Static    : at the instance creation
    44 #                                                    * register number
    45 #                                                    * worst way
    46 #                                                 * Dynamique : at the runtime
    47 #                                                    * consomation
    4842# TRANSLATION                                 - Translate message
    4943# PRINT_COLOR                                 - Print with colors
Note: See TracChangeset for help on using the changeset viewer.