mirror of https://github.com/YosysHQ/yosys.git
Selective boolopt
This commit is contained in:
parent
13915dee96
commit
10bad88bdb
|
|
@ -1685,7 +1685,7 @@ struct AbcPass : public Pass {
|
|||
bool abc_dress = false;
|
||||
vector<int> lut_costs;
|
||||
markgroups = false;
|
||||
std::string map_src;
|
||||
std::string map_src;
|
||||
map_mux4 = false;
|
||||
map_mux8 = false;
|
||||
map_mux16 = false;
|
||||
|
|
|
|||
Loading…
Reference in New Issue