[Cryptech-Commits] [core/math/modexp] 01/03: Minor nits.
git at cryptech.is
git at cryptech.is
Thu Jun 25 14:34:16 UTC 2015
This is an automated email from the git hooks/post-receive script.
joachim at secworks.se pushed a commit to branch perfopt
in repository core/math/modexp.
commit fe04c613bc0c6d687270cd33b8dde8e853f6e9a4
Author: Joachim Strömbergson <joachim at secworks.se>
Date: Thu Jun 25 09:14:22 2015 +0200
Minor nits.
---
src/rtl/montprod.v | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/rtl/montprod.v b/src/rtl/montprod.v
index b7b4063..6959833 100644
--- a/src/rtl/montprod.v
+++ b/src/rtl/montprod.v
@@ -266,7 +266,7 @@ module montprod #(parameter OPW = 32, parameter ADW = 8)
add_carry_in_sm_reg <= add_carry_in_sm_new;
if (word_index_we)
- word_index_reg <= word_index_new;
+ word_index_reg <= word_index_new;
if (first_iteration_we)
first_iteration_reg <= first_iteration_new;
More information about the Commits
mailing list