#ifdef SYSTEMC /* * $Id: Address_management_constant.cpp 131 2009-07-08 18:40:08Z rosiere $ * * [ Description ] * */ #include "Behavioural/Core/Multi_Front_end/Front_end/Ifetch_unit/Address_management/include/Address_management.h" namespace morpheo { namespace behavioural { namespace core { namespace multi_front_end { namespace front_end { namespace ifetch_unit { namespace address_management { #undef FUNCTION #define FUNCTION "Address_management::constant" void Address_management::constant (void) { log_begin(Address_management,FUNCTION); log_function(Address_management,FUNCTION,_name.c_str()); internal_EVENT_ACK = 1; PORT_WRITE(out_EVENT_ACK, internal_EVENT_ACK); log_end(Address_management,FUNCTION); }; }; // end namespace address_management }; // end namespace ifetch_unit }; // end namespace front_end }; // end namespace multi_front_end }; // end namespace core }; // end namespace behavioural }; // end namespace morpheo #endif