Changeset 135 for trunk/Makefile.flags


Ignore:
Timestamp:
Jul 17, 2009, 10:59:05 AM (15 years ago)
Author:
rosiere
Message:

1) Add Vhdl component
2) Inhib VHDL Seltest interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.flags

    r133 r135  
    1010
    1111# 4 simulators for systemC :
    12 # systemc                       - not yet supported - SystemC   
     12# systemc                       -         supported - SystemC 2.2.0
    1313# systemcass                    -         supported - SystemCASS
    1414# systemcass_deps               - not yet supported - Systemcass, and use port dependency information instead of sensitivity list
     
    2020#-----[ Flags ]--------------------------------------------
    2121MORPHEO_FLAGS                   =       -DSYSTEMC               \
    22                                         -DDEBUG=DEBUG_TRACE     \
    23                                         -DSTATISTICS           
     22                                        -DDEBUG=DEBUG_TRACE     \
     23                                        -DSTATISTICS            \
     24                                        -DVHDL
    2425
    2526#                                       -DTRANSLATION           \
    2627#                                       -DDEBUG_SIGNAL          \
    27 #                                       -DVHDL                  \
    28 #                                       -DVHDL_TESTBENCH        \
     28#                                       -DVHDL_TESTBENCH        \
    2929#                                       -DVHDL_TESTBENCH_ASSERT \
    3030#                                       -DPRINT_COLOR           \
Note: See TracChangeset for help on using the changeset viewer.