mirror of
https://github.com/verilator/verilator.git
synced 2025-01-09 16:17:36 +00:00
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
|