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

Last change on this file since 48 was 48, checked in by rosiere, 17 years ago

Modification des Makefile : pas de creation inutile de shell

File size: 821 bytes
Line 
1#ifndef morpheo_behavioural_core_multi_front_end_front_end_prediction_unit_direction_meta_predictor_Type_h
2#define morpheo_behavioural_core_multi_front_end_front_end_prediction_unit_direction_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 core {
16namespace multi_front_end {
17namespace front_end {
18namespace prediction_unit {
19namespace direction {
20
21namespace meta_predictor {
22
23  typedef uint32_t Taddress_t;
24  typedef uint32_t Thistory_t;
25
26}; // end namespace meta_predictor
27
28}; // end namespace core
29}; // end namespace multi_front_end
30}; // end namespace front_end
31}; // end namespace prediction_unit
32}; // end namespace direction
33
34}; // end namespace behavioural
35}; // end namespace morpheo             
36
37#endif
Note: See TracBrowser for help on using the repository browser.