source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_Execute_loop/Execute_loop/src/Execute_loop_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

  • Property svn:keywords set to Id
File size: 750 bytes
Line 
1# if defined(STATISTICS) or defined(VHDL_TESTBENCH)
2#ifdef SYSTEMC
3/*
4 * $Id: Execute_loop_transition.cpp 146 2011-02-01 20:57:54Z rosiere $
5 *
6 * [ Description ]
7 *
8 */
9
10#include "Behavioural/Core/Multi_Execute_loop/Execute_loop/include/Execute_loop.h"
11
12namespace morpheo                    {
13namespace behavioural {
14namespace core {
15namespace multi_execute_loop {
16namespace execute_loop {
17
18
19#undef  FUNCTION
20#define FUNCTION "Execute_loop::transition"
21  void Execute_loop::transition (void)
22  {
23    log_printf(FUNC,Execute_loop,FUNCTION,"Begin");
24
25    end_cycle ();
26
27    log_printf(FUNC,Execute_loop,FUNCTION,"End");
28  };
29
30}; // end namespace execute_loop
31}; // end namespace multi_execute_loop
32}; // end namespace core
33
34}; // end namespace behavioural
35}; // end namespace morpheo             
36# endif
37#endif
Note: See TracBrowser for help on using the repository browser.