Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 552 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 552 Bytes

ZJV2-difftest

ZJV2's difftest framework based on Verilator, QEMU and GDB.

Requirement

  • riscv-gnu-toolchain
  • qemu-system-riscv64
  • verilator

NOTICE: if you need a dockerized environment with all above tools, check zjv2-env

Usage

The following is a simple use case:

$ cd ZJV2-difftest
$ make prepare ELF=riscv-tests/rv64um-p-div
$ make
$ cd build && ./emulator

Documents