From 44626ff57b30a5db18766022430199c7eec8cbd6 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Fri, 25 Sep 2015 18:18:30 -0400 Subject: Track filename changes to modexp core that took place ages ago. --- config/config.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/config.cfg b/config/config.cfg index 8749b55..5f3cf21 100644 --- a/config/config.cfg +++ b/config/config.cfg @@ -95,7 +95,7 @@ vfiles = [modexp] vfiles = - 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 @@ -104,5 +104,5 @@ 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 -- cgit v1.2.3