source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_Front_end/Front_end/Prediction_unit/Direction/Meta_Predictor/Two_Level_Branch_Predictor/Pattern_History_Table/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.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_pattern_history_table_Type_h
3#define morpheo_behavioural_core_multi_front_end_front_end_prediction_unit_direction_meta_predictor_two_level_branch_predictor_pattern_history_table_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 {
24namespace pattern_history_table {
25
26  typedef uint32_t Thistory_t;
27  typedef uint32_t Taddress_t;
28
29}; // end namespace pattern_history_table
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}; // end namespace behavioural
40}; // end namespace morpheo             
41
42#endif
43#endif
Note: See TracBrowser for help on using the repository browser.