Changeset 546 for trunk/softs/test_llsc/scripts/test_llsc.py
- Timestamp:
- Oct 7, 2013, 5:23:44 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/softs/test_llsc/scripts/test_llsc.py
r536 r546 99 99 100 100 mpr.map(tcg, code = 'PSEG_RAM_0', data = 'PSEG_RAM_0', ptab = "PSEG_RAM_0") 101 mpr.map('system', boot = 'PSEG_R OM', kernel = 'PSEG_RAM_0', scheduler = True)101 mpr.map('system', boot = 'PSEG_RAM_0', kernel = 'PSEG_RAM_0', scheduler = True) 102 102 103 mpr.generate(dsx.Giet(outdir = '.', vaddr_replicated_peri_inc = 0x 100000))103 mpr.generate(dsx.Giet(outdir = '.', vaddr_replicated_peri_inc = 0x2000, debug = True)) 104 104
Note: See TracChangeset
for help on using the changeset viewer.