[Cryptech-Commits] [core/math/modexp] 01/02: Update after linting after cycle collapsing.
git at cryptech.is
git at cryptech.is
Thu Jun 18 08:34:33 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 a5076bb806fb6e6d2e4428fbb4156e7e1f23530b
Author: Joachim Strömbergson <joachim at secworks.se>
Date: Thu Jun 18 10:24:03 2015 +0200
Update after linting after cycle collapsing.
---
src/rtl/montprod.v | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/rtl/montprod.v b/src/rtl/montprod.v
index 9748b09..8f2d012 100644
--- a/src/rtl/montprod.v
+++ b/src/rtl/montprod.v
@@ -127,7 +127,7 @@ module montprod(
reg [04 : 0] b_bit_index_reg;
reg [04 : 0] b_bit_index_new;
- reg [04 : 0] b_bit_index_we;
+ reg b_bit_index_we;
reg [07 : 0] word_index_reg; //register of what word is being read
reg [07 : 0] word_index_new; //calculation of what word to be read
@@ -157,7 +157,7 @@ module montprod(
wire [31 : 0] add_result_sm;
wire add_carry_out_sm;
- reg shr_data_in;
+ reg [31 : 0] shr_data_in;
wire shr_carry_out;
wire [31 : 0] shr_data_out;
More information about the Commits
mailing list