diff options
author | Joachim StroĢmbergson <joachim@secworks.se> | 2015-06-22 21:47:46 +0200 |
---|---|---|
committer | Joachim StroĢmbergson <joachim@secworks.se> | 2015-06-22 21:47:46 +0200 |
commit | a66de21d53a0bf2565dd9647ed49c4bdb84e2f11 (patch) | |
tree | 2872c533257cbce6a81cbffa5b52cc7ee46252a5 /src/rtl | |
parent | 295a9bd71a3c4fc8998429d7c3d162783e0b8306 (diff) |
Adding a minor comment in the header to exmplain what the module parameters means.
Diffstat (limited to 'src/rtl')
-rw-r--r-- | src/rtl/montprod.v | 3 |
1 files changed, 3 insertions, 0 deletions
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. |