[Cryptech-Commits] [core/platform/alpha] 01/01: add support for modexpng
git at cryptech.is
git at cryptech.is
Wed Feb 19 01:21:11 UTC 2020
This is an automated email from the git hooks/post-receive script.
paul at psgd.org pushed a commit to branch modexpng
in repository core/platform/alpha.
commit 7287778d11c63b9c97f7aa01993bb17a76b058a6
Author: Paul Selkirk <paul at psgd.org>
AuthorDate: Tue Feb 18 19:50:06 2020 -0500
add support for modexpng
---
build/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/build/Makefile b/build/Makefile
index ca5d735..92414de 100644
--- a/build/Makefile
+++ b/build/Makefile
@@ -20,7 +20,8 @@ ucf ?= ../ucf/$(project).ucf
# Verilog include directories, if needed
-vlgincdir = $(CORE_TREE)/lib/lowlevel $(CORE_TREE)/math/ecdsalib/rtl/microcode
+MODEXPNG = ../../../../user/shatov/modexpng/rtl
+vlgincdir = $(CORE_TREE)/lib/lowlevel $(CORE_TREE)/math/ecdsalib/rtl/microcode $(MODEXPNG) $(CORE_TREE)/lib/util
all: $(project).bit
@@ -36,7 +37,7 @@ core_selector.v core_vfiles.mk:
# Build some different configurations
-bare trng hash mkmif rsa hsm hsm-super:
+bare trng hash mkmif rsa hsm hsm-super modexpng hsm-modexpng:
$(CONFIG_GEN) -p $@
$(MAKE) project=$(project)_$@ ucf=$(ucf)
More information about the Commits
mailing list