tinyriscv/tests/isa
Blue Liang 97efd66e78 add mul instruction
Signed-off-by: Blue Liang <liangkangnan@163.com>
2020-01-02 16:12:13 +08:00
..
generated add mul instruction 2020-01-02 16:12:13 +08:00
rv32ui first release 2019-12-04 08:47:19 +08:00
rv32um add mul instruction 2020-01-02 16:12:13 +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