Ignore:
Timestamp:
Jul 23, 2014, 11:14:07 AM (10 years ago)
Author:
alain
Message:

Remove the seg_boor_buffer segment in the arch.py for the tsar_generic_iob platform.

File:
1 edited

Legend:

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

    r739 r754  
    14231423
    14241424        // Monitor a specific address for one L2 cache
    1425         // clusters[0][0]->memc->cache_monitor( 0x1542c0ULL, true );   // single word
     1425        clusters[0][0]->memc->cache_monitor( 0xE1904ULL, true );   // single word
    14261426
    14271427        // Monitor a specific address for one XRAM
    1428         // if (n == 3000000) clusters[0][0]->xram->start_monitor( 0x170000ULL , 64);
     1428        // clusters[0][0]->xram->start_monitor( 0xE1900ULL , 64);
    14291429
    14301430        if (debug_ok and (n > debug_from) and (n % debug_period == 0))
Note: See TracChangeset for help on using the changeset viewer.