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/include/Types.h @ 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.1 KB
Line 
1#ifdef SYSTEMC
2#ifndef morpheo_behavioural_core_multi_front_end_front_end_prediction_unit_direction_meta_predictor_two_level_branch_predictor_two_level_branch_predictor_glue_Type_h
3#define morpheo_behavioural_core_multi_front_end_front_end_prediction_unit_direction_meta_predictor_two_level_branch_predictor_two_level_branch_predictor_glue_Type_h
4
5/*
6 * $Id$
7 *
8 * [ Description ]
9 *
10 */
11
12#include "Common/include/Types.h"
13
14namespace morpheo                    {
15namespace behavioural {
16namespace core {
17namespace multi_front_end {
18namespace front_end {
19namespace prediction_unit {
20namespace direction {
21
22namespace meta_predictor {
23namespace two_level_branch_predictor {
24namespace two_level_branch_predictor_glue {
25
26  typedef uint32_t Taddress_t    ;
27  typedef uint32_t Tbht_history_t;
28
29}; // end namespace two_level_branch_predictor_glue
30}; // end namespace two_level_branch_predictor
31}; // end namespace meta_predictor
32
33}; // end namespace core
34}; // end namespace multi_front_end
35}; // end namespace front_end
36}; // end namespace prediction_unit
37}; // end namespace direction
38
39
40}; // end namespace behavioural
41}; // end namespace morpheo             
42
43#endif
44#endif
Note: See TracBrowser for help on using the repository browser.