mirror of
https://github.com/YosysHQ/yosys
synced 2026-08-07 06:38:26 +00:00
delete: exit signorm
This commit is contained in:
parent
f56d90c9c2
commit
2821a6ad43
1 changed files with 2 additions and 0 deletions
|
|
@ -132,6 +132,8 @@ struct DeletePass : public Pass {
|
|||
for (auto mod : delete_mods) {
|
||||
design->remove(mod);
|
||||
}
|
||||
|
||||
design->sigNormalize(false);
|
||||
}
|
||||
} DeletePass;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue