3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-08-07 06:38:26 +00:00

delete: exit signorm

This commit is contained in:
Emil J. Tywoniak 2026-07-22 01:05:34 +02:00
parent f56d90c9c2
commit 2821a6ad43

View file

@ -132,6 +132,8 @@ struct DeletePass : public Pass {
for (auto mod : delete_mods) {
design->remove(mod);
}
design->sigNormalize(false);
}
} DeletePass;