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