From 7359cb0eba5d395062bdb8dd587d09f1db544f05 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Tue, 5 Nov 2019 18:59:04 +0100 Subject: synth: extract netlists-folds from netlists-builders. --- src/synth/netlists-expands.adb | 1 + 1 file changed, 1 insertion(+) (limited to 'src/synth/netlists-expands.adb') 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; -- cgit v1.2.3