source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_Execute_loop/Execute_loop/Multi_Read_unit/Read_unit/src/Read_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: 875 bytes
Line 
1#ifdef SYSTEMC
2/*
3 * $Id: Read_unit_transition.cpp 81 2008-04-15 18:40:01Z rosiere $
4 *
5 * [ Description ]
6 *
7 */
8
9#include "Behavioural/Core/Multi_Execute_loop/Execute_loop/Multi_Read_unit/Read_unit/include/Read_unit.h"
10
11namespace morpheo                    {
12namespace behavioural {
13namespace core {
14namespace multi_execute_loop {
15namespace execute_loop {
16namespace multi_read_unit {
17namespace read_unit {
18
19
20#undef  FUNCTION
21#define FUNCTION "Read_unit::transition"
22  void Read_unit::transition (void)
23  {
24    log_printf(FUNC,Read_unit,FUNCTION,"Begin");
25
26#if defined(STATISTICS) or defined(VHDL_TESTBENCH)
27    end_cycle ();
28#endif
29
30    log_printf(FUNC,Read_unit,FUNCTION,"End");
31  };
32
33}; // end namespace read_unit
34}; // end namespace multi_read_unit
35}; // end namespace execute_loop
36}; // end namespace multi_execute_loop
37}; // end namespace core
38
39}; // end namespace behavioural
40}; // end namespace morpheo             
41#endif
Note: See TracBrowser for help on using the repository browser.