betrusted-renode/betrusted.resc
Sean Cross 281bd9abcf fix path to elf file
Signed-off-by: Sean Cross <sean@xobs.io>
2019-11-26 07:58:20 +08:00

13 lines
284 B
Plaintext

path add $ORIGIN
mach create
i @fb.cs
i @spi-soc.cs
i @ticktimer-soc.cs
#i @kbd.cs
using sysbus
machine LoadPlatformDescription $ORIGIN/betrusted-soc.repl
sysbus ApplySVD $ORIGIN/Betrusted\ SoC.svd
sysbus LoadELF @betrusted-soc
showAnalyzer sysbus.fb
machine StartGdbServer 3333 true