# # $Id$ # # [ Description ] # # Makefile #-----[ 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 \ -DCONFIGURATION \ -DSTATISTICS \ -DVHDL \ -DVHDL_TESTBENCH # -DDEBUG=DEBUG_TRACE # Flags : # DEBUG={level} - Print Debug Message # VHDL - To generate a vhdl's model # SYSTEMC - To generate a systemc's model # CONFIGURATION - To generate a configuration file (it's input of viewer) # STATISTICS (need SYSTEMC) - In the simulation, generate a statistics's file # VHDL_TESTBENCH (need SYSTEMC) - In the simulation, generate two testbench's file (input and ouput) to validate the vhdl's model