mirror of
https://github.com/verilator/verilator.git
synced 2025-01-05 22:27:35 +00:00
9 lines
326 B
Plaintext
9 lines
326 B
Plaintext
%Error: t/t_enum_overlap_bad.v:12:11: Overlapping enumeration value: 'e1b'
|
|
: ... note: In instance 't'
|
|
12 | e1b=1
|
|
| ^~~
|
|
t/t_enum_overlap_bad.v:10:11: ... Location of original declaration
|
|
10 | e1,
|
|
| ^~
|
|
%Error: Exiting due to
|