Use addresses inside DRAM section of spike

This commit is contained in:
Olivier Betschi 2025-01-17 08:31:54 +01:00 committed by OlivierBetschi
parent 431ba42a1e
commit 139f8cd814

View file

@ -82,7 +82,7 @@ main:
# Do the EXEC "RET" test.
# Exec test 1, at 0x0000_0800.
li t0, 0x00000800
li t0, 0xA0000800
li t1, 0x8082
sw t1, 0(t0)
lw t2, 0(t0)
@ -90,7 +90,7 @@ main:
jalr t0
# Exec test 2, at 0x0001_8000.
li t0, 0x00018000
li t0, 0xB0018000
li t1, 0x8082
sw t1, 0(t0)
lw t2, 0(t0)