Commentary: SYMRSVDWORD + VPI documentation (#5696)

This commit is contained in:
Todd Strader 2024-12-19 17:14:15 -05:00 committed by GitHub
parent a23fad91a3
commit 079a53e820
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1692,6 +1692,9 @@ List Of Warnings
Warning that a symbol matches a C++ reserved word, and using this as a
symbol name would result in odd C++ compiler errors. You may disable
this warning, but Verilator will rename the symbol to avoid conflict.
If you are using `--vpi` and only mark things as public for VPI access
(and not C++ access) then it is advisable to disable this warning with
:code:`-Wno-SYMRSVDWORD`.
.. option:: SYNCASYNCNET