From a66de21d53a0bf2565dd9647ed49c4bdb84e2f11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Stro=CC=88mbergson?= Date: Mon, 22 Jun 2015 21:47:46 +0200 Subject: 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. -- cgit v1.2.3