2019-07-12 02:09:30 +00:00
|
|
|
%Error: t/t_var_suggest_bad.v:12: Can't find definition of variable: 'foobat'
|
2019-07-14 00:30:32 +00:00
|
|
|
: ... Suggested alternative: 'foobar'
|
2019-07-15 01:42:03 +00:00
|
|
|
if (foobat) $stop;
|
|
|
|
^~~~~~
|
2019-07-12 02:09:30 +00:00
|
|
|
%Error: t/t_var_suggest_bad.v:13: Can't find definition of task/function: 'boobat'
|
2019-07-14 00:30:32 +00:00
|
|
|
: ... Suggested alternative: 'boobar'
|
2019-07-15 01:42:03 +00:00
|
|
|
boobat;
|
|
|
|
^~~~~~
|
2019-07-12 00:18:36 +00:00
|
|
|
%Error: Exiting due to
|