verilator/test_regress/t/t_event_copy.out

11 lines
541 B
Plaintext
Raw Normal View History

%Error-UNSUPPORTED: t/t_event_copy.v:100:13: Unsupported: assignment of event data type
: ... note: In instance 't'
100 | e4 = e3;
| ^
2021-04-24 16:33:49 +02:00
... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest
%Error-UNSUPPORTED: t/t_event_copy.v:101:13: Unsupported: assignment of event data type
: ... note: In instance 't'
101 | e3 = e2;
| ^
%Error: Exiting due to