2022-10-16 14:36:18 +00:00
|
|
|
%Warning-ASSIGNDLY: t/t_delay.v:25:11: Ignoring timing control on this assignment/primitive due to --no-timing
|
2022-05-17 18:19:44 +00:00
|
|
|
: ... In instance t
|
2022-10-16 14:36:18 +00:00
|
|
|
25 | assign #(1.2000000000000000) dly1 = dly0 + 32'h1;
|
2022-10-14 07:35:26 +00:00
|
|
|
| ^
|
2021-04-24 14:33:49 +00:00
|
|
|
... For warning description see https://verilator.org/warn/ASSIGNDLY?v=latest
|
2019-05-31 00:30:59 +00:00
|
|
|
... Use "/* verilator lint_off ASSIGNDLY */" and lint_on around source to disable this message.
|
2022-10-16 14:36:18 +00:00
|
|
|
%Warning-ASSIGNDLY: t/t_delay.v:26:11: Ignoring timing control on this assignment/primitive due to --no-timing
|
2022-05-17 18:19:44 +00:00
|
|
|
: ... In instance t
|
2022-10-16 14:36:18 +00:00
|
|
|
26 | assign #(sub.delay) dly3 = dly1 + 1;
|
|
|
|
| ^
|
|
|
|
%Warning-ASSIGNDLY: t/t_delay.v:33:18: Ignoring timing control on this assignment/primitive due to --no-timing
|
|
|
|
: ... In instance t
|
|
|
|
33 | dly0 <= #0 32'h11;
|
2022-10-14 07:35:26 +00:00
|
|
|
| ^
|
2022-10-16 14:36:18 +00:00
|
|
|
%Warning-ASSIGNDLY: t/t_delay.v:36:18: Ignoring timing control on this assignment/primitive due to --no-timing
|
2022-05-17 18:19:44 +00:00
|
|
|
: ... In instance t
|
2022-10-16 14:36:18 +00:00
|
|
|
36 | dly0 <= #0.12 dly0 + 32'h12;
|
2022-10-14 07:35:26 +00:00
|
|
|
| ^
|
2022-10-16 14:36:18 +00:00
|
|
|
%Warning-ASSIGNDLY: t/t_delay.v:44:18: Ignoring timing control on this assignment/primitive due to --no-timing
|
2022-05-17 18:19:44 +00:00
|
|
|
: ... In instance t
|
2022-10-16 14:36:18 +00:00
|
|
|
44 | dly0 <= #(dly_s.dly) 32'h55;
|
2022-10-14 07:35:26 +00:00
|
|
|
| ^
|
2022-10-16 14:36:18 +00:00
|
|
|
%Warning-STMTDLY: t/t_delay.v:50:10: Ignoring delay on this statement due to --no-timing
|
2020-04-23 01:31:40 +00:00
|
|
|
: ... In instance t
|
2022-10-16 14:36:18 +00:00
|
|
|
50 | #100 $finish;
|
2022-10-14 07:35:26 +00:00
|
|
|
| ^
|
2022-10-17 23:51:13 +00:00
|
|
|
%Warning-UNUSEDSIGNAL: t/t_delay.v:23:12: Signal is not used: 'dly_s'
|
|
|
|
: ... In instance t
|
2022-10-16 14:36:18 +00:00
|
|
|
23 | dly_s_t dly_s;
|
2020-06-09 00:58:04 +00:00
|
|
|
| ^~~~~
|
2022-10-17 23:51:13 +00:00
|
|
|
%Warning-UNUSEDSIGNAL: t/t_delay.v:57:13: Signal is not used: 'delay'
|
|
|
|
: ... In instance t.sub
|
2022-10-16 14:36:18 +00:00
|
|
|
57 | realtime delay = 2.3;
|
|
|
|
| ^~~~~
|
|
|
|
%Warning-BLKSEQ: t/t_delay.v:43:20: Blocking assignment '=' in sequential logic process
|
2022-04-29 15:32:02 +00:00
|
|
|
: ... Suggest using delayed assignment '<='
|
2022-10-16 14:36:18 +00:00
|
|
|
43 | dly_s.dly = 55;
|
2020-06-09 00:58:04 +00:00
|
|
|
| ^
|
2018-11-03 18:59:04 +00:00
|
|
|
%Error: Exiting due to
|