Ignore:
Timestamp:
Feb 14, 2015, 5:22:08 PM (9 years ago)
Author:
alain
Message:

Remove vobj from mapping_info, and remove seg_kernel_uncdata.

File:
1 edited

Legend:

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

    r938 r943  
    14311431
    14321432        // Monitor a specific address for one L1 cache
    1433         // clusters[0][0]->proc[0]->cache_monitor(0xC0180ULL);
     1433        // clusters[0][0]->proc[0]->cache_monitor(0x600800ULL);
    14341434
    14351435        // Monitor a specific address for one L2 cache
    1436         // clusters[0][0]->memc->cache_monitor( 0x0ULL, true );   // one word
     1436        // clusters[0][0]->memc->cache_monitor( 0x600800ULL, false );   // full line
    14371437
    14381438        // Monitor a specific address for one XRAM
    1439         // clusters[0][0]->xram->start_monitor( 0x0ULL , 64);
     1439        // clusters[0][0]->xram->start_monitor( 0x600800ULL , 64);
    14401440
    14411441        if ( debug_ok and (n > debug_from) )
Note: See TracChangeset for help on using the changeset viewer.