diff options
author | Joachim StroĢmbergson <joachim@secworks.se> | 2015-06-25 09:14:22 +0200 |
---|---|---|
committer | Joachim StroĢmbergson <joachim@secworks.se> | 2015-06-25 09:14:22 +0200 |
commit | fe04c613bc0c6d687270cd33b8dde8e853f6e9a4 (patch) | |
tree | 8d735ad6d0950a0c5edfa209a746f437128d1367 /src/rtl | |
parent | cb7251bf4577bab529bcd13e6f8e160069fafe75 (diff) |
Minor nits.
Diffstat (limited to 'src/rtl')
-rw-r--r-- | src/rtl/montprod.v | 2 |
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; |