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

Last change on this file since 81 was 81, checked in by rosiere, 16 years ago
  • Finish Environment (and test)
  • Continue predictor_unit
  • Add external tools
  • svn keyword "Id" set
  • Property svn:keywords set to Id
File size: 1016 bytes
Line 
1#ifdef SYSTEMC
2#ifndef morpheo_behavioural_core_multi_front_end_front_end_prediction_unit_direction_meta_predictor_meta_predictor_glue_Type_h
3#define morpheo_behavioural_core_multi_front_end_front_end_prediction_unit_direction_meta_predictor_meta_predictor_glue_Type_h
4
5/*
6 * $Id: Types.h 81 2008-04-15 18:40:01Z rosiere $
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 meta_predictor_glue {
24
25  typedef uint32_t Thistory_t;
26  typedef uint32_t Tbht_history_t;
27  typedef uint32_t Tpht_history_t;
28 
29}; // end namespace meta_predictor_glue
30}; // end namespace meta_predictor
31
32}; // end namespace core
33}; // end namespace multi_front_end
34}; // end namespace front_end
35}; // end namespace prediction_unit
36}; // end namespace direction
37
38
39}; // end namespace behavioural
40}; // end namespace morpheo             
41
42#endif
43#endif
Note: See TracBrowser for help on using the repository browser.