/* * $Id$ * * [ Description ] * */ #include "Behavioural/@DIRECTORY/include/@COMPONENT.h" namespace morpheo { namespace behavioural { @NAMESPACE_BEGIN #undef FUNCTION #define FUNCTION "@COMPONENT::end_cycle" void @COMPONENT::end_cycle () { log_printf(FUNC,@COMPONENT,FUNCTION,"Begin"); #ifdef STATISTICS _stat->add(); #endif #ifdef VHDL_TESTBENCH // Evaluation before read the ouput signal // sc_start(0); _interfaces->testbench(); #endif log_printf(FUNC,@COMPONENT,FUNCTION,"End"); }; @NAMESPACE_END }; // end namespace behavioural }; // end namespace morpheo