Ignore:
Timestamp:
Mar 6, 2007, 3:34:04 PM (17 years ago)
Author:
kane
Message:

1) Ajout d'un "printer" XML pour la configuration de paramètres

2) Fin du composant "Two_Level_Branch_Predictor"

validation * systemc

  • vhdl
File:
1 edited

Legend:

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

    r2 r3  
    1616#-----[ Flags ]--------------------------------------------
    1717FLAGS                           =       -DSYSTEMC               \
     18                                        -DCONFIGURATION         \
    1819                                        -DSTATISTICS            \
    1920                                        -DVHDL                  \
    20                                         -DVHDL_TESTBENCH        \
    21                                         -DDEBUG=DEBUG_ALL
     21                                        -DVHDL_TESTBENCH
     22#                                       -DDEBUG=DEBUG_TRACE
    2223
    2324# Flags :
     
    2526# VHDL                          - To generate a vhdl's    model
    2627# SYSTEMC                       - To generate a systemc's model
     28# CONFIGURATION                 - To generate a configuration file (it's input of viewer)
    2729# STATISTICS     (need SYSTEMC) - In the simulation, generate a statistics's file
    2830# VHDL_TESTBENCH (need SYSTEMC) - In the simulation, generate two testbench's file (input and ouput) to validate the vhdl's model
Note: See TracChangeset for help on using the changeset viewer.