#ifdef VHDL_TESTBENCH /* * $Id$ * * [ Description ] * */ #include "Behavioural/include/Interface.h" namespace morpheo { namespace behavioural { uint32_t Interface::get_cycle (void) { return _nb_cycle; }; }; // end namespace behavioural }; // end namespace morpheo #endif