Instead of endlessly repeating the same command line args, centralize this and tune the shift value on a per-board basis. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
12 lines
223 B
CMake
12 lines
223 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
set(EMU_PLATFORM qemu)
|
|
|
|
set(QEMU_binary_suffix riscv32)
|
|
set(QEMU_CPU_TYPE_${ARCH} riscv32)
|
|
|
|
set(QEMU_FLAGS_${ARCH}
|
|
-nographic
|
|
-machine sifive_e
|
|
)
|
|
board_set_debugger_ifnset(qemu)
|