# # $Id$ # # [ Description ] # #-----[ Simulator ]---------------------------------------- SIMULATOR = systemcass_deps # 3 simulators : # systemc - SystemC # systemcass - SystemCASS # systemcass_deps - Systemcass, and use port dependency information instead of sensitivity list #-----[ Flags ]-------------------------------------------- FLAGS = -DSYSTEMC \ -DDEBUG=DEBUG_TRACE # -DVHDL \ # -DVHDL_TESTBENCH \ # -DVHDL_TESTBENCH_ASSERT \ # -DSTATISTICS \ # -DCONFIGURATION \ # -DPOSITION \ # Flags : # DEBUG={level} - Print Debug Message # SYSTEMC - To generate a systemc's model # VHDL - To generate a vhdl's models # VHDL_TESTBENCH (need SYSTEMC) - In the simulation, generate two testbench's file (input and ouput) to validate the vhdl's model # VHDL_TESTBENCH_ASSERT (need SYSTEMC) - In the simulation, generate in testbench's file an serie of assert # STATISTICS (need SYSTEMC) - In the simulation, generate a statistics's file # POSITION - To generate a position's files (it's input of viewer) # CONFIGURATION - To generate a configuration's file (it's input of viewer and generator)