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

    r81 r117  
    2626    if (type_cache == INSTRUCTION_CACHE)
    2727      {
    28         _cout(CACHE,"Instruction");
     28        __cout(CACHE,"Instruction");
    2929        cache                 = icache_dedicated [num_entity];
    3030        param_cache_dedicated = param->param_icache_dedicated [num_entity];
     
    3232    else
    3333      {
    34         _cout(CACHE,"Data");
     34        __cout(CACHE,"Data");
    3535        cache                 = dcache_dedicated [num_entity];
    3636        param_cache_dedicated = param->param_dcache_dedicated [num_entity];
    3737      }
    38     _cout(CACHE," [%d] - entity : %d, address : 0x%.x\n",num_port,num_entity,address);
     38    __cout(CACHE," [%d] - entity : %d, address : 0x%.x\n",num_port,num_entity,address);
    3939
    4040    if (num_port >= cache->param->nb_port)
     
    4949    if (access_dedicated.hit == MISS)
    5050      {
    51         _cout(CACHE," * Access Cache_shared");
     51        _cout(CACHE," * Access Cache_shared\n");
    5252
    5353        // Make a access with this level "shared"
Note: See TracChangeset for help on using the changeset viewer.