From 21732824cfea2164654635beb5fb28ebd6b37c35 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sun, 27 Oct 2019 21:05:03 +0100 Subject: netlists: change Loc parameter of synth_case. --- src/synth/netlists-butils.ads | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/synth/netlists-butils.ads') diff --git a/src/synth/netlists-butils.ads b/src/synth/netlists-butils.ads index c0d79734a..ebf03863e 100644 --- a/src/synth/netlists-butils.ads +++ b/src/synth/netlists-butils.ads @@ -22,8 +22,6 @@ with Ada.Unchecked_Deallocation; with Netlists.Builders; use Netlists.Builders; -with Synth.Source; use Synth.Source; - package Netlists.Butils is type Case_Element is record Sel : Uns64; @@ -51,5 +49,5 @@ package Netlists.Butils is Els : in out Case_Element_Array; Default : Net; Res : out Net; - Sel_Loc : Syn_Src); + Sel_Loc : Location_Type); end Netlists.Butils; -- cgit v1.2.3