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

    r88 r117  
    2727  public : uint32_t     _nb_inst_reexecute     ;
    2828  public : bool     *** _implement_group       ;//[nb_front_end][nb_context][NB_GROUP]
     29  public : uint32_t  ** _translate_num_context_to_num_thread; //[nb_front_end][nb_context]
    2930
    3031  public : uint32_t     _max_nb_context        ;
     
    4142                        uint32_t     nb_inst_reexecute     ,
    4243                        bool     *** implement_group       ,
     44                        uint32_t  ** translate_num_context_to_num_thread, //[nb_front_end][nb_context]
    4345                        bool         is_toplevel=false
    4446                        );
Note: See TracChangeset for help on using the changeset viewer.