if (flag_flatten) {
log_push();
- Pass::call_on_module(design, miter_module, "flatten; opt_const -undriven;;");
+ Pass::call_on_module(design, miter_module, "flatten; opt_const -keepdc -undriven;;");
log_pop();
}
}
log(" also create an 'assert' cell that checks if trigger is always low.\n");
log("\n");
log(" -flatten\n");
- log(" call 'flatten; opt_const -undriven;;' on the miter circuit.\n");
+ log(" call 'flatten; opt_const -keepdc -undriven;;' on the miter circuit.\n");
log("\n");
}
virtual void execute(std::vector<std::string> args, RTLIL::Design *design)