mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 14:17:27 +02:00
Added support for Minisat::SimpSolver + ezSAT frezze() API
This commit is contained in:
@@ -72,6 +72,7 @@ struct SatGen
|
||||
} else {
|
||||
std::string name = pf + stringf(c.wire->width == 1 ? "%s" : "%s [%d]", RTLIL::id2cstr(c.wire->name), c.offset);
|
||||
vec.push_back(ez->literal(name));
|
||||
ez->freeze(vec.back());
|
||||
}
|
||||
return vec;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user