diff options
author | Rob Austein <sra@hactrn.net> | 2015-09-25 18:18:30 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2015-09-25 18:18:30 -0400 |
commit | 44626ff57b30a5db18766022430199c7eec8cbd6 (patch) | |
tree | ee22592c107b16c567f693f332369b580a5bb1b4 /config | |
parent | fbaa09c3192dcbe21da694b1a35eead58f10e761 (diff) |
Track filename changes to modexp core that took place ages ago.
Diffstat (limited to 'config')
-rw-r--r-- | config/config.cfg | 6 |
1 files 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 |