forked from github/verilator
15 lines
649 B
Plaintext
15 lines
649 B
Plaintext
%Warning-VARHIDDEN: t/t_var_bad_hide.v:15: Declaration of signal hides declaration in upper scope: 'top'
|
|
output top;
|
|
^~~
|
|
t/t_var_bad_hide.v:12: ... Location of original declaration
|
|
integer top;
|
|
^~~
|
|
... Use "/* verilator lint_off VARHIDDEN */" and lint_on around source to disable this message.
|
|
%Warning-VARHIDDEN: t/t_var_bad_hide.v:21: Declaration of signal hides declaration in upper scope: 'top'
|
|
integer top;
|
|
^~~
|
|
t/t_var_bad_hide.v:12: ... Location of original declaration
|
|
integer top;
|
|
^~~
|
|
%Error: Exiting due to
|