aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-nodes.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2023-03-23 07:25:15 +0100
committerTristan Gingold <tgingold@free.fr>2023-03-23 07:25:15 +0100
commitb9bd50be737ff13967edf442717673fd9100941f (patch)
treef874c2b76751c7408591f5c8fae4e8d0cfad69f7 /src/vhdl/vhdl-nodes.ads
parent863df0ba75e7bd883b53a47e600955c249015462 (diff)
downloadghdl-b9bd50be737ff13967edf442717673fd9100941f.tar.gz
ghdl-b9bd50be737ff13967edf442717673fd9100941f.tar.bz2
ghdl-b9bd50be737ff13967edf442717673fd9100941f.zip
vhdl: make instance_package_body forward_ref, adjust
Diffstat (limited to 'src/vhdl/vhdl-nodes.ads')
-rw-r--r--src/vhdl/vhdl-nodes.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-nodes.ads b/src/vhdl/vhdl-nodes.ads
index 8601159db..7b1f476e1 100644
--- a/src/vhdl/vhdl-nodes.ads
+++ b/src/vhdl/vhdl-nodes.ads
@@ -8149,7 +8149,7 @@ package Vhdl.Nodes is
procedure Set_Package_Body (Pkg : Iir; Decl : Iir);
-- The package body corresponding to the package declaration.
- -- Field: Field4
+ -- Field: Field4 Forward_Ref
function Get_Instance_Package_Body (Pkg : Iir) return Iir;
procedure Set_Instance_Package_Body (Pkg : Iir; Decl : Iir);