tinyriscv/sim/compliance_test/README.md

11 lines
310 B
Markdown
Raw Permalink Normal View History

对新的指令测试项进行测试。
使用方法:
Windows系统下
`python compliance_test.py ..\..\tests\riscv-compliance\build_generated\rv32i\I-ADD-01.elf.bin inst.data`
Linux系统下
`python compliance_test.py ../../tests/riscv-compliance/build_generated/rv32i/I-ADD-01.elf.bin inst.data`