verilator/test_regress/t/t_event_control.out

13 lines
823 B
Plaintext

%Error-NOTIMING: t/t_event_control.v:12:5: Event control statement in this location requires --timing
: ... note: In instance 't'
: ... With --no-timing, suggest have one event control statement per procedure, at the top of the procedure
12 | @(clk);
| ^
... For error description see https://verilator.org/warn/NOTIMING?v=latest
%Error-NOTIMING: t/t_event_control.v:14:5: Event control statement in this location requires --timing
: ... note: In instance 't'
: ... With --no-timing, suggest have one event control statement per procedure, at the top of the procedure
14 | @(clk);
| ^
%Error: Exiting due to