source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_Execute_loop/Execute_loop/Multi_Read_unit/Read_unit/src/Read_unit_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: 877 bytes
Line 
1#ifdef SYSTEMC
2# if defined(STATISTICS) or defined(VHDL_TESTBENCH)
3/*
4 * $Id: Read_unit_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/Multi_Read_unit/Read_unit/include/Read_unit.h"
11
12namespace morpheo                    {
13namespace behavioural {
14namespace core {
15namespace multi_execute_loop {
16namespace execute_loop {
17namespace multi_read_unit {
18namespace read_unit {
19
20
21#undef  FUNCTION
22#define FUNCTION "Read_unit::transition"
23  void Read_unit::transition (void)
24  {
25    log_printf(FUNC,Read_unit,FUNCTION,"Begin");
26
27    end_cycle ();
28
29    log_printf(FUNC,Read_unit,FUNCTION,"End");
30  };
31
32}; // end namespace read_unit
33}; // end namespace multi_read_unit
34}; // end namespace execute_loop
35}; // end namespace multi_execute_loop
36}; // end namespace core
37
38}; // end namespace behavioural
39}; // end namespace morpheo             
40# endif
41#endif
Note: See TracBrowser for help on using the repository browser.