aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists-butils.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-10-27 21:05:03 +0100
committerTristan Gingold <tgingold@free.fr>2019-10-27 21:05:03 +0100
commit21732824cfea2164654635beb5fb28ebd6b37c35 (patch)
tree3621820e68a802dc8c1e571c81e5815fcf180429 /src/synth/netlists-butils.ads
parent51f90bb57b068d7ed44ad0439bb710f8857abdb5 (diff)
downloadghdl-21732824cfea2164654635beb5fb28ebd6b37c35.tar.gz
ghdl-21732824cfea2164654635beb5fb28ebd6b37c35.tar.bz2
ghdl-21732824cfea2164654635beb5fb28ebd6b37c35.zip
netlists: change Loc parameter of synth_case.
Diffstat (limited to 'src/synth/netlists-butils.ads')
-rw-r--r--src/synth/netlists-butils.ads4
1 files changed, 1 insertions, 3 deletions
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;