Ignore:
File:
1 edited

Legend:

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

    r25 r15  
    44# [ Description ]
    55#
     6# Makefile
    67
    7 #-----[ Directory ]----------------------------------------
    8 DIR_COMPONENT_MORPHEO           = ..
    9 DIR_MORPHEO                     = $(DIR_COMPONENT)/$(DIR_COMPONENT_MORPHEO)
     8#-----[ Simulator ]----------------------------------------
     9SIMULATOR                       = 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 ]--------------------------------------------
     17FLAGS                           =       -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
Note: See TracChangeset for help on using the changeset viewer.