verilator/test_regress/t/t_var_bad_hide.out
2019-07-14 21:42:03 -04:00

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