source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_Execute_loop/Execute_loop/Register_unit/Register_unit_Glue/src/Register_unit_Glue_transition.cpp @ 88

Last change on this file since 88 was 88, checked in by rosiere, 15 years ago

Almost complete design
with Test and test platform

  • Property svn:keywords set to Id
File size: 912 bytes
Line 
1#ifdef SYSTEMC
2/*
3 * $Id: Register_unit_Glue_transition.cpp 88 2008-12-10 18:31:39Z rosiere $
4 *
5 * [ Description ]
6 *
7 */
8
9#include "Behavioural/Core/Multi_Execute_loop/Execute_loop/Register_unit/Register_unit_Glue/include/Register_unit_Glue.h"
10
11namespace morpheo                    {
12namespace behavioural {
13namespace core {
14namespace multi_execute_loop {
15namespace execute_loop {
16namespace register_unit {
17namespace register_unit_glue {
18
19
20#undef  FUNCTION
21#define FUNCTION "Register_unit_Glue::transition"
22  void Register_unit_Glue::transition (void)
23  {
24    log_begin(Register_unit_Glue,FUNCTION);
25
26#if defined(STATISTICS) or defined(VHDL_TESTBENCH)
27    end_cycle();
28#endif
29
30    log_end(Register_unit_Glue,FUNCTION);
31  };
32
33}; // end namespace register_unit_glue
34}; // end namespace register_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.