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

Last change on this file since 10 was 10, checked in by rosiere, 17 years ago
File size: 803 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/include/RegisterFile_Multi_Banked.h"
11
12namespace morpheo                    {
13namespace behavioural {
14namespace generic {
15namespace registerfile_multi_banked {
16
17
18  void RegisterFile_Multi_Banked::transition (void)
19  {
20    log_printf(FUNC,RegisterFile_Multi_Banked,"transition","Begin");
21
22#ifdef STATISTICS
23    _stat->add();
24#endif   
25
26#ifdef VHDL_TESTBENCH
27    vhdl_testbench_transition ();
28#endif
29
30    log_printf(FUNC,RegisterFile_Multi_Banked,"transition","End");
31  };
32
33}; // end namespace registerfile_multi_banked
34}; // end namespace generic
35
36}; // end namespace behavioural
37}; // end namespace morpheo             
38#endif
39//#endif
Note: See TracBrowser for help on using the repository browser.