2020-03-21 15:24:24 +00:00
|
|
|
%Warning-ASSIGNDLY: t/t_delay.v:20:11: Unsupported: Ignoring delay on this assignment/primitive.
|
2020-04-04 00:07:46 +00:00
|
|
|
20 | assign #(1.2000000000000000) dly1 = dly0 + 32'h1;
|
|
|
|
| ^
|
2019-05-31 00:30:59 +00:00
|
|
|
... Use "/* verilator lint_off ASSIGNDLY */" and lint_on around source to disable this message.
|
2020-03-21 15:24:24 +00:00
|
|
|
%Warning-ASSIGNDLY: t/t_delay.v:25:18: Unsupported: Ignoring delay on this assignment/primitive.
|
2020-04-04 00:07:46 +00:00
|
|
|
25 | dly0 <= #0 32'h11;
|
|
|
|
| ^
|
2020-03-21 15:24:24 +00:00
|
|
|
%Warning-ASSIGNDLY: t/t_delay.v:28:18: Unsupported: Ignoring delay on this assignment/primitive.
|
2020-04-04 00:07:46 +00:00
|
|
|
28 | dly0 <= #0.12 dly0 + 32'h12;
|
|
|
|
| ^
|
2020-03-21 15:24:24 +00:00
|
|
|
%Warning-STMTDLY: t/t_delay.v:34:10: Unsupported: Ignoring delay on this delayed statement.
|
2020-04-04 00:07:46 +00:00
|
|
|
34 | #100 $finish;
|
|
|
|
| ^
|
2018-11-03 18:59:04 +00:00
|
|
|
%Error: Exiting due to
|