From 33cc55adaf9ff31473802414f9c0d6e4a553cddf Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Fri, 26 Jun 2015 12:59:48 -0400 Subject: 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 -- cgit v1.2.3