diff options
Diffstat (limited to 'src/synth/synth-decls.ads')
-rw-r--r-- | src/synth/synth-decls.ads | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/synth/synth-decls.ads b/src/synth/synth-decls.ads index ea2d434f7..0c478d5a2 100644 --- a/src/synth/synth-decls.ads +++ b/src/synth/synth-decls.ads @@ -44,4 +44,7 @@ package Synth.Decls is procedure Finalize_Declarations (Syn_Inst : Synth_Instance_Acc; Decls : Iir; Is_Subprg : Boolean := False); + + procedure Synth_Package_Declaration + (Parent_Inst : Synth_Instance_Acc; Pkg : Node); end Synth.Decls; |