verilog-lint-off

verilog-lint-off is an interactive compiled Lisp function in `verilog-mode.el'.


(verilog-lint-off)

Convert a Verilog linter warning line into a disable statement.
For example:
pci_bfm_null.v, line 46: Unused input: pci_rst_
becomes a comment for the appropriate tool.

The first word of the `compile-command' or `verilog-linter'
variables is used to determine which product is being used.

See M-x verilog-surelint-off and M-x verilog-verilint-off.