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