aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists-expands.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-11-05 18:59:04 +0100
committerTristan Gingold <tgingold@free.fr>2019-11-05 18:59:04 +0100
commit7359cb0eba5d395062bdb8dd587d09f1db544f05 (patch)
tree3d5be99c9570d3c38d766589f1ac3f26345260ea /src/synth/netlists-expands.adb
parentecc117b872aec5b4673de32028a7c36060d05eec (diff)
downloadghdl-7359cb0eba5d395062bdb8dd587d09f1db544f05.tar.gz
ghdl-7359cb0eba5d395062bdb8dd587d09f1db544f05.tar.bz2
ghdl-7359cb0eba5d395062bdb8dd587d09f1db544f05.zip
synth: extract netlists-folds from netlists-builders.
Diffstat (limited to 'src/synth/netlists-expands.adb')
-rw-r--r--src/synth/netlists-expands.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/synth/netlists-expands.adb b/src/synth/netlists-expands.adb
index a34302ef8..37b00d64e 100644
--- a/src/synth/netlists-expands.adb
+++ b/src/synth/netlists-expands.adb
@@ -26,6 +26,7 @@ with Netlists.Butils; use Netlists.Butils;
with Netlists.Locations; use Netlists.Locations;
with Netlists.Memories; use Netlists.Memories;
with Netlists.Concats; use Netlists.Concats;
+with Netlists.Folds; use Netlists.Folds;
package body Netlists.Expands is
type Memidx_Array_Type is array (Natural range <>) of Instance;