source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Generic/Select/Select_Priority_Fixed/include/Types.h @ 57

Last change on this file since 57 was 57, checked in by rosiere, 17 years ago
  • VHDL - RegisterFile_Multi_Banked (only partial_crossbar)
  • SystemC - modif Component, interface and co -> ajout du type Tusage_T pour instancier un coposant mais ne demander que le VHDL ou le systemC.
  • Séminaire interne
File size: 575 bytes
Line 
1#ifndef morpheo_behavioural_generic_select_select_priority_fixed_Type_h
2#define morpheo_behavioural_generic_select_select_priority_fixed_Type_h
3
4/*
5 * $Id$
6 *
7 * [ Description ]
8 *
9 */
10
11#include "Behavioural/include/Types.h"
12
13namespace morpheo                    {
14namespace behavioural {
15namespace generic {
16namespace select {
17namespace select_priority_fixed {
18
19  typedef uint32_t Tentity_t;
20
21}; // end namespace select_priority_fixed
22}; // end namespace select
23}; // end namespace generic
24
25}; // end namespace behavioural
26}; // end namespace morpheo             
27
28#endif
Note: See TracBrowser for help on using the repository browser.