#ifdef VHDL /* * $Id$ * * [ Description ] * */ #include "Behavioural/@DIRECTORY/include/@COMPONENT.h" namespace morpheo { namespace behavioural { @NAMESPACE_BEGIN void @COMPONENT::vhdl_port (Vhdl & vhdl) { log_printf(FUNC,@COMPONENT,"vhdl_port","Begin"); _interfaces->set_port(vhdl); #ifdef VHDL_TESTBENCH _interfaces->set_port(_vhdl_testbench); _vhdl_testbench->set_clock ("in_CLOCK",true); #endif log_printf(FUNC,@COMPONENT,"vhdl_port","End"); }; @NAMESPACE_END }; // end namespace behavioural }; // end namespace morpheo #endif