/* * $Id$ * * [ Description ] * */ #include "Behavioural/@DIRECTORY/include/@COMPONENT.h" namespace morpheo { namespace behavioural { @NAMESPACE_BEGIN #undef FUNCTION #define FUNCTION "@COMPONENT::deallocation" void @COMPONENT::deallocation (void) { log_printf(FUNC,@COMPONENT,FUNCTION,"Begin"); //#if defined(STATISTICS) or defined(VHDL_TESTBENCH) delete in_CLOCK ; //#endif delete in_NRESET; // ~~~~~[ Component ]~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ delete _component; log_printf(FUNC,@COMPONENT,FUNCTION,"End"); }; @NAMESPACE_END }; // end namespace behavioural }; // end namespace morpheo