verilator/test_regress/t/t_event_copy.out

21 lines
1.5 KiB
Plaintext
Raw Normal View History

2026-03-08 23:26:40 +01:00
%Error-UNSUPPORTED: t/t_event_copy.v:98:10: Assignment to and from event in statically scheduled context.
: ... note: In instance 't'
: Static event scheduling won't be able to handle this.
: ... Suggest move the event into a completely dynamic context, eg. a class, and reference it only from such context.
98 | e4 = e3;
| ^
2021-04-24 16:33:49 +02:00
... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest
2026-03-08 23:26:40 +01:00
%Error-UNSUPPORTED: t/t_event_copy.v:99:10: Assignment to and from event in statically scheduled context.
: ... note: In instance 't'
: Static event scheduling won't be able to handle this.
: ... Suggest move the event into a completely dynamic context, eg. a class, and reference it only from such context.
99 | e3 = e2;
| ^
%Error-UNSUPPORTED: t/t_event_copy.v:126:10: Assignment to event in statically scheduled context.
: ... note: In instance 't'
: Static event scheduling won't be able to handle this.
: ... Suggest move the event into a completely dynamic context, eg. a class, and reference it only from such context.
2026-03-08 23:26:40 +01:00
126 | e3 = null;
| ^
%Error: Exiting due to