3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-05-30 21:57:47 +00:00

signorm: disable passes that use rewrite_sigspecs

This commit is contained in:
Emil J. Tywoniak 2026-03-17 17:35:57 +01:00
parent 6447a39c0c
commit 4f665d6efc
6 changed files with 15 additions and 0 deletions

View file

@ -1893,6 +1893,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)