1:name: Mi-V
2:description: This script is prepared to run Zephyr on a Mi-V RISC-V board.
3
4$name?="Mi-V"
5
6using sysbus
7mach create $name
8machine LoadPlatformDescription $ORIGIN/m2gl025_miv.repl
9
10showAnalyzer uart
11cpu PerformanceInMips 4
12
13macro reset
14"""
15    sysbus LoadELF $elf
16"""
17runMacro $reset
18