Ignore:
Timestamp:
Dec 4, 2007, 2:31:54 PM (17 years ago)
Author:
rosiere
Message:

Modification en profondeur de Component-port_map.
Compilation ok pour Register_unit ... a tester (systemC et vhdl)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Makefile.flags

    r57 r62  
    22# $Id$
    33#
    4 # [ Description ]
     4# [ Description ]
    55#
    66
    7 #-----[ Simulator ]----------------------------------------
     7#-----[ Simulator ]----------------------------------------
    88SIMULATOR                       = systemcass_deps
    99
    10 # 3 simulators :
    11 # systemc                       - SystemC   
     10# 3 simulators :
     11# systemc                       - SystemC   
    1212# systemcass                    - SystemCASS
    1313# systemcass_deps               - Systemcass, and use port dependency information instead of sensitivity list
    1414
    15 #-----[ Flags ]--------------------------------------------
     15#-----[ Flags ]--------------------------------------------
    1616MORPHEO_FLAGS                   =       -DSYSTEMC               \
    17                                         -DVHDL                  \
    18                                         -DVHDL_TESTBENCH        \
    19                                         -DVHDL_TESTBENCH_ASSERT \
    20                                         -DSTATISTICS            \
    21                                         -DDEBUG=DEBUG_TRACE
     17                                        -DDEBUG=DEBUG_TRACE     
    2218
    23 
     19#                                       -DVHDL                  \
     20#                                       -DVHDL_TESTBENCH        \
     21#                                       -DVHDL_TESTBENCH_ASSERT \
     22#
     23#                                       -DSTATISTICS            \
    2424#                                       -DCONFIGURATION         \
    2525#                                       -DPOSITION              \
     
    2828# DEBUG={level}                        - Print Debug Message
    2929# SYSTEMC                              - To generate a systemc's model
    30 # VHDL                                 - To generate a vhdl's    models
     30# VHDL                                 - To generate a vhdl's    models
    3131# VHDL_TESTBENCH        (need SYSTEMC) - In the simulation, generate two testbench's file (input and ouput) to validate the vhdl's model
    3232# VHDL_TESTBENCH_ASSERT (need SYSTEMC) - In the simulation, generate in  testbench's file an serie of assert
    33 # STATISTICS            (need SYSTEMC) - In the simulation, generate a statistics's file
    34 # POSITION                             - To generate a position's files     (it's input of viewer)
     33# STATISTICS            (need SYSTEMC) - In the simulation, generate a statistics's file
     34# POSITION                             - To generate a position's files     (it's input of viewer)
    3535# CONFIGURATION                        - To generate a configuration's file (it's input of viewer and generator)
Note: See TracChangeset for help on using the changeset viewer.