aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-nodes.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2023-03-22 03:37:21 +0100
committerTristan Gingold <tgingold@free.fr>2023-03-22 04:40:18 +0100
commit19dab14a7452c793dde71bf599202cb7783ba376 (patch)
treee668572468f02eb4f5dd2b8bb85476aab115080d /src/vhdl/vhdl-nodes.ads
parenta70eaa53bdb9163146f3f3e25564071a4b9bfa1c (diff)
downloadghdl-19dab14a7452c793dde71bf599202cb7783ba376.tar.gz
ghdl-19dab14a7452c793dde71bf599202cb7783ba376.tar.bz2
ghdl-19dab14a7452c793dde71bf599202cb7783ba376.zip
vhdl: add iir_kind_package_instantiation_body
Diffstat (limited to 'src/vhdl/vhdl-nodes.ads')
-rw-r--r--src/vhdl/vhdl-nodes.ads3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vhdl/vhdl-nodes.ads b/src/vhdl/vhdl-nodes.ads
index 23de77b2f..0cd02d637 100644
--- a/src/vhdl/vhdl-nodes.ads
+++ b/src/vhdl/vhdl-nodes.ads
@@ -1071,6 +1071,7 @@ package Vhdl.Nodes is
-- Get/Set_End_Has_Identifier (Flag9)
-- Iir_Kind_Package_Body (Short)
+ -- Iir_Kind_Package_Instantiation_Body (Short)
-- Note: a body is not a declaration, that's the reason why there is no
-- _declaration suffix in the name.
--
@@ -5072,6 +5073,8 @@ package Vhdl.Nodes is
Iir_Kind_Package_Body,
Iir_Kind_Architecture_Body,
+ Iir_Kind_Package_Instantiation_Body,
+
Iir_Kind_Type_Declaration,
Iir_Kind_Anonymous_Type_Declaration,
Iir_Kind_Subtype_Declaration,