mirror of
https://github.com/verilator/verilator.git
synced 2025-01-07 23:27:48 +00:00
22 lines
1.2 KiB
Plaintext
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.
|