Changeset 490 for trunk/platforms
- Timestamp:
- Aug 9, 2013, 11:06:03 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/platforms/tsar_generic_iob/top.cpp
r472 r490 1333 1333 { 1334 1334 // Monitor a specific address for L1 & L2 caches 1335 // clusters[1][1]->proc[0]->cache_monitor(0xC000039FC0ULL);1336 // clusters[1][1]->memc->cache_monitor( 0xC000039FC0ULL);1335 // clusters[1][0]->proc[0]->cache_monitor(0x4000ULL); 1336 // clusters[0][0]->memc->cache_monitor( 0x25000ULL); 1337 1337 1338 1338 if (debug_ok and (n > debug_from) and (n % debug_period == 0)) … … 1342 1342 1343 1343 // trace proc[debug_proc_id] 1344 // if ( debug_proc_id < XMAX*YMAX*NB_PROCS_MAX ) 1345 1346 for ( debug_proc_id = 0 ; debug_proc_id < 4 ; debug_proc_id++ ) 1344 if ( debug_proc_id < XMAX*YMAX*NB_PROCS_MAX ) 1347 1345 { 1348 1346 … … 1351 1349 size_t x = debug_proc_id / (YMAX * NB_PROCS_MAX) ; 1352 1350 1353 clusters[x][y]->proc[l]->print_trace( );1351 clusters[x][y]->proc[l]->print_trace(1); 1354 1352 1355 1353 std::ostringstream proc_signame;
Note: See TracChangeset
for help on using the changeset viewer.