Skip to content
This repository was archived by the owner on Apr 27, 2023. It is now read-only.

Commit 4f2ff60

Browse files
committed
fix typo wrt. parse-opcodes vs. parse_opcodes
1 parent bb75775 commit 4f2ff60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ opcodes:
3737
cat $(REPO_HOME)/extern/riscv-opcodes/opcodes-xcrypto \
3838
| python3 $(REPO_HOME)/bin/parse_opcodes.py -c > build/opcodes-xcrypto.h
3939
cat $(REPO_HOME)/extern/riscv-opcodes/opcodes-xcrypto \
40-
| python3 $(REPO_HOME)/extern/riscv-opcodes/parse-opcodes -verilog > build/opcodes-xcrypto.v
40+
| python3 $(REPO_HOME)/extern/riscv-opcodes/parse_opcodes -verilog > build/opcodes-xcrypto.v
4141

4242
# =============================================================================

0 commit comments

Comments
 (0)