picorv32/scripts/torture
Steffen Vogel 017f537317 add readme file for torture test (closes #93) 2019-02-11 21:39:15 +01:00
..
.gitignore Run torture test with random PicoRV32 configs 2016-04-12 20:17:36 +02:00
Makefile Fix scripts/torture gcc calls 2017-07-10 11:52:10 +02:00
README add readme file for torture test (closes #93) 2019-02-11 21:39:15 +01:00
asmcheck.py "xori" is sometimes disassembled as "not" (with -1 imm) 2016-04-13 17:30:09 +02:00
config.py Added SBREAK handling for CATCH_ILLINSN=0 2016-04-13 15:09:49 +02:00
riscv-isa-sim-notrap.diff Improvements in scripts/torture/ 2016-04-09 14:09:22 +02:00
riscv-isa-sim-sbreak.diff Added c_ebreak support to riscv-isa-sim-sbreak.diff 2016-04-08 21:41:32 +02:00
riscv-torture-genloop.diff Batch processing for scripts/torture/ 2016-04-08 17:02:41 +02:00
riscv-torture-rv32.diff Added mul/div support to scripts/torture/ 2016-04-10 16:55:45 +02:00
riscv_test.h RISC-V ISA 2.1 now calls "sbreak" officially "ebreak" 2016-06-06 10:46:52 +02:00
sections.lds Added scripts/torture for riscv-torture tests 2016-04-06 16:38:57 +02:00
test.sh Fix scripts/torture gcc calls 2017-07-10 11:52:10 +02:00
testbench.cc Using Verilator in torture test bench 2016-04-10 12:35:16 +02:00
testbench.v Run torture test with random PicoRV32 configs 2016-04-12 20:17:36 +02:00

README

Use UCB-BAR's RISC-V Torture Test Generator to test PicoRV32.

You might need to install the following addition dependecies:

sudo apt-get install python3-pip
pip3 install numpy