source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Generic/RegisterFile/RegisterFile_Multi_Banked/RegisterFile_Multi_Banked_Glue/src/RegisterFile_Multi_Banked_Glue_statistics.cpp @ 40

Last change on this file since 40 was 15, checked in by rosiere, 17 years ago

Interface normalisé
Début du banc de registres multi niveaux

File size: 900 bytes
Line 
1#ifdef STATISTICS
2/*
3 * $Id$
4 *
5 * [ Description ]
6 *
7 */
8
9#include "Behavioural/Generic/RegisterFile/RegisterFile_Multi_Banked/RegisterFile_Multi_Banked_Glue/include/RegisterFile_Multi_Banked_Glue.h"
10
11namespace morpheo {
12namespace behavioural {
13namespace generic {
14namespace registerfile{
15namespace registerfile_multi_banked {
16namespace registerfile_multi_banked_glue {
17
18
19  string RegisterFile_Multi_Banked_Glue::statistics (uint32_t depth)
20  {
21    log_printf(FUNC,RegisterFile_Multi_Banked_Glue,"statistics","Begin");
22
23    string txt = _stat->print(depth);
24   
25    log_printf(FUNC,RegisterFile_Multi_Banked_Glue,"statistics","End");
26
27    return txt;
28  };
29
30}; // end namespace registerfile_multi_banked_glue
31}; // end namespace registerfile_multi_banked
32}; // end namespace registerfile
33}; // end namespace generic
34
35}; // end namespace behavioural
36}; // end namespace morpheo             
37#endif
Note: See TracBrowser for help on using the repository browser.