source: trunk/IPs/systemC/processor/Morpheo/Behavioural/include/Usage.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: 423 bytes
Line 
1#ifndef morpheo_behavioural_Usage_h
2#define morpheo_behavioural_Usage_h
3
4namespace morpheo {
5namespace behavioural {
6
7  typedef uint8_t Tusage_t;
8
9#define USE_SYSTEMC        0x01
10#define USE_VHDL           0x02
11#define USE_VHDL_TESTBENCH 0x04
12#define USE_STATISTICS     0x08
13#define USE_POSITION       0x10
14#define USE_ALL            0x1F
15
16}; // end namespace behavioural
17}; // end namespace morpheo             
18
19#endif
20
Note: See TracBrowser for help on using the repository browser.