diff options
Diffstat (limited to 'src/synth/synth-insts.adb')
-rw-r--r-- | src/synth/synth-insts.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth/synth-insts.adb b/src/synth/synth-insts.adb index 01af9c63a..da1cc329c 100644 --- a/src/synth/synth-insts.adb +++ b/src/synth/synth-insts.adb @@ -1535,7 +1535,7 @@ package body Synth.Insts is Netlists.Cleanup.Remove_Output_Gates (Inst.M); end if; - if not Synth.Flags.Flag_Debug_Nomemory then + if not Synth.Flags.Flag_Debug_Nomemory2 then Netlists.Memories.Extract_Memories2 (Get_Build (Syn_Inst), Inst.M); -- Remove remaining clock edge gates. Netlists.Cleanup.Mark_And_Sweep (Inst.M); |