verilator/test_regress/t/t_var_suggest_bad.out

11 lines
536 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;
| ^~~~~~
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
%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