mirror of
https://github.com/YosysHQ/yosys
synced 2026-06-01 14:47:53 +00:00
opt_dff: temporarily disable signorm due to muxtree traversal
This commit is contained in:
parent
95eae1aa6d
commit
be7beaf91a
1 changed files with 2 additions and 0 deletions
|
|
@ -979,6 +979,8 @@ struct OptDffPass : public Pass {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
extra_args(args, argidx, design);
|
extra_args(args, argidx, design);
|
||||||
|
// TODO extra wires signorm adds breaks muxtree traversal or requires sigmapping
|
||||||
|
design->sigNormalize(false);
|
||||||
|
|
||||||
bool did_something = false;
|
bool did_something = false;
|
||||||
for (auto mod : design->selected_modules()) {
|
for (auto mod : design->selected_modules()) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue