verilator/test_regress/t/t_fuzz_triand_bad.out

11 lines
657 B
Plaintext
Raw Normal View History

%Error-UNSUPPORTED: t/t_fuzz_triand_bad.v:8:12: Unsupported: Member call on object 'VARREF 'g'' which is a 'BASICDTYPE 'logic''
: ... In instance t
8 | tri g=g.and.g;
| ^~~
2021-04-24 14:33:49 +00:00
... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest
%Error: Internal Error: t/t_fuzz_triand_bad.v:8:12: ../V3Width.cpp:#: Unlinked data type
: ... In instance t
8 | tri g=g.and.g;
| ^~~
2021-04-18 15:52:29 +00:00
... See the manual at https://verilator.org/verilator_doc.html for more assistance.