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