Ignore:
Timestamp:
Feb 2, 2008, 12:39:01 PM (16 years ago)
Author:
rosiere
Message:

Add new component : Read_unit (no tested)
Change functionnal_unit : now use type and operation to execute the good function
Change New_Component's script

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

    r75 r76  
    4141  public : const uint32_t    _nb_gpr_write         ;
    4242  public : const uint32_t    _nb_spr_write         ;
     43  public : const uint32_t    _size_store_queue     ;
     44  public : const uint32_t    _size_load_queue      ;
    4345
    4446  public : const uint32_t    _nb_gpr_read          ;
     
    7375                        uint32_t nb_type            ,
    7476                        uint32_t nb_gpr_write       ,
    75                         uint32_t nb_spr_write       );
     77                        uint32_t nb_spr_write       ,
     78                        uint32_t size_store_queue   ,
     79                        uint32_t size_load_queue    );
     80
    7681  public : Parameters  (Parameters & param) ;
    7782  public : ~Parameters () ;
Note: See TracChangeset for help on using the changeset viewer.