diff options
-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 |