mirror of
https://github.com/verilator/verilator.git
synced 2025-01-10 00:27:35 +00:00
11 lines
458 B
Plaintext
11 lines
458 B
Plaintext
%Error: t/t_fuzz_always_bad.v:10:15: Can't find definition of 'a' in dotted variable: 'c.a'
|
|
10 | always @ c.a c:h;
|
|
| ^
|
|
%Error: t/t_fuzz_always_bad.v:10:19: Can't find definition of task/function: 'h'
|
|
10 | always @ c.a c:h;
|
|
| ^
|
|
%Error-UNSUPPORTED: t/t_fuzz_always_bad.v:10:14: Unsupported: Complex statement in sensitivity list
|
|
10 | always @ c.a c:h;
|
|
| ^
|
|
%Error: Exiting due to
|