diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-10-07 20:41:53 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-10-07 20:41:53 +0200 |
commit | 4f695902d589085bb0266294432453277455a102 (patch) | |
tree | d8ef7690b157a9039139a4032a5b40dd7ce80c2e /src/synth/synth-decls.ads | |
parent | 91a554e511ee36d213488c939e8afbde6d2abcb0 (diff) | |
download | ghdl-4f695902d589085bb0266294432453277455a102.tar.gz ghdl-4f695902d589085bb0266294432453277455a102.tar.bz2 ghdl-4f695902d589085bb0266294432453277455a102.zip |
synth: handle package bodies.
Diffstat (limited to 'src/synth/synth-decls.ads')
-rw-r--r-- | src/synth/synth-decls.ads | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/synth/synth-decls.ads b/src/synth/synth-decls.ads index 0c478d5a2..ddcb43cf6 100644 --- a/src/synth/synth-decls.ads +++ b/src/synth/synth-decls.ads @@ -47,4 +47,6 @@ package Synth.Decls is procedure Synth_Package_Declaration (Parent_Inst : Synth_Instance_Acc; Pkg : Node); + procedure Synth_Package_Body + (Parent_Inst : Synth_Instance_Acc; Pkg : Node; Bod : Node); end Synth.Decls; |