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

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

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

File size: 822 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/Statistics.h"
10
11#include <sstream>
12using namespace std;
13
14namespace morpheo                    {
15namespace behavioural {
16namespace generic {
17namespace registerfile{
18namespace registerfile_multi_banked {
19namespace registerfile_multi_banked_glue {
20
21
22  void Statistics::add ()
23  {
24    log_printf(FUNC,RegisterFile_Multi_Banked_Glue,"add","Begin");
25    log_printf(FUNC,RegisterFile_Multi_Banked_Glue,"add","End");
26  };
27
28}; // end namespace registerfile_multi_banked_glue
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.