[Cryptech-Commits] [core/platform/novena] 01/01: Track filename changes in ModExp core.
git at cryptech.is
git at cryptech.is
Fri Jun 26 17:00:30 UTC 2015
This is an automated email from the git hooks/post-receive script.
sra at hactrn.net pushed a commit to branch master
in repository core/platform/novena.
commit 33cc55adaf9ff31473802414f9c0d6e4a553cddf
Author: Rob Austein <sra at hactrn.net>
Date: Fri Jun 26 12:59:48 2015 -0400
Track filename changes in ModExp core.
---
eim/build/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/eim/build/Makefile b/eim/build/Makefile
index 5fd3f2a..ae8a5ad 100644
--- a/eim/build/Makefile
+++ b/eim/build/Makefile
@@ -56,7 +56,7 @@ vfiles = \
../../../../cipher/chacha/src/rtl/chacha.v \
../../../../cipher/chacha/src/rtl/chacha_core.v \
../../../../cipher/chacha/src/rtl/chacha_qr.v \
- ../../../../math/modexp/src/rtl/adder32.v \
+ ../../../../math/modexp/src/rtl/adder.v \
../../../../math/modexp/src/rtl/blockmem1r1w.v \
../../../../math/modexp/src/rtl/blockmem2r1wptr.v \
../../../../math/modexp/src/rtl/blockmem2r1w.v \
@@ -65,8 +65,8 @@ vfiles = \
../../../../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 \
- ../../../../math/modexp/src/rtl/shr32.v
+ ../../../../math/modexp/src/rtl/shl.v \
+ ../../../../math/modexp/src/rtl/shr.v
include xilinx.mk
More information about the Commits
mailing list