diff options
author | Paul Selkirk <paul@psgd.org> | 2015-11-12 22:41:52 -0500 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2015-11-12 22:41:52 -0500 |
commit | 84f1d374f9967163932f7b08ac3ef97c54666fcb (patch) | |
tree | 202121b84e500cc1de63c8fa4980264a56e822b5 /src/rtl | |
parent | 514bb28200a0d71a7a99cbfb017d1ca3d2250fe9 (diff) |
silence lint warnings we can't do anything about
Diffstat (limited to 'src/rtl')
-rw-r--r-- | src/rtl/ipcore/multiplier_s6.v | 3 | ||||
-rw-r--r-- | src/rtl/ipcore/subtractor_s6.v | 3 |
2 files changed, 6 insertions, 0 deletions
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 ( |