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

Last change on this file was 81, checked in by rosiere, 16 years ago
  • Finish Environment (and test)
  • Continue predictor_unit
  • Add external tools
  • svn keyword "Id" set
  • Property svn:keywords set to Id
File size: 479 bytes
Line 
1#ifdef SYSTEMC
2#ifndef morpheo_behavioural_generic_counter_Type_h
3#define morpheo_behavioural_generic_counter_Type_h
4
5/*
6 * $Id: Types.h 81 2008-04-15 18:40:01Z rosiere $
7 *
8 * [ Description ]
9 *
10 */
11
12#include "Behavioural/include/Types.h"
13
14namespace morpheo                    {
15namespace behavioural {
16namespace generic {
17namespace counter {
18
19  typedef uint32_t Tdata_t;
20
21}; // end namespace counter
22}; // end namespace generic
23
24}; // end namespace behavioural
25}; // end namespace morpheo             
26
27#endif
28#endif
Note: See TracBrowser for help on using the repository browser.