source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_Front_end/Front_end/Prediction_unit/Direction/Two_Level_Branch_Predictor/Pattern_History_Table/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: 895 bytes
Line 
1#ifdef SYSTEMC
2#ifndef morpheo_behavioural_stage_1_ifetch_predictor_meta_predictor_two_level_branch_predictor_pattern_history_table_Type_h
3#define morpheo_behavioural_stage_1_ifetch_predictor_meta_predictor_two_level_branch_predictor_pattern_history_table_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 two_level_branch_predictor {
20namespace pattern_history_table {
21
22  typedef uint32_t Thistory_t;
23  typedef uint32_t Taddress_t;
24
25}; // end namespace pattern_history_table
26}; // end namespace two_level_branch_predictor
27}; // end namespace meta_predictor
28}; // end namespace predictor
29}; // end namespace stage_1_ifetch
30}; // end namespace behavioural
31}; // end namespace morpheo             
32
33#endif
34#endif
Note: See TracBrowser for help on using the repository browser.