From fe04c613bc0c6d687270cd33b8dde8e853f6e9a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Stro=CC=88mbergson?= Date: Thu, 25 Jun 2015 09:14:22 +0200 Subject: 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; -- cgit v1.2.3