aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2015-06-26 12:59:48 -0400
committerRob Austein <sra@hactrn.net>2015-06-26 12:59:48 -0400
commit33cc55adaf9ff31473802414f9c0d6e4a553cddf (patch)
treeea01b871cb3c4e486e6fd9e4c907025155e26721
parentce8f42a5182a4c365e9ae2703f41efdefa6420c9 (diff)
Track filename changes in ModExp core.
-rw-r--r--eim/build/Makefile6
1 files 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