2024-03-02 15:05:21 +01:00
|
|
|
%Error-PROCASSWIRE: t/t_lint_always_comb_bad.v:29:9: Procedural assignment to wire, perhaps intended var (IEEE 1800-2023 6.5): 'temp1'
|
2023-09-23 14:52:50 +02:00
|
|
|
: ... note: In instance 't'
|
2020-04-04 02:07:46 +02:00
|
|
|
29 | temp1 = 'h0;
|
|
|
|
|
| ^~~~~
|
2021-04-24 16:33:49 +02:00
|
|
|
... For error description see https://verilator.org/warn/PROCASSWIRE?v=latest
|
2024-03-02 15:05:21 +01:00
|
|
|
%Error-PROCASSWIRE: t/t_lint_always_comb_bad.v:31:9: Procedural assignment to wire, perhaps intended var (IEEE 1800-2023 6.5): 'temp1'
|
2023-09-23 14:52:50 +02:00
|
|
|
: ... note: In instance 't'
|
2020-04-04 02:07:46 +02:00
|
|
|
31 | temp1 = (temp1_d1r - 'h1);
|
|
|
|
|
| ^~~~~
|
2020-03-21 16:24:24 +01:00
|
|
|
%Warning-ALWCOMBORDER: t/t_lint_always_comb_bad.v:32:7: Always_comb variable driven after use: 'mid'
|
2023-09-23 14:52:50 +02:00
|
|
|
: ... note: In instance 't'
|
2020-04-04 02:07:46 +02:00
|
|
|
32 | mid = (temp1_d1r == 'h0);
|
|
|
|
|
| ^~~
|
2025-04-05 23:10:28 +02:00
|
|
|
... For warning description see https://verilator.org/warn/ALWCOMBORDER?v=latest
|
2019-05-31 02:30:59 +02:00
|
|
|
... Use "/* verilator lint_off ALWCOMBORDER */" and lint_on around source to disable this message.
|
2024-03-02 15:05:21 +01:00
|
|
|
%Error-PROCASSWIRE: t/t_lint_always_comb_bad.v:46:7: Procedural assignment to wire, perhaps intended var (IEEE 1800-2023 6.5): 'temp1_d1r'
|
2023-09-23 14:52:50 +02:00
|
|
|
: ... note: In instance 't'
|
2020-04-04 02:07:46 +02:00
|
|
|
46 | temp1_d1r <= temp1;
|
|
|
|
|
| ^~~~~~~~~
|
2019-05-03 00:45:32 +02:00
|
|
|
%Error: Exiting due to
|