11 lines
150 B
CMake
11 lines
150 B
CMake
|
set(EMU_PLATFORM qemu)
|
||
|
|
||
|
set(QEMU_CPU_TYPE_${ARCH} riscv32)
|
||
|
|
||
|
set(QEMU_FLAGS_${ARCH}
|
||
|
-nographic
|
||
|
-machine sifive_e
|
||
|
)
|
||
|
|
||
|
set(BOARD_DEBUG_RUNNER qemu)
|