2020-03-21 16:24:24 +01:00
|
|
|
%Error: t/t_fuzz_always_bad.v:10:15: Can't find definition of 'a' in dotted variable: 'c.a'
|
2020-04-04 02:07:46 +02:00
|
|
|
10 | always @ c.a c:h;
|
|
|
|
|
| ^
|
2020-03-21 16:24:24 +01:00
|
|
|
%Error: t/t_fuzz_always_bad.v:10:19: Can't find definition of task/function: 'h'
|
2020-04-04 02:07:46 +02:00
|
|
|
10 | always @ c.a c:h;
|
|
|
|
|
| ^
|
2020-06-10 01:20:16 +02:00
|
|
|
%Error-UNSUPPORTED: t/t_fuzz_always_bad.v:10:14: Unsupported: Complex statement in sensitivity list
|
2020-04-04 02:07:46 +02:00
|
|
|
10 | always @ c.a c:h;
|
|
|
|
|
| ^
|
2021-04-24 16:33:49 +02:00
|
|
|
... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest
|
2019-11-01 00:34:13 +01:00
|
|
|
%Error: Exiting due to
|