#ifdef SYSTEMC #if defined(STATISTICS) or defined(VHDL_TESTBENCH) /* * $Id: Counter_transition.cpp 81 2008-04-15 18:40:01Z rosiere $ * * [ Description ] * */ #include "Behavioural/Generic/Counter/include/Counter.h" namespace morpheo { namespace behavioural { namespace generic { namespace counter { void Counter::transition (void) { log_printf(FUNC,Counter,"transition","Begin"); end_cycle(); log_printf(FUNC,Counter,"transition","End"); }; }; // end namespace counter }; // end namespace generic }; // end namespace behavioural }; // end namespace morpheo #endif #endif