aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-vhdl_insts.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/synth-vhdl_insts.adb')
-rw-r--r--src/synth/synth-vhdl_insts.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth/synth-vhdl_insts.adb b/src/synth/synth-vhdl_insts.adb
index 679b63312..2902001d5 100644
--- a/src/synth/synth-vhdl_insts.adb
+++ b/src/synth/synth-vhdl_insts.adb
@@ -1728,7 +1728,7 @@ package body Synth.Vhdl_Insts is
end if;
if not Synth.Flags.Flag_Debug_Nomemory2 then
- Netlists.Memories.Extract_Memories2 (Get_Build (Syn_Inst), Inst.M);
+ Netlists.Memories.Extract_Memories (Get_Build (Syn_Inst), Inst.M);
-- Remove remaining clock edge gates.
Netlists.Cleanup.Mark_And_Sweep (Inst.M);
end if;