aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists-locations.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-locations.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-locations.ads')
-rw-r--r--src/synth/netlists-locations.ads1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/synth/netlists-locations.ads b/src/synth/netlists-locations.ads
index 1990a8b67..3aa66b2df 100644
--- a/src/synth/netlists-locations.ads
+++ b/src/synth/netlists-locations.ads
@@ -30,6 +30,7 @@ package Netlists.Locations is
function Get_Location (Inst : Instance) return Location_Type;
-- Utilities.
+ procedure Set_Location (Dest : Net; Loc : Location_Type);
procedure Copy_Location (Dest : Net; Src : Net);
procedure Copy_Location (Dest : Net; Src : Instance);
pragma Inline (Copy_Location);