1$name?="hifive-unmatched"
2
3using sysbus
4mach create $name
5machine LoadPlatformDescription @platforms/cpus/sifive-fu740.repl
6
7showAnalyzer uart0
8
9$bin?=@https://dl.antmicro.com/projects/renode/hifive_unmatched--zephyr-shell_module.elf-s_1146984-4c34239d50f7b61dc2ee074a0135a7e299e21768
10
11macro reset
12"""
13    sysbus LoadELF $bin
14"""
15runMacro $reset
16