Changeset 490 for trunk


Ignore:
Timestamp:
Aug 9, 2013, 11:06:03 AM (11 years ago)
Author:
alain
Message:

Cosmetic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/platforms/tsar_generic_iob/top.cpp

    r472 r490  
    13331333   {
    13341334      // 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);
    13371337
    13381338      if (debug_ok and (n > debug_from) and (n % debug_period == 0))
     
    13421342
    13431343        // 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 )
    13471345        {
    13481346
     
    13511349        size_t x = debug_proc_id / (YMAX * NB_PROCS_MAX) ;
    13521350
    1353         clusters[x][y]->proc[l]->print_trace();
     1351        clusters[x][y]->proc[l]->print_trace(1);
    13541352
    13551353        std::ostringstream proc_signame;
Note: See TracChangeset for help on using the changeset viewer.