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