#ifdef SYSTEMC /* * $Id$ * * [ Description ] * */ #include "Behavioural/@DIRECTORY/include/@COMPONENT.h" namespace morpheo { namespace behavioural { @NAMESPACE_BEGIN void @COMPONENT::allocation (void) { string rename; log_printf(FUNC,@COMPONENT,"allocation","Begin"); //#if defined(STATISTICS) or defined(VHDL_TESTBENCH) in_CLOCK = new SC_CLOCK ("in_CLOCK"); //#endif in_NRESET = new SC_IN (Tcontrol_t) ("in_NRESET"); // ~~~~~[ Component ]~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ log_printf(FUNC,@COMPONENT,"allocation","End"); }; @NAMESPACE_END }; // end namespace behavioural }; // end namespace morpheo #endif