1:name: GR712RC
2:description: This script runs the RTEMS hello world demo, started by the LEON3 PROM, on the GR712RC
3
4using sysbus
5$name?="GR712RC"
6mach create $name
7
8machine LoadPlatformDescription @platforms/cpus/gr712rc.repl
9
10$bin?=@https://dl.antmicro.com/projects/renode/gr712rc--rtems-hello.prom.elf-s_118692-e7b2e7d24b1293f600b81224f771d276a3dfdfa0
11
12showAnalyzer sysbus.uart0
13
14macro reset
15"""
16    sysbus LoadELF $bin
17"""
18
19runMacro $reset
20