aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists-butils.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/netlists-butils.adb')
-rw-r--r--src/synth/netlists-butils.adb4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/synth/netlists-butils.adb b/src/synth/netlists-butils.adb
index d26e1762c..7b74def6d 100644
--- a/src/synth/netlists-butils.adb
+++ b/src/synth/netlists-butils.adb
@@ -18,13 +18,15 @@
-- Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
-- MA 02110-1301, USA.
+with Netlists.Locations; use Netlists.Locations;
+
package body Netlists.Butils is
procedure Synth_Case (Ctxt : Context_Acc;
Sel : Net;
Els : in out Case_Element_Array;
Default : Net;
Res : out Net;
- Sel_Loc : Syn_Src)
+ Sel_Loc : Location_Type)
is
Wd : constant Width := Get_Width (Sel);
Mask : Uns64;