Ignore:
Timestamp:
Oct 21, 2019, 5:51:34 PM (5 years ago)
Author:
alain
Message:

Update the arch_info.py for the modified FBF : seg_fbf = 0x400000 + 0x1000

File:
1 edited

Legend:

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

    r1060 r1062  
    16551655        }
    16561656
    1657         // Monitor a specific address for one L1 cache
     1657        // Monitor a specific address for one L1 data cache
    16581658        // clusters[0][1]->proc[0]->cache_monitor( 0x10003ddb4ULL );
    16591659
    16601660        // Monitor a specific address for L2 cache (single word if second argument true)
    1661         // clusters[0][0]->memc->cache_monitor( 0x0000d74c0ULL , false );
     1661        // clusters[0][0]->memc->cache_monitor( 0xcfe90ULL , true );
    16621662
    16631663        // Monitor a specific address for one XRAM
    16641664        // clusters[0][1]->xram->start_monitor( 0x100094000ULL , 64);
     1665
     1666        // Monitor the MMU  for one L1 cache
     1667        // clusters[0][0]->proc[0]->mmu_monitor();
    16651668
    16661669        if ( debug_ok and (n > debug_from) )
Note: See TracChangeset for help on using the changeset viewer.