#ifdef SYSTEMC /* * $Id: Multiplier_transition.cpp 112 2009-03-18 22:36:26Z rosiere $ * * [ Description ] * */ #include "Behavioural/Generic/Multiplier/include/Multiplier.h" namespace morpheo { namespace behavioural { namespace generic { namespace multiplier { #undef FUNCTION #define FUNCTION "Multiplier::transition" void Multiplier::transition (void) { log_begin(Multiplier,FUNCTION); #if defined(STATISTICS) or defined(VHDL_TESTBENCH) end_cycle (); #endif log_end(Multiplier,FUNCTION); }; }; // end namespace multiplier }; // end namespace generic }; // end namespace behavioural }; // end namespace morpheo #endif