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

Last change on this file since 10 was 10, checked in by rosiere, 17 years ago
File size: 948 bytes
Line 
1#ifdef SYSTEMC
2//#if defined(STATISTICS) or defined(VHDL_TESTBENCH)
3/*
4 * $Id$
5 *
6 * [ Description ]
7 *
8 */
9
10#include "Behavioural/Generic/RegisterFile_Multi_Banked/RegisterFile_Multi_Banked_Glue/include/RegisterFile_Multi_Banked_Glue.h"
11
12namespace morpheo                    {
13namespace behavioural {
14namespace generic {
15namespace registerfile_multi_banked {
16namespace registerfile_multi_banked_glue {
17
18
19  void RegisterFile_Multi_Banked_Glue::transition (void)
20  {
21    log_printf(FUNC,RegisterFile_Multi_Banked_Glue,"transition","Begin");
22
23#ifdef STATISTICS
24    _stat->add();
25#endif   
26
27#ifdef VHDL_TESTBENCH
28    vhdl_testbench_transition ();
29#endif
30
31    log_printf(FUNC,RegisterFile_Multi_Banked_Glue,"transition","End");
32  };
33
34}; // end namespace registerfile_multi_banked_glue
35}; // end namespace registerfile_multi_banked
36}; // end namespace generic
37
38}; // end namespace behavioural
39}; // end namespace morpheo             
40#endif
41//#endif
Note: See TracBrowser for help on using the repository browser.