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/src/Parameters.cpp

    r110 r117  
    7171    _max_nb_inst_retire       = max<uint32_t>(_nb_inst_retire,_nb_rename_unit);
    7272    _size_bank                = _size_queue/_nb_bank;
    73     _shift_num_bank           = log2(_size_bank);
    74     _mask_size_bank           = gen_mask<Tpacket_t>(log2(_size_bank));
     73
     74//  _shift_num_bank           = 0;
     75    _mask_num_bank            = gen_mask<Tpacket_t>(log2(_nb_bank));
     76    _shift_num_slot           = log2(_nb_bank);
     77//  _mask_num_slot            = gen_mask<Tpacket_t>(log2(_size_bank));
    7578
    7679    _have_port_rename_unit_id = _size_rename_unit_id > 0;
Note: See TracChangeset for help on using the changeset viewer.