Skip to content

Commit

Permalink
Update opcode check script
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-marshall committed Jun 3, 2021
1 parent e776c78 commit 5216ffa
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions doc/old-tex/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,9 @@ OPCODES_BASE_RV64 = \
#
# Machine readable opcode descriptions for scalar crypto

OPCODES_CRYPTO_SCALAR_RV32 = $(REPO_HOME)/tools/opcodes-crypto-scalar-rv32

OPCODES_CRYPTO_SCALAR_RV64 = $(REPO_HOME)/tools/opcodes-crypto-scalar-rv64

OPCODES_CRYPTO_SCALAR_BOTH = $(REPO_HOME)/tools/opcodes-crypto-scalar-both
OPCODES_CRYPTO_SCALAR_RV32 = $(REPO_HOME)/extern/riscv-opcodes/opcodes-rv32k
OPCODES_CRYPTO_SCALAR_RV64 = $(REPO_HOME)/extern/riscv-opcodes/opcodes-rv64k
OPCODES_CRYPTO_SCALAR_BOTH = $(REPO_HOME)/extern/riscv-opcodes/opcodes-rvk

OPCODES_CRYPTO_SCALAR_ALL = \
$(OPCODES_CRYPTO_SCALAR_BOTH) \
Expand Down

0 comments on commit 5216ffa

Please sign in to comment.