2020-03-21 15:24:24 +00:00
|
|
|
%Warning-VARHIDDEN: t/t_var_bad_hide.v:16:14: Declaration of signal hides declaration in upper scope: 'top'
|
2019-07-15 01:42:03 +00:00
|
|
|
output top;
|
|
|
|
^~~
|
2020-03-21 15:24:24 +00:00
|
|
|
t/t_var_bad_hide.v:13:12: ... Location of original declaration
|
2019-07-15 01:42:03 +00:00
|
|
|
integer top;
|
|
|
|
^~~
|
2019-05-31 00:30:59 +00:00
|
|
|
... Use "/* verilator lint_off VARHIDDEN */" and lint_on around source to disable this message.
|
2020-03-21 15:24:24 +00:00
|
|
|
%Warning-VARHIDDEN: t/t_var_bad_hide.v:22:18: Declaration of signal hides declaration in upper scope: 'top'
|
2019-07-15 01:42:03 +00:00
|
|
|
integer top;
|
|
|
|
^~~
|
2020-03-21 15:24:24 +00:00
|
|
|
t/t_var_bad_hide.v:13:12: ... Location of original declaration
|
2019-07-15 01:42:03 +00:00
|
|
|
integer top;
|
|
|
|
^~~
|
2018-11-03 18:59:04 +00:00
|
|
|
%Error: Exiting due to
|