aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-files_operations.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-05-15 19:06:18 +0200
committerTristan Gingold <tgingold@free.fr>2020-05-15 19:06:18 +0200
commit46ae659235e7bf1f579143f2e3869a6c2d028e5e (patch)
tree410907b47efa7229eb7748e9f0d73b02d9ae3f27 /src/synth/synth-files_operations.ads
parent659dc5995a93794ca27949667edf90cc9f04468b (diff)
downloadghdl-46ae659235e7bf1f579143f2e3869a6c2d028e5e.tar.gz
ghdl-46ae659235e7bf1f579143f2e3869a6c2d028e5e.tar.bz2
ghdl-46ae659235e7bf1f579143f2e3869a6c2d028e5e.zip
synth: handle non-text file (add signatures).
Diffstat (limited to 'src/synth/synth-files_operations.ads')
-rw-r--r--src/synth/synth-files_operations.ads3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/synth/synth-files_operations.ads b/src/synth/synth-files_operations.ads
index 0b5ae456d..8f8136f76 100644
--- a/src/synth/synth-files_operations.ads
+++ b/src/synth/synth-files_operations.ads
@@ -44,4 +44,7 @@ package Synth.Files_Operations is
procedure Synth_Untruncated_Text_Read
(Syn_Inst : Synth_Instance_Acc; Imp : Node; Loc : Node);
+
+ procedure Synth_File_Read
+ (Syn_Inst : Synth_Instance_Acc; Imp : Node; Loc : Node);
end Synth.Files_Operations;