source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_Execute_loop/Execute_loop/Multi_Write_unit/Write_unit/src/Write_unit_transition.cpp @ 81

Last change on this file since 81 was 81, checked in by rosiere, 16 years ago
  • Finish Environment (and test)
  • Continue predictor_unit
  • Add external tools
  • svn keyword "Id" set
  • Property svn:keywords set to Id
File size: 944 bytes
Line 
1#ifdef SYSTEMC
2#if defined(STATISTICS) or defined(VHDL_TESTBENCH)
3/*
4 * $Id: Write_unit_transition.cpp 81 2008-04-15 18:40:01Z rosiere $
5 *
6 * [ Description ]
7 *
8 */
9
10#include "Behavioural/Core/Multi_Execute_loop/Execute_loop/Multi_Write_unit/Write_unit/include/Write_unit.h"
11
12namespace morpheo                    {
13namespace behavioural {
14namespace core {
15namespace multi_execute_loop {
16namespace execute_loop {
17namespace multi_write_unit {
18namespace write_unit {
19
20
21#undef  FUNCTION
22#define FUNCTION "Write_unit::transition"
23  void Write_unit::transition (void)
24  {
25    log_printf(FUNC,Write_unit,FUNCTION,"Begin");
26
27#if defined(STATISTICS) or defined(VHDL_TESTBENCH)
28    end_cycle ();
29#endif
30
31    log_printf(FUNC,Write_unit,FUNCTION,"End");
32  };
33
34}; // end namespace write_unit
35}; // end namespace multi_write_unit
36}; // end namespace execute_loop
37}; // end namespace multi_execute_loop
38}; // end namespace core
39
40}; // end namespace behavioural
41}; // end namespace morpheo             
42#endif
43#endif
Note: See TracBrowser for help on using the repository browser.