aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-insts.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-12-05 22:29:39 +0100
committerTristan Gingold <tgingold@free.fr>2019-12-05 22:29:39 +0100
commit2ce7d7b7b5d282ab74e46151c6243344ea587005 (patch)
treeb270a3839c8a695d375e4856623f26295236c3be /src/synth/synth-insts.adb
parent9f9f0594c08c3555040fff73a16d3b837420d3c3 (diff)
downloadghdl-2ce7d7b7b5d282ab74e46151c6243344ea587005.tar.gz
ghdl-2ce7d7b7b5d282ab74e46151c6243344ea587005.tar.bz2
ghdl-2ce7d7b7b5d282ab74e46151c6243344ea587005.zip
netlists-memories: rework.
Diffstat (limited to 'src/synth/synth-insts.adb')
-rw-r--r--src/synth/synth-insts.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth/synth-insts.adb b/src/synth/synth-insts.adb
index d524e5037..8ff6d1d26 100644
--- a/src/synth/synth-insts.adb
+++ b/src/synth/synth-insts.adb
@@ -1329,7 +1329,7 @@ package body Synth.Insts is
end if;
if not Synth.Flags.Flag_Debug_Nomemory then
- Netlists.Memories.Extract_Memories (Get_Build (Syn_Inst), Inst.M);
+ Netlists.Memories.Extract_Memories2 (Get_Build (Syn_Inst), Inst.M);
end if;
if not Synth.Flags.Flag_Debug_Noexpand then