Ignore:
Timestamp:
Jul 5, 2007, 5:50:19 PM (17 years ago)
Author:
rosiere
Message:

Modification des classes d'encapsulation des interfaces :

  • gère les signaux à écrire dans le vhdl
  • les traces pour le testbench
  • la génération des vhdl structurelles

-> test sur la Pattern History Table

File:
1 edited

Legend:

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

    r40 r42  
    1717                                        -DVHDL                  \
    1818                                        -DVHDL_TESTBENCH        \
    19                                         -DCONFIGURATION         \
    20                                         -DPOSITION              \
    21                                         -DSTATISTICS            \
     19                                        -DVHDL_TESTBENCH_ASSERT \
    2220                                        -DDEBUG=DEBUG_NONE
    2321
     22#                                       -DCONFIGURATION         \
     23#                                       -DSTATISTICS            \
     24#                                       -DPOSITION              \
     25
    2426# Flags :
    25 # DEBUG={level}                 - Print Debug Message
    26 # SYSTEMC                       - To generate a systemc's model
    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
    29 # STATISTICS     (need SYSTEMC) - In the simulation, generate a statistics's file
    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)
     27# DEBUG={level}                        - Print Debug Message
     28# SYSTEMC                              - To generate a systemc's model
     29# VHDL                                 - To generate a vhdl's    models
     30# VHDL_TESTBENCH        (need SYSTEMC) - In the simulation, generate two testbench's file (input and ouput) to validate the vhdl's model
     31# VHDL_TESTBENCH_ASSERT (need SYSTEMC) - In the simulation, generate in  testbench's file an serie of assert
     32# STATISTICS            (need SYSTEMC) - In the simulation, generate a statistics's file
     33# POSITION                             - To generate a position's files     (it's input of viewer)
     34# CONFIGURATION                        - To generate a configuration's file (it's input of viewer and generator)
Note: See TracChangeset for help on using the changeset viewer.