source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_Front_end/Front_end/Prediction_unit/Direction/Meta_Predictor_Glue/include/Types.h @ 45

Last change on this file since 45 was 45, checked in by rosiere, 17 years ago
  • Documentation : specification d'un cache de donnée non bloquant
  • Modification de l'aborescence
File size: 789 bytes
Line 
1#ifdef SYSTEMC
2#ifndef morpheo_behavioural_stage_1_ifetch_predictor_meta_predictor_meta_predictor_glue_Type_h
3#define morpheo_behavioural_stage_1_ifetch_predictor_meta_predictor_meta_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 stage_1_ifetch {
17namespace predictor {
18namespace meta_predictor {
19namespace meta_predictor_glue {
20
21  typedef uint32_t Thistory_t;
22  typedef uint32_t Tbht_history_t;
23  typedef uint32_t Tpht_history_t;
24 
25}; // end namespace meta_predictor_glue
26}; // end namespace meta_predictor
27}; // end namespace predictor
28}; // end namespace stage_1_ifetch
29
30}; // end namespace behavioural
31}; // end namespace morpheo             
32
33#endif
34#endif
Note: See TracBrowser for help on using the repository browser.