# # $Id: Makefile.flags 113 2009-04-14 18:39:12Z rosiere $ # # [ Description ] # #-----[ Simulator ]---------------------------------------- #SIMULATOR ?= modelsim SIMULATOR ?= systemcass # 4 simulators : # systemc - SystemC # systemcass - SystemCASS # systemcass_deps - Systemcass, and use port dependency information instead of sensitivity list # modelsim - Co simulation SystemC/VHDL with Modelsim #-----[ Flags ]-------------------------------------------- MORPHEO_FLAGS = -DSYSTEMC \ -DDEBUG=DEBUG_TRACE \ -DDEBUG_MEMORY_LEAK \ -DSTATISTICS \ -DVHDL \ -DVHDL_TESTBENCH \ -DTRANSLATION # -DVHDL_TESTBENCH_ASSERT \ # -DPRINT_COLOR \ # -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 VHDL_TESTBENCH) - In the simulation, generate in testbench's file an serie of assert # POSITION - To generate a position's files (it's input of viewer) # STATISTICS (need SYSTEMC) - In the simulation, generate a statistics's file # INFORMATION (need STATISTICS) - Instance Information : # * Static : at the instance creation # * register number # * worst way # * Dynamique : at the runtime # * consomation # TRANSLATION - Translate message # PRINT_COLOR - Print with colors