source: trunk/IPs/systemC/processor/Morpheo/Behavioural/New_Component/src/New_Component_transition.cpp @ 69

Last change on this file since 69 was 69, checked in by rosiere, 17 years ago

Station de reservation : systemC et VHDL ok

File size: 576 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/@DIRECTORY/include/@COMPONENT.h"
11
12namespace morpheo                    {
13namespace behavioural {
14@NAMESPACE_BEGIN
15
16#undef  FUNCTION
17#define FUNCTION "@COMPONENT::transition"
18  void @COMPONENT::transition (void)
19  {
20    log_printf(FUNC,@COMPONENT,FUNCTION,"Begin");
21
22    end_cycle ();
23
24    log_printf(FUNC,@COMPONENT,FUNCTION,"End");
25  };
26
27@NAMESPACE_END
28}; // end namespace behavioural
29}; // end namespace morpheo             
30#endif
31//#endif
Note: See TracBrowser for help on using the repository browser.