Ignore:
Timestamp:
May 23, 2007, 6:17:08 PM (17 years ago)
Author:
rosiere
Message:

Changement de classes de gestions des Interfaces.

-> simplification pour les déclarations de ports, application pour le composant Select_Priority_Fixed.
-> !!! essayer de supprimer la redondance dans les fichierx xxx_vhdl_testbench_transition.cpp

File:
1 edited

Legend:

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

    r23 r29  
    1414
    1515#-----[ Flags ]--------------------------------------------
    16 FLAGS                           =       -DVHDL                  \
     16FLAGS                           =       -DSYSTEMC               \
     17                                        -DVHDL                  \
    1718                                        -DVHDL_TESTBENCH        \
    18                                         -DSYSTEMC               \
    1919                                        -DSTATISTICS            \
    20                                         -DCONFIGURATION         \
     20                                        -DPOSITION              \
     21                                        -DCONFIGURATION         \
    2122                                        -DDEBUG=DEBUG_ALL   
    2223                                       
    2324# Flags :
    2425# DEBUG={level}                 - Print Debug Message
    25 # VHDL                          - To generate a vhdl's    model
    2626# SYSTEMC                       - To generate a systemc's model
    27 # CONFIGURATION                 - To generate a configuration file (it's input of viewer)
     27# VHDL                          - To generate a vhdl's    models
     28# VHDL_TESTBENCH (need SYSTEMC) - In the simulation, generate two testbench's file (input and ouput) to validate the vhdl's model
    2829# STATISTICS     (need SYSTEMC) - In the simulation, generate a statistics's file
    29 # VHDL_TESTBENCH (need SYSTEMC) - In the simulation, generate two testbench's file (input and ouput) to validate the vhdl's model
     30# POSITION                      - To generate a position's files     (it's input of viewer)
     31# CONFIGURATION                 - To generate a configuration's file (it's input of viewer and generator)
Note: See TracChangeset for help on using the changeset viewer.