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

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

Ajout d'un nouveau composant : fifo generic (un port lecture et un port ecriture).

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$
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.