2024-03-02 15:05:21 +01:00
|
|
|
%Error-PROCASSWIRE: t/t_wire_beh1364_bad.v:26:7: Procedural assignment to wire, perhaps intended var (IEEE 1800-2023 6.5): 'w'
|
2023-09-23 14:52:50 +02:00
|
|
|
: ... note: In instance 't'
|
2023-05-06 04:36:51 +02:00
|
|
|
26 | w = 0;
|
2020-04-04 02:07:46 +02:00
|
|
|
| ^
|
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_wire_beh1364_bad.v:27:7: Procedural assignment to wire, perhaps intended var (IEEE 1800-2023 6.5): 'o'
|
2023-09-23 14:52:50 +02:00
|
|
|
: ... note: In instance 't'
|
2023-05-06 04:36:51 +02:00
|
|
|
27 | o = 0;
|
2020-04-04 02:07:46 +02:00
|
|
|
| ^
|
2024-03-02 15:05:21 +01:00
|
|
|
%Error-PROCASSWIRE: t/t_wire_beh1364_bad.v:28:7: Procedural assignment to wire, perhaps intended var (IEEE 1800-2023 6.5): 'oa'
|
2023-09-23 14:52:50 +02:00
|
|
|
: ... note: In instance 't'
|
2023-05-06 04:36:51 +02:00
|
|
|
28 | oa = 0;
|
2020-04-04 02:07:46 +02:00
|
|
|
| ^~
|
2024-03-02 15:05:21 +01:00
|
|
|
%Error-PROCASSWIRE: t/t_wire_beh1364_bad.v:29:7: Procedural assignment to wire, perhaps intended var (IEEE 1800-2023 6.5): 'wo'
|
2023-09-23 14:52:50 +02:00
|
|
|
: ... note: In instance 't'
|
2023-05-06 04:36:51 +02:00
|
|
|
29 | wo = 0;
|
2020-04-04 02:07:46 +02:00
|
|
|
| ^~
|
2024-03-02 15:05:21 +01:00
|
|
|
%Error-PROCASSWIRE: t/t_wire_beh1364_bad.v:30:7: Procedural assignment to wire, perhaps intended var (IEEE 1800-2023 6.5): 'woa'
|
2023-09-23 14:52:50 +02:00
|
|
|
: ... note: In instance 't'
|
2023-05-06 04:36:51 +02:00
|
|
|
30 | woa = 0;
|
2020-04-04 02:07:46 +02:00
|
|
|
| ^~~
|
2019-11-06 03:15:44 +01:00
|
|
|
%Error: Exiting due to
|