Ignore:
Timestamp:
May 21, 2007, 12:01:51 PM (17 years ago)
Author:
rosiere
Message:

Documentation pour chaque composant.
Documentation : ajout d'un poster et d'un article.
RegisterFile_Multi_Banked_Glue - non encore stable.

File:
1 edited

Legend:

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

    r15 r23  
    44# [ Description ]
    55#
    6 # Makefile
    76
    8 #-----[ Simulator ]----------------------------------------
    9 SIMULATOR                       = systemcass_deps
    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 FLAGS                           =       -DVHDL                  \
    18                                         -DVHDL_TESTBENCH        \
    19                                         -DSYSTEMC               \
    20                                         -DSTATISTICS            \
    21                                         -DCONFIGURATION         \
    22                                         -DDEBUG=DEBUG_ALL   
    23                                        
    24 # Flags :
    25 # DEBUG={level}                 - Print Debug Message
    26 # VHDL                          - To generate a vhdl's    model
    27 # SYSTEMC                       - To generate a systemc's model
    28 # CONFIGURATION                 - To generate a configuration file (it's input of viewer)
    29 # STATISTICS     (need SYSTEMC) - In the simulation, generate a statistics's file
    30 # VHDL_TESTBENCH (need SYSTEMC) - In the simulation, generate two testbench's file (input and ouput) to validate the vhdl's model
     7#-----[ Directory ]----------------------------------------
     8DIR_COMPONENT_MORPHEO           = ../
     9DIR_MORPHEO                     = $(DIR_COMPONENT)/$(DIR_COMPONENT_MORPHEO)
Note: See TracChangeset for help on using the changeset viewer.