#ifdef VHDL /* * $Id$ * * [ Description ] * */ #include "Behavioural/@DIRECTORY/include/@COMPONENT.h" namespace morpheo { namespace behavioural { @NAMESPACE_BEGIN void @COMPONENT::vhdl_declaration (Vhdl & vhdl) { log_printf(FUNC,@COMPONENT,"vhdl_declaration","Begin"); log_printf(FUNC,@COMPONENT,"vhdl_declaration","End"); }; @NAMESPACE_END }; // end namespace behavioural }; // end namespace morpheo #endif