aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-decls.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/synth-decls.ads')
-rw-r--r--src/synth/synth-decls.ads3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/synth/synth-decls.ads b/src/synth/synth-decls.ads
index d0b47e3fc..fdaadf0f1 100644
--- a/src/synth/synth-decls.ads
+++ b/src/synth/synth-decls.ads
@@ -59,6 +59,9 @@ package Synth.Decls is
Decls : Iir;
Is_Subprg : Boolean := False);
+ procedure Finalize_Declaration (Syn_Inst : Synth_Instance_Acc;
+ Decl : Iir;
+ Is_Subprg : Boolean);
procedure Finalize_Declarations (Syn_Inst : Synth_Instance_Acc;
Decls : Iir;
Is_Subprg : Boolean := False);