verilator/test_regress/t/t_tri_array.out
2022-11-20 07:45:51 -05:00

22 lines
1.2 KiB
Plaintext

%Error-UNSUPPORTED: t/t_tri_array.v:25:25: Unsupported LHS tristate construct: ARRAYSEL
: ... In instance t
25 | Pad pad1 (.pad(pad[g]),
| ^
... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest
%Error-UNSUPPORTED: t/t_tri_array.v:28:25: Unsupported LHS tristate construct: ARRAYSEL
: ... In instance t
28 | Pad pad0 (.pad(pad[g]),
| ^
%Error: t/t_tri_array.v:25:25: Select from non-array BASICDTYPE 'bit'
: ... In instance t
25 | Pad pad1 (.pad(pad[g]),
| ^
%Error: t/t_tri_array.v:28:25: Select from non-array BASICDTYPE 'bit'
: ... In instance t
28 | Pad pad0 (.pad(pad[g]),
| ^
%Error: Internal Error: t/t_tri_array.v:25:22: ../V3Dfg.h:#: DfgVertex is not of expected type, but instead has type 'VARPACKED'
25 | Pad pad1 (.pad(pad[g]),
| ^~~
... See the manual at https://verilator.org/verilator_doc.html for more assistance.