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/Platforms/Test/src/test.cpp

    r114 r117  
    6060  //~~~~~ [ Environment  ]~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    6161  //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    62  
     62
     63  uint32_t    nb_thread = morpheo->_nb_thread;
    6364  uint32_t    nb_entity = 1;
    6465
     
    212213    {
    213214      tty_address [i] = TTY_BASE;
    214       nb_tty      [i] = 4;
     215      nb_tty      [i] = nb_thread;
    215216    }
    216217  string  ** name_tty    = new string * [nb_component_tty];
     
    229230    {
    230231      ramlock_address [i] = RAMLOCK_BASE;
    231       nb_lock         [i] = 10;
     232      nb_lock         [i] = 100*nb_thread;
    232233    }
    233234
     
    247248
    248249  Parameters * param_environment = new Parameters
    249     (nb_entity,
     250    (nb_thread,
     251     nb_entity,
    250252     
    251253     iaccess_nb_context,
     
    293295     nb_tty,
    294296     name_tty,
    295      false,
     297     true,
    296298     
    297299     nb_component_ramlock,
Note: See TracChangeset for help on using the changeset viewer.