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

Last change on this file since 75 was 75, checked in by rosiere, 16 years ago

Update all component (except front_end) to :

  • new statistics model
  • no namespace std
File size: 888 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#if defined(STATISTICS) or defined(VHDL_TESTBENCH)
27    end_cycle();
28#endif
29
30    log_printf(FUNC,Register_unit,FUNCTION,"End");
31  };
32
33}; // end namespace register_unit
34}; // end namespace execute_loop
35}; // end namespace multi_execute_loop
36}; // end namespace core
37
38}; // end namespace behavioural
39}; // end namespace morpheo             
40#endif
41//#endif
Note: See TracBrowser for help on using the repository browser.