source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_Execute_loop/Execute_loop/Multi_Read_unit/Read_unit/Reservation_station/include/Types.h @ 55

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

Ajout SystemC read_queue et reservation_station
Ajout port au bloc registerfile_monolithic (à ajouter également au bloc registerfile et registerfile_multi_banked)
Modif param : passage de pointeur (attention, tous les composants n'ont pas été tous modifier)

File size: 1.1 KB
Line 
1#ifndef morpheo_behavioural_core_multi_execute_loop_execute_loop_multi_read_unit_read_unit_reservation_station_Type_h
2#define morpheo_behavioural_core_multi_execute_loop_execute_loop_multi_read_unit_read_unit_reservation_station_Type_h
3
4/*
5 * $Id$
6 *
7 * [ Description ]
8 *
9 */
10
11#include "Common/include/Types.h"
12
13namespace morpheo                    {
14namespace behavioural {
15namespace core {
16namespace multi_execute_loop {
17namespace execute_loop {
18namespace multi_read_unit {
19namespace read_unit {
20namespace reservation_station {
21
22  typedef uint32_t Tgeneral_data_t   ;
23  typedef uint32_t Tspecial_data_t   ;
24  typedef uint32_t Tgeneral_address_t;
25  typedef uint32_t Tspecial_address_t;
26  typedef uint32_t Tcontext_t        ;
27  typedef uint32_t Tpacket_t         ;
28//typedef uint32_t Toperation_t      ; // Constant_OpenRISC.h
29  typedef uint32_t Ttype_t           ;
30
31}; // end namespace reservation_station
32}; // end namespace read_unit
33}; // end namespace multi_read_unit
34}; // end namespace execute_loop
35}; // end namespace multi_execute_loop
36}; // end namespace core
37
38}; // end namespace behavioural
39}; // end namespace morpheo             
40
41#endif
Note: See TracBrowser for help on using the repository browser.