source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Generic/RegisterFile/RegisterFile_Monolithic/include/Types.h @ 82

Last change on this file since 82 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: 701 bytes
Line 
1#ifndef morpheo_behavioural_generic_registerfile_registerfile_monolithic_Type_h
2#define morpheo_behavioural_generic_registerfile_registerfile_monolithic_Type_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 registerfile               {
17namespace registerfile_monolithic    {
18
19//   typedef uint32_t Taddress_t;
20  typedef uint32_t Tdata_t;
21 
22}; // end namespace registerfile_monolithic
23}; // end namespace registerfile
24}; // end namespace generic
25}; // end namespace behavioural         
26}; // end namespace morpheo             
27
28#endif
Note: See TracBrowser for help on using the repository browser.