#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"); in_CLOCK = new SC_CLOCK ("in_CLOCK"); 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