From 84f1d374f9967163932f7b08ac3ef97c54666fcb Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Thu, 12 Nov 2015 22:41:52 -0500 Subject: silence lint warnings we can't do anything about --- src/rtl/ipcore/multiplier_s6.v | 3 +++ src/rtl/ipcore/subtractor_s6.v | 3 +++ 2 files changed, 6 insertions(+) diff --git a/src/rtl/ipcore/multiplier_s6.v b/src/rtl/ipcore/multiplier_s6.v index f194325..3260d1b 100644 --- a/src/rtl/ipcore/multiplier_s6.v +++ b/src/rtl/ipcore/multiplier_s6.v @@ -31,6 +31,9 @@ // //////////////////////////////////////////////////////////////////////////////// +/*verilator lint_off UNDRIVEN*/ +/*verilator lint_off UNUSED*/ + `timescale 1 ns/1 ps module multiplier_s6 ( diff --git a/src/rtl/ipcore/subtractor_s6.v b/src/rtl/ipcore/subtractor_s6.v index 756439d..0824c9e 100644 --- a/src/rtl/ipcore/subtractor_s6.v +++ b/src/rtl/ipcore/subtractor_s6.v @@ -31,6 +31,9 @@ // //////////////////////////////////////////////////////////////////////////////// +/*verilator lint_off UNDRIVEN*/ +/*verilator lint_off UNUSED*/ + `timescale 1 ns/1 ps module subtractor_s6 ( -- cgit v1.2.3