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

    r110 r117  
    6060  public : uint32_t         ** _array_size_depth        ;//[nb_front_end][nb_context]
    6161//public : uint32_t            _max_size_depth          ;
    62   public : Tpacket_t           _shift_num_bank          ;
    63   public : Tpacket_t           _mask_size_bank          ;
     62
     63//public : Tpacket_t           _shift_num_bank          ;
     64  public : Tpacket_t           _mask_num_bank           ;
     65  public : Tpacket_t           _shift_num_slot          ;
     66//public : Tpacket_t           _mask_num_slot           ;
     67   
    6468
    6569//public : bool                _have_port_front_end_id  ;
Note: See TracChangeset for help on using the changeset viewer.