mirror of
https://github.com/YosysHQ/yosys
synced 2026-06-03 23:57:58 +00:00
flatten: redo signormalization to work around fanout issue
This commit is contained in:
parent
4c8b7818f4
commit
55189bc65c
2 changed files with 10 additions and 0 deletions
|
|
@ -379,6 +379,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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue