2019-07-12 04:09:30 +02:00
|
|
|
%Error: t/t_flag_errorlimit_bad.v:9: Duplicate declaration of signal: 'u1'
|
2019-07-15 03:42:03 +02:00
|
|
|
int u1;
|
|
|
|
|
^~
|
2019-07-01 03:36:57 +02:00
|
|
|
t/t_flag_errorlimit_bad.v:8: ... Location of original declaration
|
2019-07-15 03:42:03 +02:00
|
|
|
int u1;
|
|
|
|
|
^~
|
2019-07-12 04:09:30 +02:00
|
|
|
%Error: t/t_flag_errorlimit_bad.v:10: Duplicate declaration of signal: 'u1'
|
2019-07-15 03:42:03 +02:00
|
|
|
int u1;
|
|
|
|
|
^~
|
2019-07-01 03:36:57 +02:00
|
|
|
t/t_flag_errorlimit_bad.v:8: ... Location of original declaration
|
2019-07-15 03:42:03 +02:00
|
|
|
int u1;
|
|
|
|
|
^~
|
2019-07-01 03:36:57 +02:00
|
|
|
%Error: Exiting due to
|