Skip to content

Commit

Permalink
Remove ADAMSBRIDGE_ROOT references, use local paths/submodule instead
Browse files Browse the repository at this point in the history
  • Loading branch information
calebofearth committed Nov 1, 2024
1 parent ac8e559 commit ba31f85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/scripts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ HEADER_FILES := $(INCLUDES_DIR)/caliptra_defines.h \
TEST_GEN_FILES := $(CALIPTRA_ROOT)/src/ecc/tb/ecc_secp384r1.exe \
$(CALIPTRA_ROOT)/src/doe/tb/doe_test_gen.py \
$(CALIPTRA_ROOT)/src/sha256/tb/sha256_wntz_test_gen.py \
$(ADAMSBRIDGE_ROOT)/sec/mldsa_top/uvmf/Dilithium_ref/dilithium/ref/test/test_dilithium5
$(CALIPTRA_ROOT)/src/mldsa/tb/test_dilithium5

# Separate OFILE variable since this is not used to build remote images
# (i.e. FMC or RunTime)
Expand Down
2 changes: 1 addition & 1 deletion tools/scripts/reg_doc_gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ src/keyvault/rtl/kv_reg.rdl \
src/pcrvault/rtl/pv_reg.rdl \
src/datavault/rtl/dv_reg.rdl \
src/ecc/rtl/ecc_reg.rdl \
$ADAMSBRIDGE_ROOT/src/mldsa_top/rtl/mldsa_reg.rdl \
submodules/adams-bridge/src/mldsa_top/rtl/mldsa_reg.rdl \
src/sha512/rtl/sha512_reg.rdl \
src/sha256/rtl/sha256_reg.rdl \
src/soc_ifc/rtl/mbox_csr.rdl \
Expand Down

0 comments on commit ba31f85

Please sign in to comment.