mirror of
https://github.com/YosysHQ/yosys
synced 2026-06-14 12:55:41 +00:00
signorm: disable passes that use rewrite_sigspecs
This commit is contained in:
parent
28d9d206d4
commit
319b9e2a4f
6 changed files with 15 additions and 0 deletions
|
|
@ -1894,6 +1894,7 @@ struct Abc9OpsPass : public Pass {
|
|||
extra_args(args, argidx, design);
|
||||
|
||||
// TODO Disabled signorm because swap_names breaks fanout logic
|
||||
// TODO disable signorm due to rewrite_sigspecs assert
|
||||
design->sigNormalize(false);
|
||||
|
||||
if (!valid)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue