diff options
Diffstat (limited to 'src')
-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. |