[Cryptech-Commits] [core/platform/novena] 07/21: Track filename changes to modexp core that took place ages ago.

git at cryptech.is git at cryptech.is
Tue Sep 29 05:24:31 UTC 2015


This is an automated email from the git hooks/post-receive script.

sra at hactrn.net pushed a commit to branch config_core_selector_sra
in repository core/platform/novena.

commit 44626ff57b30a5db18766022430199c7eec8cbd6
Author: Rob Austein <sra at hactrn.net>
Date:   Fri Sep 25 18:18:30 2015 -0400

    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



More information about the Commits mailing list