source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_Front_end/Front_end/Prediction_unit/Direction/Meta_Predictor/Two_Level_Branch_Predictor/Two_Level_Branch_Predictor_Glue/src/Two_Level_Branch_Predictor_Glue_transition.cpp @ 48

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

Modification des Makefile : pas de creation inutile de shell

File size: 1.3 KB
Line 
1#ifdef SYSTEMC
2#if defined(STATISTICS) or defined(VHDL_TESTBENCH)
3/*
4 * $Id$
5 *
6 * [ Description ]
7 *
8 */
9
10#include "Behavioural/Core/Multi_Front_end/Front_end/Prediction_unit/Direction/Meta_Predictor/Two_Level_Branch_Predictor/Two_Level_Branch_Predictor_Glue/include/Two_Level_Branch_Predictor_Glue.h"
11
12namespace morpheo                    {
13namespace behavioural {
14namespace core {
15namespace multi_front_end {
16namespace front_end {
17namespace prediction_unit {
18namespace direction {
19
20namespace meta_predictor {
21namespace two_level_branch_predictor {
22namespace two_level_branch_predictor_glue {
23
24
25  void Two_Level_Branch_Predictor_Glue::transition (void)
26  {
27    log_printf(FUNC,Two_Level_Branch_Predictor_Glue,"transition","Begin");
28
29#ifdef STATISTICS
30    _stat->add();
31#endif   
32
33#ifdef VHDL_TESTBENCH
34    vhdl_testbench_transition ();
35#endif
36
37    log_printf(FUNC,Two_Level_Branch_Predictor_Glue,"transition","End");
38  };
39
40}; // end namespace two_level_branch_predictor_glue
41}; // end namespace two_level_branch_predictor
42}; // end namespace meta_predictor
43
44}; // end namespace core
45}; // end namespace multi_front_end
46}; // end namespace front_end
47}; // end namespace prediction_unit
48}; // end namespace direction
49
50
51}; // end namespace behavioural
52}; // end namespace morpheo             
53#endif
54#endif
Note: See TracBrowser for help on using the repository browser.