Changeset 546 for trunk/softs/test_llsc/top.cpp
- Timestamp:
- Oct 7, 2013, 5:23:44 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/softs/test_llsc/top.cpp
r536 r546 166 166 #ifdef USE_GIET 167 167 #include "scripts/soft/hard_config.h" 168 #define PREFIX_OS " /users/cao/meunier/src/giet_vm/"168 #define PREFIX_OS "giet_vm/" 169 169 #endif 170 170 … … 272 272 #define MDMA_BASE 0x00B1000000 273 273 #define MDMA_SIZE 0x0000001000 * NB_DMA_CHANNELS // 4 Kbytes per channel 274 275 #define SIMH_BASE 0x00B7000000 276 #define SIMH_SIZE 0x0000001000 274 277 #endif 275 278 … … 322 325 #define BROM_TGTID 7 323 326 #define CDMA_TGTID 8 327 #define SIMH_TGTID 9 324 328 325 329 bool stop_called = false; … … 567 571 maptabd.add(Segment("seg_cdma", CDMA_BASE, CDMA_SIZE, 568 572 IntTab(cluster(x,y),CDMA_TGTID), false)); 573 maptabd.add(Segment("seg_simh", SIMH_BASE, SIMH_SIZE, 574 IntTab(cluster(x,y),SIMH_TGTID), false)); 569 575 } 570 576 } … … 699 705 CDMA_TGTID, 700 706 BDEV_TGTID, 707 SIMH_TGTID, 701 708 MEMC_WAYS, 702 709 MEMC_SETS,
Note: See TracChangeset
for help on using the changeset viewer.