aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/elab-vhdl_insts.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/elab-vhdl_insts.ads')
-rw-r--r--src/synth/elab-vhdl_insts.ads4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/synth/elab-vhdl_insts.ads b/src/synth/elab-vhdl_insts.ads
index f0004cc35..7e64bb944 100644
--- a/src/synth/elab-vhdl_insts.ads
+++ b/src/synth/elab-vhdl_insts.ads
@@ -33,6 +33,10 @@ package Elab.Vhdl_Insts is
Inter_Chain : Node;
Assoc_Chain : Node);
+ procedure Elab_Package_Declaration
+ (Parent_Inst : Synth_Instance_Acc; Pkg : Node);
+ procedure Elab_Package_Body
+ (Parent_Inst : Synth_Instance_Acc; Pkg : Node; Bod : Node);
procedure Elab_Package_Instantiation
(Parent_Inst : Synth_Instance_Acc; Pkg : Node);