Ignore:
Timestamp:
Jan 24, 2011, 5:36:50 PM (13 years ago)
Author:
kane
Message:

add multi write buffer in cc_xcache_v4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/platforms/tsarv4_vgmn_generic_32/tsarv4_vgmn_generic_32_top.cpp

    r117 r134  
    539539                    IntTab(cluster(x,y), PROC_SRCID+p),         // SRCID_C
    540540                    IntTab(cluster(x,y), PROC_SRCID+p),         // TGTID_C
    541                     4,64,16,4,64,16);                           // Icache and Dcache sizes
     541                    4,64,16,4,64,16                             // Icache and Dcache sizes
     542                    ,4,8,16
     543                    );
    542544        }
    543545      }
     
    561563                IntTab(cluster(x,y), MEMC_TGTID),               // TGTID_D
    562564                IntTab(cluster(x,y), nprocs),                   // TGTID_C
    563                 4,16,16,                                        // CACHE SIZE
     565                16,256,16,                                      // CACHE SIZE
    564566                4096);                                          // HEAP SIZE
    565567        }
     
    834836    std::cin.getline(buf,1);
    835837
     838    for( size_t x = 0 ; x < xmax ; x++ )
     839      for( size_t y = 0 ; y < ymax ; y++ )
     840        for ( size_t p = 0 ; p < nprocs ; p++ )
     841          proc[x][y][p]->print_stats();
     842
    836843    return EXIT_SUCCESS;
    837844}
Note: See TracChangeset for help on using the changeset viewer.