[Cryptech-Commits] [core/math/modexps6] 01/03: silence lint warnings we can't do anything about
git at cryptech.is
git at cryptech.is
Mon Nov 16 21:40:21 UTC 2015
This is an automated email from the git hooks/post-receive script.
paul at psgd.org pushed a commit to branch master
in repository core/math/modexps6.
commit 84f1d374f9967163932f7b08ac3ef97c54666fcb
Author: Paul Selkirk <paul at psgd.org>
Date: Thu Nov 12 22:41:52 2015 -0500
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 (
More information about the Commits
mailing list