1
0
mirror of synced 2026-03-29 03:15:50 +00:00

opt_dff: temporarily disable signorm due to muxtree traversal

This commit is contained in:
Emil J. Tywoniak
2026-03-18 12:56:52 +01:00
parent 49d08591e3
commit 734249a5e6

View File

@@ -980,6 +980,8 @@ struct OptDffPass : public Pass {
break;
}
extra_args(args, argidx, design);
// TODO extra wires signorm adds breaks muxtree traversal or requires sigmapping
design->sigNormalize(false);
bool did_something = false;
for (auto mod : design->selected_modules()) {