3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-05-30 13:56:33 +00:00

signorm: disable in passes that use swap_names

This commit is contained in:
Emil J. Tywoniak 2026-03-16 22:45:29 +01:00
parent 51331a3ffd
commit 74610ae0ee
12 changed files with 35 additions and 0 deletions

View file

@ -462,6 +462,8 @@ struct AbstractPass : public Pass {
}
extra_args(args, argidx, design);
// TODO Disabled signorm because swap_names breaks fanout logic
design->sigNormalize(false);
if (enable != Enable::Always) {
if (mode == Mode::Initial)
log_cmd_error("Conditional initial value abstraction is not supported\n");