2022-01-09 17:47:55 +01:00
|
|
|
config BR2_PACKAGE_HOST_RISCV_ISA_SIM
|
|
|
|
bool "host riscv-isa-sim"
|
2022-01-11 23:24:28 +01:00
|
|
|
depends on BR2_HOST_GCC_AT_LEAST_4_9 # C++11
|
2022-01-09 17:47:55 +01:00
|
|
|
help
|
|
|
|
Spike, the RISC-V ISA Simulator, implements a functional
|
|
|
|
model of one or more RISC-V harts.
|
|
|
|
|
|
|
|
The host package provides an alternative solution to qemu.
|
|
|
|
|
|
|
|
https://github.com/riscv-software-src/riscv-isa-sim
|
|
|
|
|
|
|
|
comment "host riscv-isa-sim needs host gcc >= 4.9"
|
|
|
|
depends on !BR2_HOST_GCC_AT_LEAST_4_9
|