Ignore:
Timestamp:
Dec 10, 2008, 7:31:39 PM (15 years ago)
Author:
rosiere
Message:

Almost complete design
with Test and test platform

File:
1 edited

Legend:

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

    r82 r88  
    55#
    66
    7 #-----[ Simulator ]----------------------------------------
    8 SIMULATOR                       = systemcass
    9 #SIMULATOR                      = systemc
    10 
    11 # 3 simulators :
    12 # systemc                       - SystemC   
    13 # systemcass                    - SystemCASS
    14 # systemcass_deps               - Systemcass, and use port dependency information instead of sensitivity list
    15 
    16 #-----[ Flags ]--------------------------------------------
    17 MORPHEO_FLAGS                   =       -DSYSTEMC               \
    18                                         -DSTATISTICS            \
    19                                         -DDEBUG=DEBUG_TRACE
    20 
    21 #                                       -DVHDL                  \
    22 #                                       -DVHDL_TESTBENCH        \
    23 #                                       -DVHDL_TESTBENCH_ASSERT \
    24 #                                       -DPOSITION              \
    25 #                                       -DNO_TRANSLATION        \
    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 SYSTEMC)    - 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 # NO_TRANSLATION                          - No translate message
    42 # NO_INIT                                 - No init a lot of register
     7ifeq ($(origin MORPHEO_TOPLEVEL), undefined)
     8        $(error "variable MORPHEO_TOPLEVEL is undefined");
     9else
     10        include $(MORPHEO_TOPLEVEL)/Makefile.flags
     11endif
Note: See TracChangeset for help on using the changeset viewer.