source: trunk/IPs/systemC/processor/Morpheo/Behavioural/New_Component_vst/src/New_Component_transition.cpp @ 146

Last change on this file since 146 was 146, checked in by rosiere, 13 years ago

1) Integration of RegisterFile_Internal_Banked in RegisterFile?
2) Erase "read_write" interface in RegisterFile_Monolithic component
3) Add smith predictor parameters in Load_store_pointer_unit.
4) Fix not statistics flags

File size: 546 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_begin(@COMPONENT,FUNCTION);
21
22    end_cycle ();
23
24    log_end(@COMPONENT,FUNCTION);
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.