Hacker News new | ask | show | jobs
by detaro 3061 days ago
Various RISC-V emulators are available, e.g. you can run Linux on a simulated risc-v processor in qemu.
2 comments

True. I wonder how much of this board's hardware is emulated in there.
Quite a lot, see item 3 below:

    $ qemu-system-riscv64 -machine \?
    Supported machines are:
    none                 empty machine
    sifive_e300          RISC-V Board compatible with SiFive E300 SDK
    sifive_u500          RISC-V Board compatible with SiFive U500 SDK
    spike_v1.10          RISC-V Spike Board (Privileged ISA v1.10)
    spike_v1.9           RISC-V Spike Board (Privileged ISA v1.9.1) (default)
    virt                 RISC-V VirtIO Board (Privileged spec v1.10)