2020-03-21 16:24:24 +01:00
|
|
|
%Error: t/t_flag_errorlimit_bad.v:10:8: Duplicate declaration of signal: 'u1'
|
2020-04-04 02:07:46 +02:00
|
|
|
10 | int u1;
|
|
|
|
|
| ^~
|
2020-03-21 16:24:24 +01:00
|
|
|
t/t_flag_errorlimit_bad.v:9:8: ... Location of original declaration
|
2020-04-04 02:07:46 +02:00
|
|
|
9 | int u1;
|
|
|
|
|
| ^~
|
2020-03-21 16:24:24 +01:00
|
|
|
%Error: t/t_flag_errorlimit_bad.v:11:8: Duplicate declaration of signal: 'u1'
|
2020-04-04 02:07:46 +02:00
|
|
|
11 | int u1;
|
|
|
|
|
| ^~
|
2020-03-21 16:24:24 +01:00
|
|
|
t/t_flag_errorlimit_bad.v:9:8: ... Location of original declaration
|
2020-04-04 02:07:46 +02:00
|
|
|
9 | int u1;
|
|
|
|
|
| ^~
|
2019-07-01 03:36:57 +02:00
|
|
|
%Error: Exiting due to
|