mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 09:05:32 +00:00
Added support for Minisat::SimpSolver + ezSAT frezze() API
This commit is contained in:
parent
b76528d8a5
commit
dab1612f81
5 changed files with 79 additions and 11 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue