Ignore:
Timestamp:
Apr 15, 2008, 8:40:01 PM (16 years ago)
Author:
rosiere
Message:
  • Finish Environment (and test)
  • Continue predictor_unit
  • Add external tools
  • svn keyword "Id" set
File:
1 edited

Legend:

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

    • Property svn:keywords set to Id
    r72 r81  
    1818                                        -DSTATISTICS            \
    1919                                        -DDEBUG=DEBUG_TRACE
    20 #
    21 #
     20
    2221#                                       -DVHDL                  \
    2322#                                       -DVHDL_TESTBENCH        \
    2423#                                       -DVHDL_TESTBENCH_ASSERT \
    25 #                                       -DCONFIGURATION         \
    2624#                                       -DPOSITION              \
     25#                                       -DNO_TRANSLATE          \
    2726
    2827# Flags :
    29 # DEBUG={level}                        - Print Debug Message
    30 # SYSTEMC                              - To generate a systemc's model
    31 # VHDL                                 - To generate a vhdl's    models
    32 # VHDL_TESTBENCH        (need SYSTEMC) - In the simulation, generate two testbench's file (input and ouput) to validate the vhdl's model
    33 # VHDL_TESTBENCH_ASSERT (need SYSTEMC) - In the simulation, generate in  testbench's file an serie of assert
    34 # STATISTICS            (need SYSTEMC) - In the simulation, generate a statistics's file
    35 # POSITION                             - To generate a position's files     (it's input of viewer)
    36 # CONFIGURATION                        - To generate a configuration's file (it's input of viewer and generator)
    37 # NO_TRANSLATE                         - No translate message
     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_TRANSLATE                            - No translate message
     42# NO_INIT                                 - No init a lot of register
Note: See TracChangeset for help on using the changeset viewer.