forked from github/verilator
10 lines
435 B
Plaintext
10 lines
435 B
Plaintext
%Error: t/t_var_suggest_bad.v:13:11: Can't find definition of variable: 'foobat'
|
|
: ... Suggested alternative: 'foobar'
|
|
13 | if (foobat) $stop;
|
|
| ^~~~~~
|
|
%Error: t/t_var_suggest_bad.v:14:7: Can't find definition of task/function: 'boobat'
|
|
: ... Suggested alternative: 'boobar'
|
|
14 | boobat;
|
|
| ^~~~~~
|
|
%Error: Exiting due to
|