mirror of
https://github.com/verilator/verilator.git
synced 2025-01-20 21:34:04 +00:00
13 lines
831 B
Plaintext
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
|