2020-05-27 15:47:55 +00:00
|
|
|
|
对新的指令测试项进行测试。
|
|
|
|
|
|
|
|
|
|
使用方法:
|
|
|
|
|
|
2020-10-25 05:49:39 +00:00
|
|
|
|
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`
|