2020-03-15 02:02:42 +00:00
|
|
|
%Warning-ASSIGNDLY: t/t_delay.v:19:11: Unsupported: Ignoring delay on this assignment/primitive.
|
2019-07-15 01:42:03 +00:00
|
|
|
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-15 02:02:42 +00:00
|
|
|
%Warning-ASSIGNDLY: t/t_delay.v:24:18: Unsupported: Ignoring delay on this assignment/primitive.
|
2019-07-15 01:42:03 +00:00
|
|
|
dly0 <= #0 32'h11;
|
|
|
|
^
|
2020-03-15 02:02:42 +00:00
|
|
|
%Warning-ASSIGNDLY: t/t_delay.v:27:18: Unsupported: Ignoring delay on this assignment/primitive.
|
2019-07-15 01:42:03 +00:00
|
|
|
dly0 <= #0.12 dly0 + 32'h12;
|
|
|
|
^
|
2020-03-15 02:02:42 +00:00
|
|
|
%Warning-STMTDLY: t/t_delay.v:33:10: Unsupported: Ignoring delay on this delayed statement.
|
2019-07-15 01:42:03 +00:00
|
|
|
#100 $finish;
|
|
|
|
^
|
2018-11-03 18:59:04 +00:00
|
|
|
%Error: Exiting due to
|