mirror of
https://github.com/verilator/verilator.git
synced 2026-09-03 16:28:53 +02:00
Fixes #6293
This commit is contained in:
+1
-1
@@ -766,7 +766,7 @@ class ConstraintExprVisitor final : public VNVisitor {
|
||||
if (editFormat(nodep)) return;
|
||||
editSMT(nodep, nodep->lhsp(), nodep->rhsp(), nodep->thsp());
|
||||
}
|
||||
void visit(AstNodeCond* nodep) override {
|
||||
void visit(AstCond* nodep) override {
|
||||
if (editFormat(nodep)) return;
|
||||
if (!nodep->condp()->user1()) {
|
||||
// Do not burden the solver if cond computable: (cond ? "then" : "else")
|
||||
|
||||
Reference in New Issue
Block a user