Changeset 1062 for trunk/platforms/tsar_generic_iob/top.cpp
- Timestamp:
- Oct 21, 2019, 5:51:34 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/platforms/tsar_generic_iob/top.cpp
r1060 r1062 1655 1655 } 1656 1656 1657 // Monitor a specific address for one L1 cache1657 // Monitor a specific address for one L1 data cache 1658 1658 // clusters[0][1]->proc[0]->cache_monitor( 0x10003ddb4ULL ); 1659 1659 1660 1660 // Monitor a specific address for L2 cache (single word if second argument true) 1661 // clusters[0][0]->memc->cache_monitor( 0x 0000d74c0ULL , false );1661 // clusters[0][0]->memc->cache_monitor( 0xcfe90ULL , true ); 1662 1662 1663 1663 // Monitor a specific address for one XRAM 1664 1664 // 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(); 1665 1668 1666 1669 if ( debug_ok and (n > debug_from) )
Note: See TracChangeset
for help on using the changeset viewer.