aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/rtl/montprod.v2
1 files changed, 1 insertions, 1 deletions
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;