2020-03-15 03:02:42 +01:00
|
|
|
%Warning-VARHIDDEN: t/t_enum_bad_hide.v:10:19: Declaration of enum value hides declaration in upper scope: HIDE_VALUE
|
2019-07-15 03:42:03 +02:00
|
|
|
typedef enum { HIDE_VALUE = 0 } hide_enum_t;
|
|
|
|
|
^~~~~~~~~~
|
2020-03-15 03:02:42 +01:00
|
|
|
t/t_enum_bad_hide.v:6:16: ... Location of original declaration
|
2019-07-15 03:42:03 +02:00
|
|
|
typedef enum { HIDE_VALUE = 0 } hide_enum_t;
|
|
|
|
|
^~~~~~~~~~
|
2019-06-30 23:38:41 +02:00
|
|
|
... Use "/* verilator lint_off VARHIDDEN */" and lint_on around source to disable this message.
|
|
|
|
|
%Error: Exiting due to
|