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

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

New component : Read_unit (instance between a write queue and a optionnal execute_queue)

File size: 948 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/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.