mirror of
https://github.com/verilator/verilator.git
synced 2025-01-26 16:24:23 +00:00
10 lines
595 B
Plaintext
10 lines
595 B
Plaintext
%Error-UNSUPPORTED: t/t_event_control_unsup.v:14:7: Unsupported: timing control statement in this location
|
|
: ... Suggest have one timing control statement per procedure, at the top of the procedure
|
|
14 | @(clk);
|
|
| ^
|
|
%Error-UNSUPPORTED: t/t_event_control_unsup.v:16:7: Unsupported: timing control statement in this location
|
|
: ... Suggest have one timing control statement per procedure, at the top of the procedure
|
|
16 | @(clk);
|
|
| ^
|
|
%Error: Exiting due to
|