mirror of
https://github.com/verilator/verilator.git
synced 2025-01-25 15:54:05 +00:00
13 lines
833 B
Plaintext
13 lines
833 B
Plaintext
%Error-UNSUPPORTED: t/t_event_control_unsup.v:14:7: Unsupported: timing control statement in this location
|
|
: ... In instance t
|
|
: ... Suggest have one timing control statement per procedure, at the top of the procedure
|
|
14 | @(clk);
|
|
| ^
|
|
... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest
|
|
%Error-UNSUPPORTED: t/t_event_control_unsup.v:16:7: Unsupported: timing control statement in this location
|
|
: ... In instance t
|
|
: ... Suggest have one timing control statement per procedure, at the top of the procedure
|
|
16 | @(clk);
|
|
| ^
|
|
%Error: Exiting due to
|