[Cryptech-Commits] [core/platform/novena] 01/01: add modexp_core.v to build
git at cryptech.is
git at cryptech.is
Wed Jun 10 16:17:40 UTC 2015
This is an automated email from the git hooks/post-receive script.
paul at psgd.org pushed a commit to branch master
in repository core/platform/novena.
commit 80205a9ff9a8b4da93aa74d7b73f16832682384a
Author: Paul Selkirk <paul at psgd.org>
Date: Wed Jun 10 12:17:19 2015 -0400
add modexp_core.v to build
---
eim/build/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/eim/build/Makefile b/eim/build/Makefile
index ba726c1..7bb4ffd 100644
--- a/eim/build/Makefile
+++ b/eim/build/Makefile
@@ -62,6 +62,7 @@ vfiles = \
../../../../math/modexp/src/rtl/blockmem2r1w.v \
../../../../math/modexp/src/rtl/blockmem2rptr1w.v \
../../../../math/modexp/src/rtl/modexp.v \
+ ../../../../math/modexp/src/rtl/modexp_core.v \
../../../../math/modexp/src/rtl/montprod.v \
../../../../math/modexp/src/rtl/residue.v \
../../../../math/modexp/src/rtl/shl32.v \
More information about the Commits
mailing list