[Cryptech-Commits] [core/math/modexp] 01/01: Adding localparam for debugging that had gone missing.

git at cryptech.is git at cryptech.is
Mon Apr 27 11:47:03 UTC 2015


This is an automated email from the git hooks/post-receive script.

joachim at secworks.se pushed a commit to branch master
in repository core/math/modexp.

commit a39b7da7d60f965a056769938413f0867f631f75
Author: Joachim Strömbergson <joachim at secworks.se>
Date:   Mon Apr 27 13:46:59 2015 +0200

    Adding localparam for debugging that had gone missing.
---
 src/rtl/montprod.v | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/rtl/montprod.v b/src/rtl/montprod.v
index 2ed1f5d..2dc65f6 100644
--- a/src/rtl/montprod.v
+++ b/src/rtl/montprod.v
@@ -63,6 +63,7 @@ module montprod(
   //----------------------------------------------------------------
   // Internal constant and parameter definitions.
   //----------------------------------------------------------------
+  localparam DEBUG = 0;
 
   localparam CTRL_IDLE           = 4'h0;
   localparam CTRL_INIT_S         = 4'h1;



More information about the Commits mailing list