3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-06-14 12:55:41 +00:00

flatten: redo signormalization to work around fanout issue

This commit is contained in:
Emil J. Tywoniak 2026-03-17 18:04:41 +01:00
parent ea17cca41f
commit 00f46cf9ac
2 changed files with 10 additions and 0 deletions

View file

@ -378,6 +378,9 @@ struct RenamePass : public Pass {
break;
}
// TODO disable signorm due to rename I think?
design->sigNormalize(false);
if (flag_src)
{
extra_args(args, argidx, design);