fix path to elf file

Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
Sean Cross 2019-11-26 07:58:20 +08:00
parent fe96ef185b
commit 281bd9abcf
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@ i @ticktimer-soc.cs
using sysbus
machine LoadPlatformDescription $ORIGIN/betrusted-soc.repl
sysbus ApplySVD $ORIGIN/Betrusted\ SoC.svd
sysbus LoadELF "D:/Code/Betrusted/betrusted-soc/sw/target/riscv32imac-unknown-none-elf/debug/betrusted-soc"
sysbus LoadELF @betrusted-soc
showAnalyzer sysbus.fb
machine StartGdbServer 3333 true