Ignore:
Timestamp:
Dec 10, 2008, 7:31:39 PM (15 years ago)
Author:
rosiere
Message:

Almost complete design
with Test and test platform

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_Execute_loop/Execute_loop/Multi_Write_unit/Write_unit/Execute_queue/include/Types.h

    r82 r88  
    3232  public  : Tcontrol_t         _no_sequence  ;
    3333  public  : Tgeneral_data_t    _address      ;
     34  public  : Tgeneral_data_t    _data         ;
    3435   
    3536  public  : execute_queue_entry_t (Tcontext_t         context_id   ,
     
    4243                                   Texception_t       exception    ,
    4344                                   Tcontrol_t         no_sequence  ,
    44                                    Tgeneral_data_t    address      )
     45                                   Tgeneral_data_t    address      ,
     46                                   Tgeneral_data_t    data         )
    4547    {
    4648      _context_id    = context_id   ;
     
    5456      _no_sequence   = no_sequence  ;
    5557      _address       = address      ;
     58      _data          = data         ;
    5659    };
    5760  };
Note: See TracChangeset for help on using the changeset viewer.