2022-05-16 19:44:41 +00:00
|
|
|
%Error-UNSUPPORTED: t/t_event_control_unsup.v:14:7: Unsupported: event control statement in this location
|
2020-08-23 12:56:35 +00:00
|
|
|
: ... In instance t
|
2022-05-16 19:44:41 +00:00
|
|
|
: ... Suggest have one event control statement per procedure, at the top of the procedure
|
2020-06-06 19:54:44 +00:00
|
|
|
14 | @(clk);
|
|
|
|
| ^
|
2021-04-24 14:33:49 +00:00
|
|
|
... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest
|
2022-05-16 19:44:41 +00:00
|
|
|
%Error-UNSUPPORTED: t/t_event_control_unsup.v:16:7: Unsupported: event control statement in this location
|
2020-08-23 12:56:35 +00:00
|
|
|
: ... In instance t
|
2022-05-16 19:44:41 +00:00
|
|
|
: ... Suggest have one event control statement per procedure, at the top of the procedure
|
2020-06-06 19:54:44 +00:00
|
|
|
16 | @(clk);
|
|
|
|
| ^
|
|
|
|
%Error: Exiting due to
|