Skip to content

Commit

Permalink
fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
cmomin committed Oct 1, 2024
2 parents 9f7f7d3 + 42fed28 commit d3446db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func-tests: $(FUNC_SUCCESS)
KEY_SIZE = 128 192 256
DIR_FORMAL_VERIF=$(WORKDIR)/formal-verif
FORMAL_VERIF_DONE=$(WORKDIR)/.formal_verif
$(FORMAL_VERIF_DONE): $(VE_INSTALLED) $(HDL_DONE)
$(FORMAL_VERIF_DONE): $(DIR_HDL)
# Verify encryption
$(foreach ksize,$(KEY_SIZE),$(PYTHON_VE); make -C ./formal_verif NSHARES=$(NSHARES) KEY_SIZE=$(ksize) INVERSE=0 MATCHI_CELLS=$(MATCHI_CELLS) MATCHI_BIN=$(MATCHI_BIN) WORKDIR=$(DIR_FORMAL_VERIF) HDL_DIR=$(DIR_HDL) matchi-run || exit 1;)
# Verify decryption
Expand Down

0 comments on commit d3446db

Please sign in to comment.