source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Generic/RegisterFile/RegisterFile_Multi_Banked/src/RegisterFile_Multi_Banked_statistics.cpp @ 53

Last change on this file since 53 was 53, checked in by rosiere, 17 years ago
  • Banc de registre multi banc
  • Banc de registre générique.
File size: 756 bytes
Line 
1#ifdef STATISTICS
2/*
3 * $Id$
4 *
5 * [ Description ]
6 *
7 */
8
9#include "Behavioural/Generic/RegisterFile/RegisterFile_Multi_Banked/include/RegisterFile_Multi_Banked.h"
10
11namespace morpheo {
12namespace behavioural {
13namespace generic {
14namespace registerfile {
15namespace registerfile_multi_banked {
16
17
18  string RegisterFile_Multi_Banked::statistics (uint32_t depth)
19  {
20    log_printf(FUNC,RegisterFile_Multi_Banked,"statistics","Begin");
21
22    string txt = _stat->print(depth);
23   
24    log_printf(FUNC,RegisterFile_Multi_Banked,"statistics","End");
25
26    return txt;
27  };
28
29}; // end namespace registerfile_multi_banked
30}; // end namespace registerfile
31}; // end namespace generic
32
33}; // end namespace behavioural
34}; // end namespace morpheo             
35#endif
Note: See TracBrowser for help on using the repository browser.