diff options
author | Rob Austein <sra@hactrn.net> | 2015-06-26 12:59:48 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2015-06-26 12:59:48 -0400 |
commit | 33cc55adaf9ff31473802414f9c0d6e4a553cddf (patch) | |
tree | ea01b871cb3c4e486e6fd9e4c907025155e26721 /eim/build/Makefile | |
parent | ce8f42a5182a4c365e9ae2703f41efdefa6420c9 (diff) |
Track filename changes in ModExp core.
Diffstat (limited to 'eim/build/Makefile')
-rw-r--r-- | eim/build/Makefile | 6 |
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 |