aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists-locations.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/netlists-locations.ads')
-rw-r--r--src/synth/netlists-locations.ads5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/synth/netlists-locations.ads b/src/synth/netlists-locations.ads
index 9bc7d55f1..1990a8b67 100644
--- a/src/synth/netlists-locations.ads
+++ b/src/synth/netlists-locations.ads
@@ -28,4 +28,9 @@ package Netlists.Locations is
-- Get the previously saved location for INST.
-- Return Null_Location if no location set or locations are disabled.
function Get_Location (Inst : Instance) return Location_Type;
+
+ -- Utilities.
+ procedure Copy_Location (Dest : Net; Src : Net);
+ procedure Copy_Location (Dest : Net; Src : Instance);
+ pragma Inline (Copy_Location);
end Netlists.Locations;