verilator/test_regress/t/t_flag_errorlimit_bad.out

15 lines
572 B
Plaintext
Raw Normal View History

2026-03-08 23:26:40 +01:00
%Error: t/t_flag_errorlimit_bad.v:10:7: Duplicate declaration of signal: 'u1'
10 | int u1;
| ^~
t/t_flag_errorlimit_bad.v:9:7: ... Location of original declaration
9 | int u1;
| ^~
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
2026-03-08 23:26:40 +01:00
%Error: t/t_flag_errorlimit_bad.v:11:7: Duplicate declaration of signal: 'u1'
11 | int u1;
| ^~
t/t_flag_errorlimit_bad.v:9:7: ... Location of original declaration
9 | int u1;
| ^~
%Error: Exiting due to