forked from github/verilator
fad465abf1
* Add more directives to configuration files Allow to set the same directives in configuration files that can also be set by comment attributes (such as /* verilator public */ etc). * Add support for lint messsage waivers Add configuration file switch '-match' for lint_off. It takes a string with wildcards allowed and warnings will be matched against it (if rule and file also match). If it matches, the warning is waived. Fixes #1649 and #1514 Closes #2072
11 lines
654 B
Plaintext
11 lines
654 B
Plaintext
%Warning-UNOPTFLAT: t/t_unopt_combo.v:23: Signal unoptimizable: Feedback to clock or circular logic: 't.c'
|
|
wire [31:0] c;
|
|
^
|
|
... Use "/* verilator lint_off UNOPTFLAT */" and lint_on around source to disable this message.
|
|
t/t_unopt_combo.v:23: Example path: t.c
|
|
t/t_unopt_combo.v:80: Example path: ALWAYS
|
|
t/t_unopt_combo.v:22: Example path: t.b
|
|
t/t_unopt_combo.v:123: Example path: ALWAYS
|
|
t/t_unopt_combo.v:23: Example path: t.c
|
|
%Error: Exiting due to
|