Changeset 1056


Ignore:
Timestamp:
Dec 22, 2017, 7:59:18 PM (6 years ago)
Author:
alain
Message:

Update platforms.:wq

Location:
trunk/platforms
Files:
2 edited

Legend:

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

    r1055 r1056  
    16591659
    16601660        // Monitor a specific address for L2 cache (single word if second argument true)
    1661         // clusters[0][0]->memc->cache_monitor( 0xdc000ULL );
     1661        clusters[0][0]->memc->cache_monitor( 0xdbc7cULL , true );
    16621662
    16631663        // Monitor a specific address for one XRAM
  • trunk/platforms/tsar_generic_leti/top.cpp

    r1029 r1056  
    347347            "XCU_NB_WTI must be 16" );
    348348
    349     assert( (XCU_NB_OUT == 16) and
    350             "XCU_NB_OUT must be 16" );
     349    assert( (XCU_NB_OUT == NB_PROCS_MAX * IRQ_PER_PROCESSOR) and
     350            "XCU_NB_OUT must be NB_PROCS_MAX * IRQ_PER_PROCESSOR" );
    351351   
    352352    assert( (NB_CMA_CHANNELS <= 4) and
Note: See TracChangeset for help on using the changeset viewer.