#ifndef morpheo_behavioural_Usage_h #define morpheo_behavioural_Usage_h namespace morpheo { namespace behavioural { typedef uint8_t Tusage_t; #define USE_SYSTEMC 0x01 #define USE_VHDL 0x02 #define USE_VHDL_TESTBENCH 0x04 #define USE_STATISTICS 0x08 #define USE_POSITION 0x10 #define USE_ALL 0x1F }; // end namespace behavioural }; // end namespace morpheo #endif