aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-source.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-10-09 20:23:41 +0200
committerTristan Gingold <tgingold@free.fr>2019-10-09 20:23:41 +0200
commita1d8c53e1cba26c14f64d8951b2117dda1fa4d25 (patch)
tree3aba188cfe6641d35e2f7341d5bf2d112b07678c /src/synth/synth-source.ads
parent7bb502c9372456aec9593b043e1fcf96b2e2138a (diff)
downloadghdl-a1d8c53e1cba26c14f64d8951b2117dda1fa4d25.tar.gz
ghdl-a1d8c53e1cba26c14f64d8951b2117dda1fa4d25.tar.bz2
ghdl-a1d8c53e1cba26c14f64d8951b2117dda1fa4d25.zip
synth: use synth.source for setting location.
Diffstat (limited to 'src/synth/synth-source.ads')
-rw-r--r--src/synth/synth-source.ads3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/synth/synth-source.ads b/src/synth/synth-source.ads
index ed640463d..8962d86b1 100644
--- a/src/synth/synth-source.ads
+++ b/src/synth/synth-source.ads
@@ -35,4 +35,7 @@ package Synth.Source is
procedure Set_Location (N : Netlists.Net; Src : Syn_Src);
pragma Inline (Set_Location);
+
+ procedure Set_Location (Inst : Netlists.Instance; Src : Syn_Src);
+ pragma Inline (Set_Location);
end Synth.Source;