Ignore:
Timestamp:
Sep 24, 2007, 2:00:35 PM (17 years ago)
Author:
rosiere
Message:

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:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_Execute_loop/Execute_loop/Multi_Read_unit/Read_unit/Read_queue/include/Parameters.h

    r54 r55  
    2626  {
    2727    //-----[ fields ]------------------------------------------------------------
    28   public : const uint32_t    _size_read_queue      ;
     28  public : const uint32_t    _size_queue           ;
    2929  public : const uint32_t    _nb_context           ;
    3030  public : const uint32_t    _nb_packet            ;
     
    4848
    4949    //-----[ methods ]-----------------------------------------------------------
    50   public : Parameters  (  uint32_t size_read_queue    ,
    51                           uint32_t nb_context         ,
    52                           uint32_t nb_packet          ,
    53                           uint32_t size_general_data  ,
    54                           uint32_t size_special_data  ,
    55                           uint32_t nb_general_register,
    56                           uint32_t nb_special_register,
    57                           uint32_t nb_operation       ,
    58                           uint32_t nb_type            ,
    59                           uint32_t nb_gpr_write       ,
    60                           uint32_t nb_spr_write       );
     50  public : Parameters  (uint32_t size_queue         ,
     51                        uint32_t nb_context         ,
     52                        uint32_t nb_packet          ,
     53                        uint32_t size_general_data  ,
     54                        uint32_t size_special_data  ,
     55                        uint32_t nb_general_register,
     56                        uint32_t nb_special_register,
     57                        uint32_t nb_operation       ,
     58                        uint32_t nb_type            ,
     59                        uint32_t nb_gpr_write       ,
     60                        uint32_t nb_spr_write       );
    6161  public : Parameters  (Parameters & param) ;
    6262  public : ~Parameters () ;
Note: See TracChangeset for help on using the changeset viewer.