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

    r76 r77  
    3636  public : const uint32_t    _nb_general_register     ;
    3737  public : const uint32_t    _nb_special_register     ;
    38   public : const uint32_t    _nb_operation            ;
    39   public : const uint32_t    _nb_type                 ;
    4038  public : const uint32_t    _nb_gpr_write            ;
    4139  public : const uint32_t    _nb_spr_write            ;
     
    5452  public : const uint32_t    _size_general_register   ;
    5553  public : const uint32_t    _size_special_register   ;
    56   public : const uint32_t    _size_operation          ;
    57   public : const uint32_t    _size_type               ;
    5854
    5955  public : const bool        _have_port_context_id    ;
     
    7672                        uint32_t nb_general_register     ,
    7773                        uint32_t nb_special_register     ,
    78                         uint32_t nb_operation            ,
    79                         uint32_t nb_type                 ,
    8074                        uint32_t nb_gpr_write            ,
    8175                        uint32_t nb_spr_write            ,
Note: See TracChangeset for help on using the changeset viewer.