mirror of
https://github.com/verilator/verilator.git
synced 2025-01-12 09:37:56 +00:00
10 lines
379 B
Plaintext
10 lines
379 B
Plaintext
%Error: t/t_event_copy.v:100:13: Unsupported: assignment of event data type
|
|
: ... In instance t
|
|
100 | e4 = e3;
|
|
| ^
|
|
%Error: t/t_event_copy.v:101:13: Unsupported: assignment of event data type
|
|
: ... In instance t
|
|
101 | e3 = e2;
|
|
| ^
|
|
%Error: Exiting due to
|