mirror of
https://github.com/verilator/verilator.git
synced 2025-01-09 16:17:36 +00:00
9 lines
576 B
Plaintext
9 lines
576 B
Plaintext
%Error-UNSUPPORTED: t/t_tri_and_eqcase.v:9:28: Unsupported tristate construct: AND in function getEnExprBasedOnOriginalp
|
|
9 | logic b = 1'z === (clk1 & clk2);
|
|
| ^
|
|
... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest
|
|
%Error: Internal Error: t/t_tri_and_eqcase.v:9:18: ../V3Ast.cpp:#: Null item passed to setOp2p
|
|
9 | logic b = 1'z === (clk1 & clk2);
|
|
| ^~~
|
|
... See the manual at https://verilator.org/verilator_doc.html for more assistance.
|