source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Generic/Victim/include/Types.h

Last change on this file was 82, checked in by rosiere, 16 years ago
  • support locale (now must "just" translate)
  • update all component with new test format
  • update all component with usage
  • New component : decod queue and prediction_unit
  • Property svn:keywords set to Id
File size: 470 bytes
Line 
1#ifndef morpheo_behavioural_generic_victim_Types_h
2#define morpheo_behavioural_generic_victim_Types_h
3
4/*
5 * $Id: Types.h 82 2008-05-01 16:48:45Z rosiere $
6 *
7 * [ Description ]
8 *
9 */
10
11#include "Behavioural/include/Types.h"
12
13namespace morpheo {
14namespace behavioural {
15namespace generic {
16namespace victim {
17
18//   typedef uint32_t Taddress_t;
19  typedef uint32_t Tentity_t;
20
21}; // end namespace victim
22}; // end namespace generic
23}; // end namespace behavioural
24}; // end namespace morpheo             
25#endif
Note: See TracBrowser for help on using the repository browser.