abc9 to call "setundef -zero" behaving as for abc

This commit is contained in:
Eddie Hung 2019-04-16 13:10:13 -07:00
parent 0391499e46
commit afcb86c3d1
1 changed files with 3 additions and 0 deletions

View File

@ -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);