-
Notifications
You must be signed in to change notification settings - Fork 20
Qemu Test
Akash Kollipara edited this page Nov 26, 2023
·
1 revision
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).
- Get QEMU and build from source
make get_riscv_tc get_qemu
- Run
make qemu_test
Copyrights (c) 2022, Cyancore team