source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_Front_end/Front_end/Prediction_unit/Direction/Meta_Predictor/Two_Level_Branch_Predictor/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: 1.0 KB
Line 
1#ifdef SYSTEMC
2#ifndef morpheo_behavioural_core_multi_front_end_front_end_prediction_unit_direction_meta_predictor_two_level_branch_predictor_Type_h
3#define morpheo_behavioural_core_multi_front_end_front_end_prediction_unit_direction_meta_predictor_two_level_branch_predictor_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 two_level_branch_predictor {
24
25  typedef uint32_t Taddress_t    ;
26  typedef uint32_t Tbht_history_t;
27  typedef uint32_t Tpht_history_t;
28
29}; // end namespace two_level_branch_predictor
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}; // end namespace behavioural
39}; // end namespace morpheo             
40
41#endif
42#endif
Note: See TracBrowser for help on using the repository browser.