mirror of
https://github.com/verilator/verilator.git
synced 2025-01-11 00:57:44 +00:00
10 lines
403 B
Plaintext
10 lines
403 B
Plaintext
%Error: t/t_var_suggest_bad.v:13:11: Can't find definition of variable: 'foobat'
|
|
: ... Suggested alternative: 'foobar'
|
|
if (foobat) $stop;
|
|
^~~~~~
|
|
%Error: t/t_var_suggest_bad.v:14:7: Can't find definition of task/function: 'boobat'
|
|
: ... Suggested alternative: 'boobar'
|
|
boobat;
|
|
^~~~~~
|
|
%Error: Exiting due to
|