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

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

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

File size: 900 bytes
RevLine 
[10]1#ifdef STATISTICS
2/*
3 * $Id$
4 *
5 * [ Description ]
6 *
7 */
8
[15]9#include "Behavioural/Generic/RegisterFile/RegisterFile_Multi_Banked/RegisterFile_Multi_Banked_Glue/include/RegisterFile_Multi_Banked_Glue.h"
[10]10
11namespace morpheo {
12namespace behavioural {
13namespace generic {
[15]14namespace registerfile{
[10]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
[15]32}; // end namespace registerfile
[10]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.