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