tinyriscv/tests/isa
Blue Liang 9420b85796 add div inst
Signed-off-by: Blue Liang <liangkangnan@163.com>
2020-01-13 08:26:41 +08:00
..
generated add div inst 2020-01-13 08:26:41 +08:00
rv32ui first release 2019-12-04 08:47:19 +08:00
rv32um add div inst 2020-01-13 08:26:41 +08:00
Makefile add mul instruction 2020-01-02 16:12:13 +08:00
README.md first release 2019-12-04 08:47:19 +08:00
link.ld first release 2019-12-04 08:47:19 +08:00
riscv_test.h first release 2019-12-04 08:47:19 +08:00
test_macros.h first release 2019-12-04 08:47:19 +08:00

README.md

RV32I instruction source code which copy from riscv(github). I have modified it so can run on tinyriscv. compile: type make under the cmd windows recompile: type make after make clean under the cmd windows