aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/sem_scopes.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2016-09-01 06:26:39 +0200
committerTristan Gingold <tgingold@free.fr>2016-09-01 21:17:13 +0200
commit3d73c2660aa6e32d8976f5a73494c425bb9ce73f (patch)
tree56775e53f258675b0ea4dfbfcb5c212387ac65b1 /src/vhdl/sem_scopes.adb
parent4e6853861f3809d45424b6eb372ccd91ed76f0cb (diff)
downloadghdl-3d73c2660aa6e32d8976f5a73494c425bb9ce73f.tar.gz
ghdl-3d73c2660aa6e32d8976f5a73494c425bb9ce73f.tar.bz2
ghdl-3d73c2660aa6e32d8976f5a73494c425bb9ce73f.zip
vhdl08: preliminary work for nested package and type association.
Diffstat (limited to 'src/vhdl/sem_scopes.adb')
-rw-r--r--src/vhdl/sem_scopes.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vhdl/sem_scopes.adb b/src/vhdl/sem_scopes.adb
index d30ca4380..422bd9ba4 100644
--- a/src/vhdl/sem_scopes.adb
+++ b/src/vhdl/sem_scopes.adb
@@ -969,6 +969,7 @@ package body Sem_Scopes is
| Iir_Kind_Terminal_Declaration
| Iir_Kind_Entity_Declaration
| Iir_Kind_Package_Declaration
+ | Iir_Kind_Package_Instantiation_Declaration
| Iir_Kind_Configuration_Declaration
| Iir_Kind_Context_Declaration
| Iir_Kinds_Concurrent_Statement