aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-decls.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-09-13 07:28:10 +0200
committerTristan Gingold <tgingold@free.fr>2019-09-13 07:28:10 +0200
commit2e61401a3d12ede4bb72bc6749d7f6ae905d6376 (patch)
treea26d4b8c1fc57882cb5ce9e1fb108b68735278c3 /src/synth/synth-decls.ads
parent8f0227416720253cabacff0d0cb9ced2f660f981 (diff)
downloadghdl-2e61401a3d12ede4bb72bc6749d7f6ae905d6376.tar.gz
ghdl-2e61401a3d12ede4bb72bc6749d7f6ae905d6376.tar.bz2
ghdl-2e61401a3d12ede4bb72bc6749d7f6ae905d6376.zip
synth: initialize subprogram variables.
Diffstat (limited to 'src/synth/synth-decls.ads')
-rw-r--r--src/synth/synth-decls.ads6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/synth/synth-decls.ads b/src/synth/synth-decls.ads
index aaae102c3..dda550ed9 100644
--- a/src/synth/synth-decls.ads
+++ b/src/synth/synth-decls.ads
@@ -33,7 +33,7 @@ package Synth.Decls is
procedure Synth_Declaration_Type
(Syn_Inst : Synth_Instance_Acc; Decl : Node);
- procedure Synth_Declaration (Syn_Inst : Synth_Instance_Acc; Decl : Node);
-
- procedure Synth_Declarations (Syn_Inst : Synth_Instance_Acc; Decls : Node);
+ procedure Synth_Declarations (Syn_Inst : Synth_Instance_Acc;
+ Decls : Iir;
+ Is_Subprg : Boolean := False);
end Synth.Decls;