betrusted-renode/betrusted.resc
Sean Cross fe96ef185b minor renaming of stuff
Signed-off-by: Sean Cross <sean@xobs.io>
2019-11-26 07:56:13 +08:00

13 lines
362 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 "D:/Code/Betrusted/betrusted-soc/sw/target/riscv32imac-unknown-none-elf/debug/betrusted-soc"
showAnalyzer sysbus.fb
machine StartGdbServer 3333 true