Changeset 1056 for trunk/platforms
- Timestamp:
- Dec 22, 2017, 7:59:18 PM (7 years ago)
- Location:
- trunk/platforms
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/platforms/tsar_generic_iob/top.cpp
r1055 r1056 1659 1659 1660 1660 // 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 ); 1662 1662 1663 1663 // Monitor a specific address for one XRAM -
trunk/platforms/tsar_generic_leti/top.cpp
r1029 r1056 347 347 "XCU_NB_WTI must be 16" ); 348 348 349 assert( (XCU_NB_OUT == 16) and350 "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" ); 351 351 352 352 assert( (NB_CMA_CHANNELS <= 4) and
Note: See TracChangeset
for help on using the changeset viewer.