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/Reservation_station/include/Parameters.h

    r75 r76  
    4242  public : const uint32_t    _nb_bypass_write      ;//if nb_bypass=0, then bypass is desactivated
    4343  public : const uint32_t    _nb_bypass_memory     ;//if nb_bypass=0, then bypass is desactivated
     44  public : const uint32_t    _size_store_queue     ;
     45  public : const uint32_t    _size_load_queue      ;
     46
    4447    /*
    4548  public : const bool        _have_immediat        ;
     
    8083                        uint32_t nb_spr_write       ,
    8184                        uint32_t nb_bypass_write    ,
    82                         uint32_t nb_bypass_memory   );
     85                        uint32_t nb_bypass_memory   ,
     86                        uint32_t size_store_queue   ,
     87                        uint32_t size_load_queue    );
    8388
    8489  public : Parameters  (Parameters & param) ;
Note: See TracChangeset for help on using the changeset viewer.