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

    r76 r77  
    3636  public : const uint32_t            _size_special_data            ;
    3737  public : const uint32_t            _nb_special_register          ;
    38   public : const uint32_t            _nb_operation                 ;
    39   public : const uint32_t            _nb_type                      ;
    4038  public :       execute_timing_t ** _timing                       ;
    4139  public : morpheo::behavioural::custom::custom_information_t (*_get_custom_information) (uint32_t);
     
    4745  public : const uint32_t            _size_general_register        ;
    4846  public : const uint32_t            _size_special_register        ;
    49   public : const uint32_t            _size_operation               ;
    50   public : const uint32_t            _size_type                    ;
    5147
    5248  public : const bool                _have_port_context_id         ;
     
    6662                        uint32_t           size_special_data  ,
    6763                        uint32_t           nb_special_register,
    68                         uint32_t           nb_operation       ,
    69                         uint32_t           nb_type            ,
    7064                        execute_timing_t** timing             ,
    7165                        morpheo::behavioural::custom::custom_information_t (*get_custom_information) (uint32_t));
Note: See TracChangeset for help on using the changeset viewer.