2020-03-21 15:24:24 +00:00
|
|
|
%Error-PROCASSWIRE: t/t_lint_always_comb_bad.v:29:9: Procedural assignment to wire, perhaps intended var (IEEE 1800-2017 6.5): 'temp1'
|
2020-03-15 02:02:42 +00:00
|
|
|
: ... In instance t
|
2020-04-04 00:07:46 +00:00
|
|
|
29 | temp1 = 'h0;
|
|
|
|
| ^~~~~
|
2020-03-21 15:24:24 +00:00
|
|
|
%Error-PROCASSWIRE: t/t_lint_always_comb_bad.v:31:9: Procedural assignment to wire, perhaps intended var (IEEE 1800-2017 6.5): 'temp1'
|
2020-03-15 02:02:42 +00:00
|
|
|
: ... In instance t
|
2020-04-04 00:07:46 +00:00
|
|
|
31 | temp1 = (temp1_d1r - 'h1);
|
|
|
|
| ^~~~~
|
2020-03-21 15:24:24 +00:00
|
|
|
%Warning-ALWCOMBORDER: t/t_lint_always_comb_bad.v:32:7: Always_comb variable driven after use: 'mid'
|
2020-03-15 02:02:42 +00:00
|
|
|
: ... In instance t
|
2020-04-04 00:07:46 +00:00
|
|
|
32 | mid = (temp1_d1r == 'h0);
|
|
|
|
| ^~~
|
2019-05-31 00:30:59 +00:00
|
|
|
... Use "/* verilator lint_off ALWCOMBORDER */" and lint_on around source to disable this message.
|
2020-03-21 15:24:24 +00:00
|
|
|
%Error-PROCASSWIRE: t/t_lint_always_comb_bad.v:46:7: Procedural assignment to wire, perhaps intended var (IEEE 1800-2017 6.5): 'temp1_d1r'
|
2020-03-15 02:02:42 +00:00
|
|
|
: ... In instance t
|
2020-04-04 00:07:46 +00:00
|
|
|
46 | temp1_d1r <= temp1;
|
|
|
|
| ^~~~~~~~~
|
2019-05-02 22:45:32 +00:00
|
|
|
%Error: Exiting due to
|