Ignore:
Timestamp:
May 16, 2009, 4:42:39 PM (15 years ago)
Author:
rosiere
Message:

1) Platforms : add new organization for test
2) Load_Store_Unit : add array to count nb_check in store_queue
3) Issue_queue and Core_Glue : rewrite the issue network
4) Special_Register_Unit : add reset value to register CID
5) Softwares : add multicontext test
6) Softwares : add SPECINT
7) Softwares : add MiBench?
7) Read_queue : inhib access for r0
8) Change Core_Glue (network) - dont yet support priority and load balancing scheme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_OOO_Engine/OOO_Engine/Issue_queue/include/Parameters.h

    r111 r117  
    3838//public : uint32_t              _size_store_queue_ptr    ;
    3939//public : uint32_t              _size_load_queue_ptr     ;
    40   public : uint32_t              _nb_inst_issue           ;
    4140  public : uint32_t            * _nb_inst_rename          ;//[nb_rename_unit]
    4241  public : uint32_t              _nb_inst_reexecute       ;
     
    4443  public : Tpriority_t           _priority                ;
    4544  public : Tload_balancing_t     _load_balancing          ;
    46   public : bool               ** _table_routing           ;//[nb_rename_unit][nb_inst_issue]
    47   public : bool               ** _table_issue_type        ;//[nb_inst_issue][nb_type]
     45//public : bool               ** _table_routing           ;//[nb_rename_unit][nb_inst_issue]
     46//public : bool               ** _table_issue_type        ;//[nb_inst_issue][nb_type]
    4847  public : uint32_t              _size_reexecute_queue    ;
    4948                             
     49  public : uint32_t              _nb_inst_issue           ;
    5050//public : uint32_t              _nb_bank_select_out      ;
    5151  public : uint32_t              _max_nb_inst_rename      ;
     
    7474                        uint32_t              size_store_queue_ptr    ,
    7575                        uint32_t              size_load_queue_ptr     ,
    76                         uint32_t              nb_inst_issue           ,
     76//                      uint32_t              nb_inst_issue           ,
    7777                        uint32_t            * nb_inst_rename          ,
    7878                        uint32_t              nb_inst_reexecute       ,
     
    8080                        Tpriority_t           priority                ,
    8181                        Tload_balancing_t     load_balancing          ,
    82                         bool               ** table_routing           ,
    83                         bool               ** table_issue_type        ,
     82//                      bool               ** table_routing           ,
     83//                      bool               ** table_issue_type        ,
    8484                        bool                  is_toplevel=false);
    8585
Note: See TracChangeset for help on using the changeset viewer.