aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-sem.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-08-20 05:22:06 +0200
committerTristan Gingold <tgingold@free.fr>2019-08-20 05:22:06 +0200
commit6bb756cc46b8c717d7f84cbe6e01ed79f84f484a (patch)
tree1ca5bb3a1d71698ddc3b9e0a7c27ab2467f0b242 /src/vhdl/vhdl-sem.adb
parent44cba3374a04d84b16c93a9e6867ddc4b8a3146c (diff)
downloadghdl-6bb756cc46b8c717d7f84cbe6e01ed79f84f484a.tar.gz
ghdl-6bb756cc46b8c717d7f84cbe6e01ed79f84f484a.tar.bz2
ghdl-6bb756cc46b8c717d7f84cbe6e01ed79f84f484a.zip
vhdl: handle architecture in verification unit hierarchical name.
Diffstat (limited to 'src/vhdl/vhdl-sem.adb')
-rw-r--r--src/vhdl/vhdl-sem.adb10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/vhdl/vhdl-sem.adb b/src/vhdl/vhdl-sem.adb
index e99d7f860..555c6a733 100644
--- a/src/vhdl/vhdl-sem.adb
+++ b/src/vhdl/vhdl-sem.adb
@@ -1113,11 +1113,11 @@ package body Vhdl.Sem is
-- a use clause that makes a homograph of the declaration potentially
-- visible (see 10.4) appears in the corresponding configuration
-- declaration, and if the scope of that use clause encompasses all or
- -- part of those configuration items. If such a use clase appears, then
- -- the declaration will be directly visible within the corresponding
- -- configuration items, except at hose places that fall within the scope
- -- of the additional use clause. At such places, neither name will be
- -- directly visible.
+ -- part of those configuration items. If such a use clause appears,
+ -- then the declaration will be directly visible within the
+ -- corresponding configuration items, except at hose places that fall
+ -- within the scope of the additional use clause. At such places,
+ -- neither name will be directly visible.
-- FIXME: handle use clauses.
Sem_Scopes.Extend_Scope_Of_Block_Declarations (Block);