Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Commit 15c7424

Browse files
author
f74064054@mail.ncku.edu.tw
committed
Finish the rv32imc opcode 1 insn
1 parent 186fb27 commit 15c7424

File tree

5 files changed

+476
-12098
lines changed

5 files changed

+476
-12098
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ test1: test1.c
2020

2121

2222
%.log: $(WORK_DIR)/%.elf
23-
$(RUN_TARGET) $<
23+
$(RUN_TARGET) $< +signature=sig.txt
2424

2525
check: $(BINS)
2626
./emu-rv32i test1

0 commit comments

Comments
 (0)