mirror of
https://github.com/verilator/verilator.git
synced 2025-01-13 01:54:02 +00:00
14 lines
406 B
Plaintext
14 lines
406 B
Plaintext
%Error: t/t_flag_errorlimit_bad.v:9: Duplicate declaration of signal: 'u1'
|
|
int u1;
|
|
^~
|
|
t/t_flag_errorlimit_bad.v:8: ... Location of original declaration
|
|
int u1;
|
|
^~
|
|
%Error: t/t_flag_errorlimit_bad.v:10: Duplicate declaration of signal: 'u1'
|
|
int u1;
|
|
^~
|
|
t/t_flag_errorlimit_bad.v:8: ... Location of original declaration
|
|
int u1;
|
|
^~
|
|
%Error: Exiting due to
|