# if defined(STATISTICS) or defined(VHDL_TESTBENCH) #ifdef SYSTEMC /* * $Id: Execute_loop_transition.cpp 81 2008-04-15 18:40:01Z rosiere $ * * [ Description ] * */ #include "Behavioural/Core/Multi_Execute_loop/Execute_loop/include/Execute_loop.h" namespace morpheo { namespace behavioural { namespace core { namespace multi_execute_loop { namespace execute_loop { #undef FUNCTION #define FUNCTION "Execute_loop::transition" void Execute_loop::transition (void) { log_printf(FUNC,Execute_loop,FUNCTION,"Begin"); #if defined(STATISTICS) or defined(VHDL_TESTBENCH) end_cycle (); #endif log_printf(FUNC,Execute_loop,FUNCTION,"End"); }; }; // end namespace execute_loop }; // end namespace multi_execute_loop }; // end namespace core }; // end namespace behavioural }; // end namespace morpheo # endif #endif