mirror of https://github.com/YosysHQ/yosys.git
abc9 to call "setundef -zero" behaving as for abc
This commit is contained in:
parent
0391499e46
commit
afcb86c3d1
|
@ -403,6 +403,9 @@ void abc9_module(RTLIL::Design *design, RTLIL::Module *current_module, std::stri
|
|||
RTLIL::Selection& sel = design->selection_stack.back();
|
||||
sel.select(module);
|
||||
|
||||
// Behave as for "abc" where BLIF writer implicitly outputs all undef as zero
|
||||
Pass::call(design, "setundef -zero");
|
||||
|
||||
Pass::call(design, "aigmap");
|
||||
|
||||
handle_loops(design);
|
||||
|
|
Loading…
Reference in New Issue