source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_Front_end/Front_end/Prediction_unit/Direction/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: 594 bytes
Line 
1#ifndef morpheo_behavioural_stage_1_ifetch_predictor_meta_predictor_Type_h
2#define morpheo_behavioural_stage_1_ifetch_predictor_meta_predictor_Type_h
3
4/*
5 * $Id$
6 *
7 * [ Description ]
8 *
9 */
10
11#include "Common/include/Types.h"
12
13namespace morpheo {
14namespace behavioural {
15namespace stage_1_ifetch {
16namespace predictor {
17namespace meta_predictor {
18
19  typedef uint32_t Taddress_t;
20  typedef uint32_t Thistory_t;
21
22}; // end namespace meta_predictor
23}; // end namespace predictor
24}; // end namespace stage_1_ifetch
25}; // end namespace behavioural
26}; // end namespace morpheo             
27
28#endif
Note: See TracBrowser for help on using the repository browser.