mirror of
https://github.com/verilator/verilator.git
synced 2025-01-05 22:27:35 +00:00
16 lines
908 B
Plaintext
16 lines
908 B
Plaintext
%Warning-STMTDLY: t/t_net_delay.v:16:14: Ignoring delay on this statement due to --no-timing
|
|
: ... note: In instance 't'
|
|
16 | wire[3:0] #4 val1 = half_cyc;
|
|
| ^
|
|
... For warning description see https://verilator.org/warn/STMTDLY?v=latest
|
|
... Use "/* verilator lint_off STMTDLY */" and lint_on around source to disable this message.
|
|
%Warning-STMTDLY: t/t_net_delay.v:17:14: Ignoring delay on this statement due to --no-timing
|
|
: ... note: In instance 't'
|
|
17 | wire[3:0] #4 val2;
|
|
| ^
|
|
%Warning-ASSIGNDLY: t/t_net_delay.v:20:11: Ignoring timing control on this assignment/primitive due to --no-timing
|
|
: ... note: In instance 't'
|
|
20 | assign #4 val2 = half_cyc;
|
|
| ^
|
|
%Error: Exiting due to
|