From a39b7da7d60f965a056769938413f0867f631f75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Stro=CC=88mbergson?= Date: Mon, 27 Apr 2015 13:46:59 +0200 Subject: Adding localparam for debugging that had gone missing. --- src/rtl/montprod.v | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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; -- cgit v1.2.3