2024-11-10 15:23:29 +00:00
|
|
|
%Warning-ASSIGNDLY: t/t_delay.v:26:11: Ignoring timing control on this assignment/primitive due to --no-timing
|
2023-09-23 12:52:50 +00:00
|
|
|
: ... note: In instance 't'
|
2024-11-10 15:23:29 +00:00
|
|
|
26 | 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.
|
2024-11-10 15:23:29 +00:00
|
|
|
%Warning-ASSIGNDLY: t/t_delay.v:27:11: Ignoring timing control on this assignment/primitive due to --no-timing
|
2023-09-23 12:52:50 +00:00
|
|
|
: ... note: In instance 't'
|
2024-11-10 15:23:29 +00:00
|
|
|
27 | assign #(sub.delay) dly3 = dly1 + 1;
|
2022-10-16 14:36:18 +00:00
|
|
|
| ^
|
2024-11-10 15:23:29 +00:00
|
|
|
%Warning-ASSIGNDLY: t/t_delay.v:28:11: Ignoring timing control on this assignment/primitive due to --no-timing
|
2023-09-23 12:52:50 +00:00
|
|
|
: ... note: In instance 't'
|
2024-11-10 15:23:29 +00:00
|
|
|
28 | assign #sub.delay dly4 = dly1 + 1;
|
|
|
|
| ^
|
|
|
|
%Warning-ASSIGNDLY: t/t_delay.v:35:18: Ignoring timing control on this assignment/primitive due to --no-timing
|
|
|
|
: ... note: In instance 't'
|
|
|
|
35 | dly0 <= #0 32'h11;
|
2022-10-14 07:35:26 +00:00
|
|
|
| ^
|
2024-11-10 15:23:29 +00:00
|
|
|
%Warning-ASSIGNDLY: t/t_delay.v:38:18: Ignoring timing control on this assignment/primitive due to --no-timing
|
2023-09-23 12:52:50 +00:00
|
|
|
: ... note: In instance 't'
|
2024-11-10 15:23:29 +00:00
|
|
|
38 | dly0 <= #0.12 dly0 + 32'h12;
|
2022-10-14 07:35:26 +00:00
|
|
|
| ^
|
2024-11-10 15:23:29 +00:00
|
|
|
%Warning-ASSIGNDLY: t/t_delay.v:46:18: Ignoring timing control on this assignment/primitive due to --no-timing
|
2023-09-23 12:52:50 +00:00
|
|
|
: ... note: In instance 't'
|
2024-11-10 15:23:29 +00:00
|
|
|
46 | dly0 <= #(dly_s.dly) 32'h55;
|
2022-10-14 07:35:26 +00:00
|
|
|
| ^
|
2024-11-10 15:23:29 +00:00
|
|
|
%Warning-STMTDLY: t/t_delay.v:52:10: Ignoring delay on this statement due to --no-timing
|
2023-09-23 12:52:50 +00:00
|
|
|
: ... note: In instance 't'
|
2024-11-10 15:23:29 +00:00
|
|
|
52 | #100 $finish;
|
2022-10-14 07:35:26 +00:00
|
|
|
| ^
|
2024-11-10 15:23:29 +00:00
|
|
|
%Warning-UNUSEDSIGNAL: t/t_delay.v:21:16: Signal is not used: 'dly4'
|
|
|
|
: ... note: In instance 't'
|
|
|
|
21 | wire [31:0] dly4;
|
|
|
|
| ^~~~
|
|
|
|
%Warning-UNUSEDSIGNAL: t/t_delay.v:24:12: Signal is not used: 'dly_s'
|
2023-09-23 12:52:50 +00:00
|
|
|
: ... note: In instance 't'
|
2024-11-10 15:23:29 +00:00
|
|
|
24 | dly_s_t dly_s;
|
2020-06-09 00:58:04 +00:00
|
|
|
| ^~~~~
|
2024-11-10 15:23:29 +00:00
|
|
|
%Warning-UNUSEDSIGNAL: t/t_delay.v:59:13: Signal is not used: 'delay'
|
2023-09-23 12:52:50 +00:00
|
|
|
: ... note: In instance 't.sub'
|
2024-11-10 15:23:29 +00:00
|
|
|
59 | realtime delay = 2.3;
|
2022-10-16 14:36:18 +00:00
|
|
|
| ^~~~~
|
2024-11-10 15:23:29 +00:00
|
|
|
%Warning-BLKSEQ: t/t_delay.v:45:20: Blocking assignment '=' in sequential logic process
|
2022-04-29 15:32:02 +00:00
|
|
|
: ... Suggest using delayed assignment '<='
|
2024-11-10 15:23:29 +00:00
|
|
|
45 | dly_s.dly = 55;
|
2020-06-09 00:58:04 +00:00
|
|
|
| ^
|
2018-11-03 18:59:04 +00:00
|
|
|
%Error: Exiting due to
|