aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists-memories.ads
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/netlists-memories.ads
parent9f9f0594c08c3555040fff73a16d3b837420d3c3 (diff)
downloadghdl-2ce7d7b7b5d282ab74e46151c6243344ea587005.tar.gz
ghdl-2ce7d7b7b5d282ab74e46151c6243344ea587005.tar.bz2
ghdl-2ce7d7b7b5d282ab74e46151c6243344ea587005.zip
netlists-memories: rework.
Diffstat (limited to 'src/synth/netlists-memories.ads')
-rw-r--r--src/synth/netlists-memories.ads1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/synth/netlists-memories.ads b/src/synth/netlists-memories.ads
index f4639c5a6..339b2cd21 100644
--- a/src/synth/netlists-memories.ads
+++ b/src/synth/netlists-memories.ads
@@ -23,6 +23,7 @@ with Netlists.Builders; use Netlists.Builders;
package Netlists.Memories is
-- Try to convert dyn_insert/dyn_extract to memory ports.
procedure Extract_Memories (Ctxt : Context_Acc; M : Module);
+ procedure Extract_Memories2 (Ctxt : Context_Acc; M : Module);
-- Count the number of memidx in a memory address.
function Count_Memidx (Addr : Net) return Natural;