Add COVERIGN warning, as a more specific UNSUPPORTED error.

This commit is contained in:
Wilson Snyder
2025-01-06 18:48:32 -05:00
parent 481adf8fe7
commit e171463fa2
10 changed files with 225 additions and 184 deletions
+12
View File
@@ -445,6 +445,18 @@ List Of Warnings
correctly.
.. option:: COVERIGN
Warns that Verilator does not support certain forms of
:code:`covergroup`, :code:`coverpoint`, and coverage options, and the
construct was are ignored.
Disabling the :option:`UNSUPPORTED` error also disables this warning.
Ignoring this warning may make Verilator ignore lint checking on the
construct, and collect coverage data differently from other simulators.
.. option:: DECLFILENAME
.. TODO better example