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_Write_unit/Write_unit/Execute_queue/include/Parameters.h

    r73 r77  
    3333  public : const uint32_t            _size_general_data            ;
    3434  public : const uint32_t            _size_special_data            ;
    35   public : const uint32_t            _nb_operation                 ;
    36   public : const uint32_t            _nb_type                      ;
    3735
    3836  public : const uint32_t            _size_context_id              ;
     
    4038  public : const uint32_t            _size_ooo_engine_id           ;
    4139  public : const uint32_t            _size_packet_id               ;
    42   public : const uint32_t            _size_operation               ;
    43   public : const uint32_t            _size_type                    ;
    4440
    4541  public : const bool                _have_port_context_id         ;
     
    5551                        uint32_t nb_packet          ,
    5652                        uint32_t size_general_data  ,
    57                         uint32_t size_special_data  ,
    58                         uint32_t nb_operation       ,
    59                         uint32_t nb_type            );
     53                        uint32_t size_special_data  );
    6054  public : Parameters  (Parameters & param) ;
    6155  public : ~Parameters () ;
Note: See TracChangeset for help on using the changeset viewer.