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/Environment/include/Environment_Parameters.h

    r88 r117  
    1414  class Parameters
    1515  {
     16  public : uint32_t                nb_thread               ;
    1617  public : uint32_t                nb_iport                ;
    1718  public : uint32_t                nb_dport                ;
     
    5354
    5455  public : Parameters (// General
     56                       uint32_t    nb_thread,
    5557                       uint32_t    nb_cache_dedicated,
    5658                       
     
    114116                       )
    115117    {
     118      this->nb_thread                = nb_thread;
    116119      this->nb_entity                = nb_cache_dedicated;
    117120
Note: See TracChangeset for help on using the changeset viewer.