[Cryptech-Commits] [core/math/modexp] 01/01: Adding a minor comment in the header to exmplain what the module parameters means.

git at cryptech.is git at cryptech.is
Mon Jun 22 19:47:54 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 a66de21d53a0bf2565dd9647ed49c4bdb84e2f11
Author: Joachim Strömbergson <joachim at secworks.se>
Date:   Mon Jun 22 21:47:46 2015 +0200

    Adding a minor comment in the header to exmplain what the module parameters means.
---
 src/rtl/montprod.v | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/rtl/montprod.v b/src/rtl/montprod.v
index 0a7b003..0bfd3c8 100644
--- a/src/rtl/montprod.v
+++ b/src/rtl/montprod.v
@@ -4,6 +4,9 @@
 // ---------
 // Montgomery product calculator for the modular exponentiantion core.
 //
+// paremeter OPW is operand word width in bits.
+// parameter ADW is address width in bits.
+//
 //
 // Author: Peter Magnusson, Joachim Strombergson
 // Copyright (c) 2015, NORDUnet A/S All rights reserved.



More information about the Commits mailing list