mirror of
https://github.com/verilator/verilator.git
synced 2025-01-05 22:27:35 +00:00
8 lines
507 B
Plaintext
8 lines
507 B
Plaintext
%Warning-PREPROCZERO: t/t_preproc_preproczero_bad.v:11:10: Preprocessor expression evaluates define with 0: 'ZERO' with value '0'
|
|
... Suggest change define 'ZERO' to non-zero value if used in preprocessor expression
|
|
11 | `ifdef ( ZERO )
|
|
| ^~~~
|
|
... For warning description see https://verilator.org/warn/PREPROCZERO?v=latest
|
|
... Use "/* verilator lint_off PREPROCZERO */" and lint_on around source to disable this message.
|
|
%Error: Exiting due to
|