From b8a962e61b7ea359ba6dacf6e4c12171287164f1 Mon Sep 17 00:00:00 2001 From: aolofsson Date: Mon, 17 Oct 2022 21:06:59 -0400 Subject: [PATCH] Fixing random compile issue with -y include in surelog --- stdlib/rtl/oh_mult.v | 2 -- 1 file changed, 2 deletions(-) diff --git a/stdlib/rtl/oh_mult.v b/stdlib/rtl/oh_mult.v index cc58b75..5dec3f6 100644 --- a/stdlib/rtl/oh_mult.v +++ b/stdlib/rtl/oh_mult.v @@ -5,8 +5,6 @@ //# License: MIT (see LICENSE file in OH! repository) # //############################################################################# -defparam oh_mult.N = 16; - module oh_mult #(parameter N = 32, // block width parameter SYN = "TRUE", // synthesizable