diff options
-rw-r--r-- | src/synth/synthesis.adb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/synth/synthesis.adb b/src/synth/synthesis.adb index 911b2d5f6..e83cdb4ea 100644 --- a/src/synth/synthesis.adb +++ b/src/synth/synthesis.adb @@ -100,6 +100,8 @@ package body Synthesis is if not Synth.Flags.Flag_Debug_Noexpand then Netlists.Expands.Expand_Gates (Ctxt, M); + -- Remove unused dyn_expand inputs. + Netlists.Cleanup.Mark_And_Sweep (M); end if; end Instance_Passes; |