2020-03-21 16:24:24 +01:00
|
|
|
%Warning-VARHIDDEN: t/t_var_bad_hide.v:16:14: Declaration of signal hides declaration in upper scope: 'top'
|
2020-04-04 02:07:46 +02:00
|
|
|
16 | output top;
|
|
|
|
|
| ^~~
|
2020-03-21 16:24:24 +01:00
|
|
|
t/t_var_bad_hide.v:13:12: ... Location of original declaration
|
2020-04-04 02:07:46 +02:00
|
|
|
13 | integer top;
|
|
|
|
|
| ^~~
|
2021-04-24 16:33:49 +02:00
|
|
|
... For warning description see https://verilator.org/warn/VARHIDDEN?v=latest
|
2019-05-31 02:30:59 +02:00
|
|
|
... Use "/* verilator lint_off VARHIDDEN */" and lint_on around source to disable this message.
|
2020-03-21 16:24:24 +01:00
|
|
|
%Warning-VARHIDDEN: t/t_var_bad_hide.v:22:18: Declaration of signal hides declaration in upper scope: 'top'
|
2020-04-04 02:07:46 +02:00
|
|
|
22 | integer top;
|
|
|
|
|
| ^~~
|
2020-03-21 16:24:24 +01:00
|
|
|
t/t_var_bad_hide.v:13:12: ... Location of original declaration
|
2020-04-04 02:07:46 +02:00
|
|
|
13 | integer top;
|
|
|
|
|
| ^~~
|
2018-11-03 19:59:04 +01:00
|
|
|
%Error: Exiting due to
|