source: trunk/IPs/systemC/processor/Morpheo/Behavioural/New_Component_vbe/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
File size: 330 bytes
Line 
1#ifndef morpheo_behavioural_@DEFINE_Types_h
2#define morpheo_behavioural_@DEFINE_Types_h
3
4/*
5 * $Id$
6 *
7 * [ Description ]
8 *
9 */
10
11#include "Behavioural/include/Types.h"
12
13namespace morpheo {
14namespace behavioural {
15@NAMESPACE_BEGIN
16
17@NAMESPACE_END
18}; // end namespace behavioural
19}; // end namespace morpheo             
20
21#endif
Note: See TracBrowser for help on using the repository browser.