Ignore:
Timestamp:
Feb 5, 2008, 5:21:20 PM (16 years ago)
Author:
rosiere
Message:
  • Add two component :
    • network between read unit and execute unit
    • network between execute unit and write unit
  • remove parameters "nb_operation" and "nb_type"
  • in write_queue add the special case : load_speculative
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_Execute_loop/Execute_loop/Multi_Execute_unit/Execute_unit/Load_store_unit/include/Parameters.h

    r71 r77  
    3939  public : const uint32_t            _size_general_data            ;
    4040  public : const uint32_t            _nb_general_register          ;
    41   public : const uint32_t            _nb_operation                 ;
    42   public : const uint32_t            _nb_type                      ;
    4341
    4442  public : const uint32_t            _size_address_store_queue             ;
     
    5048  public : const uint32_t            _size_packet_id                       ;
    5149  public : const uint32_t            _size_general_register                ;
    52   public : const uint32_t            _size_operation                       ;
    53   public : const uint32_t            _size_type                            ;
    5450  public : const uint32_t            _size_dcache_context_id               ;
    5551  public : const uint32_t            _size_dcache_packet_id                ;
     
    7571                        uint32_t            nb_packet              ,
    7672                        uint32_t            size_general_data      ,
    77                         uint32_t            nb_general_register    ,
    78                         uint32_t            nb_operation           ,
    79                         uint32_t            nb_type               
    80                         );
     73                        uint32_t            nb_general_register    );
    8174
    8275  public : Parameters  (Parameters & param) ;
Note: See TracChangeset for help on using the changeset viewer.