verilator/test_regress/t/t_event_control.out
2023-09-23 08:52:50 -04:00

13 lines
831 B
Plaintext

%Error-NOTIMING: t/t_event_control.v:14:7: 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);
| ^
... For error description see https://verilator.org/warn/NOTIMING?v=latest
%Error-NOTIMING: t/t_event_control.v:16:7: 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
16 | @(clk);
| ^
%Error: Exiting due to