mirror of
https://github.com/verilator/verilator.git
synced 2025-01-11 09:07:53 +00:00
11 lines
386 B
Plaintext
11 lines
386 B
Plaintext
|
%Error: t/t_fuzz_always_bad.v:9: Can't find definition of 'a' in dotted variable: 'c.a'
|
||
|
always @ c.a c:h;
|
||
|
^
|
||
|
%Error: t/t_fuzz_always_bad.v:9: Can't find definition of task/function: 'h'
|
||
|
always @ c.a c:h;
|
||
|
^
|
||
|
%Error: t/t_fuzz_always_bad.v:9: Unsupported: Complex statement in sensitivity list
|
||
|
always @ c.a c:h;
|
||
|
^
|
||
|
%Error: Exiting due to
|