From 189d0942027123fd52c24f25f31e1470299baa94 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Fri, 27 Jun 2025 22:31:51 -0400 Subject: [PATCH] Commentary --- docs/guide/warnings.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/warnings.rst b/docs/guide/warnings.rst index 66ea9de5d..fe32bf4ca 100644 --- a/docs/guide/warnings.rst +++ b/docs/guide/warnings.rst @@ -37,7 +37,7 @@ Warnings may be disabled in multiple ways: propagate upwards to any parent file (file that included the file with the lint_off). -#. Disable the warning using :ref:`Verilator Configuration Files` with a +#. Disable the warning using :ref:`Verilator Control Files` with a :option:`lint_off` command. This is useful when a script suppresses warnings, and the Verilog source should not be changed. This method also allows matching on the warning text.