source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_Front_end/Front_end/Ifetch_unit/Ifetch_unit_Glue/src/Ifetch_unit_Glue_constant.cpp @ 131

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

1) add constant method
2) test with systemc 2.2.0

  • Property svn:keywords set to Id
File size: 875 bytes
Line 
1#ifdef SYSTEMC
2/*
3 * $Id: Ifetch_unit_Glue_constant.cpp 131 2009-07-08 18:40:08Z rosiere $
4 *
5 * [ Description ]
6 *
7 */
8
9#include "Behavioural/Core/Multi_Front_end/Front_end/Ifetch_unit/Ifetch_unit_Glue/include/Ifetch_unit_Glue.h"
10
11namespace morpheo                    {
12namespace behavioural {
13namespace core {
14namespace multi_front_end {
15namespace front_end {
16namespace ifetch_unit {
17namespace ifetch_unit_glue {
18
19
20#undef  FUNCTION
21#define FUNCTION "Ifetch_unit_Glue::constant"
22  void Ifetch_unit_Glue::constant (void)
23  {
24    log_printf(FUNC,Ifetch_unit_Glue,FUNCTION,"Begin");
25
26    PORT_WRITE(out_ICACHE_REQ_TYPE,ICACHE_TYPE_LOAD);
27
28    log_printf(FUNC,Ifetch_unit_Glue,FUNCTION,"End");
29  };
30
31}; // end namespace ifetch_unit_glue
32}; // end namespace ifetch_unit
33}; // end namespace front_end
34}; // end namespace multi_front_end
35}; // end namespace core
36
37}; // end namespace behavioural
38}; // end namespace morpheo             
39#endif
Note: See TracBrowser for help on using the repository browser.