1
0
mirror of https://github.com/verilator/verilator.git synced 2025-01-24 23:34:45 +00:00
Commit Graph

1 Commits

Author SHA1 Message Date
Stefan Wallentowitz
dc90e6c3c3
Generate file with waivers ()
This adds the flag --generate-waivefile <filename>. This will generate
a verilator config file with the proper lint_off statemens to turn off
warnings emitted during this particular run.

This feature can be used to start with using Verilator as linter and
systematically capture all known lint warning for further
elimination. It hopefully helps people turning of -Wno-fatal or
-Wno-lint and gradually improve their code base.

Signed-off-by: Stefan Wallentowitz <stefan.wallentowitz@hm.edu>
2020-05-26 20:38:14 +02:00