16 lines
809 B
Plaintext
16 lines
809 B
Plaintext
%Warning-VARHIDDEN: t/t_var_bad_hide.v:16:12: Declaration of signal hides declaration in upper scope: 'top'
|
|
16 | output top;
|
|
| ^~~
|
|
t/t_var_bad_hide.v:13:11: ... Location of original declaration
|
|
13 | integer top;
|
|
| ^~~
|
|
... For warning description see https://verilator.org/warn/VARHIDDEN?v=latest
|
|
... Use "/* verilator lint_off VARHIDDEN */" and lint_on around source to disable this message.
|
|
%Warning-VARHIDDEN: t/t_var_bad_hide.v:23:15: Declaration of signal hides declaration in upper scope: 'top'
|
|
23 | integer top;
|
|
| ^~~
|
|
t/t_var_bad_hide.v:13:11: ... Location of original declaration
|
|
13 | integer top;
|
|
| ^~~
|
|
%Error: Exiting due to
|