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