Add 'setundef -zero' call prior to aigmap in abc9
This commit is contained in:
@@ -403,6 +403,10 @@ void abc9_module(RTLIL::Design *design, RTLIL::Module *current_module, std::stri
|
|||||||
RTLIL::Selection& sel = design->selection_stack.back();
|
RTLIL::Selection& sel = design->selection_stack.back();
|
||||||
sel.select(module);
|
sel.select(module);
|
||||||
|
|
||||||
|
// Adopt same behaviour as abc
|
||||||
|
// TODO: How to specify don't-care to abc9?
|
||||||
|
Pass::call(design, "setundef -zero");
|
||||||
|
|
||||||
Pass::call(design, "aigmap");
|
Pass::call(design, "aigmap");
|
||||||
|
|
||||||
handle_loops(design);
|
handle_loops(design);
|
||||||
|
|||||||
Reference in New Issue
Block a user