source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_Execute_loop/Execute_loop/Register_unit/src/Register_unit_transition.cpp @ 60

Last change on this file since 60 was 60, checked in by rosiere, 17 years ago
File size: 924 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/Core/Multi_Execute_loop/Execute_loop/Register_unit/include/Register_unit.h"
11
12namespace morpheo                    {
13namespace behavioural {
14namespace core {
15namespace multi_execute_loop {
16namespace execute_loop {
17namespace register_unit {
18
19
20#undef  FUNCTION
21#define FUNCTION "Register_unit::transition"
22  void Register_unit::transition (void)
23  {
24    log_printf(FUNC,Register_unit,FUNCTION,"Begin");
25
26#ifdef STATISTICS
27    _stat->add();
28#endif   
29
30#ifdef VHDL_TESTBENCH
31    vhdl_testbench_transition ();
32#endif
33
34    log_printf(FUNC,Register_unit,FUNCTION,"End");
35  };
36
37}; // end namespace register_unit
38}; // end namespace execute_loop
39}; // end namespace multi_execute_loop
40}; // end namespace core
41
42}; // end namespace behavioural
43}; // end namespace morpheo             
44#endif
45//#endif
Note: See TracBrowser for help on using the repository browser.