#ifdef STATISTICS /* * $Id$ * * [ Description ] * */ #include "Behavioural/Generic/RegisterFile/RegisterFile_Multi_Banked/RegisterFile_Multi_Banked_Glue/include/RegisterFile_Multi_Banked_Glue.h" namespace morpheo { namespace behavioural { namespace generic { namespace registerfile{ namespace registerfile_multi_banked { namespace registerfile_multi_banked_glue { string RegisterFile_Multi_Banked_Glue::statistics (uint32_t depth) { log_printf(FUNC,RegisterFile_Multi_Banked_Glue,"statistics","Begin"); string txt = _stat->print(depth); log_printf(FUNC,RegisterFile_Multi_Banked_Glue,"statistics","End"); return txt; }; }; // end namespace registerfile_multi_banked_glue }; // end namespace registerfile_multi_banked }; // end namespace registerfile }; // end namespace generic }; // end namespace behavioural }; // end namespace morpheo #endif