2019-07-12 02:09:30 +00:00
|
|
|
%Error-PROCASSWIRE: t/t_lint_always_comb_bad.v:28: Procedural assignment to wire, perhaps intended var (IEEE 2017 6.5): 'temp1'
|
2019-07-26 16:52:38 +00:00
|
|
|
: ... In instance t
|
2019-07-15 01:42:03 +00:00
|
|
|
temp1 = 'h0;
|
|
|
|
^~~~~
|
2019-07-12 02:09:30 +00:00
|
|
|
%Error-PROCASSWIRE: t/t_lint_always_comb_bad.v:30: Procedural assignment to wire, perhaps intended var (IEEE 2017 6.5): 'temp1'
|
2019-07-26 16:52:38 +00:00
|
|
|
: ... In instance t
|
2019-07-15 01:42:03 +00:00
|
|
|
temp1 = (temp1_d1r - 'h1);
|
|
|
|
^~~~~
|
2019-07-12 02:09:30 +00:00
|
|
|
%Warning-ALWCOMBORDER: t/t_lint_always_comb_bad.v:31: Always_comb variable driven after use: 'mid'
|
2019-07-26 16:52:38 +00:00
|
|
|
: ... In instance t
|
2019-07-15 01:42:03 +00:00
|
|
|
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.
|
2019-07-12 02:09:30 +00:00
|
|
|
%Error-PROCASSWIRE: t/t_lint_always_comb_bad.v:45: Procedural assignment to wire, perhaps intended var (IEEE 2017 6.5): 'temp1_d1r'
|
2019-07-26 16:52:38 +00:00
|
|
|
: ... In instance t
|
2019-07-15 01:42:03 +00:00
|
|
|
temp1_d1r <= temp1;
|
|
|
|
^~~~~~~~~
|
2019-05-02 22:45:32 +00:00
|
|
|
%Error: Exiting due to
|