Skip to content

Qemu Test

Akash Kollipara edited this page Nov 26, 2023 · 1 revision

Emulating demo_qemu_sifive_e project on QEMU

QEMU is a quick emulator which is used to emulate a CPU architecture on your computer. QEMU is used for functional testing of programs on desired cpu architecture and platforms (It is not clock accurate).

Getting started with QEMU

  • Get QEMU and build from source
    make get_riscv_tc get_qemu
  • Run
    make qemu_test
Clone this wiki locally