aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-sem_scopes.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-11-05 07:33:37 +0100
committerTristan Gingold <tgingold@free.fr>2021-11-05 07:33:37 +0100
commite6551b07a7137790e2deb554718d5bed2d4467b4 (patch)
treea49f84aaf8341ed4f081bcef1ad8256d1443ae60 /src/vhdl/vhdl-sem_scopes.ads
parentb0f3a909b0ee15b57b6999706fe1327f97a48a6c (diff)
downloadghdl-e6551b07a7137790e2deb554718d5bed2d4467b4.tar.gz
ghdl-e6551b07a7137790e2deb554718d5bed2d4467b4.tar.bz2
ghdl-e6551b07a7137790e2deb554718d5bed2d4467b4.zip
vhdl/psl: handle PSL inherit spec. For #1899
Diffstat (limited to 'src/vhdl/vhdl-sem_scopes.ads')
-rw-r--r--src/vhdl/vhdl-sem_scopes.ads3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vhdl/vhdl-sem_scopes.ads b/src/vhdl/vhdl-sem_scopes.ads
index 8fdd88b5c..b20e224b0 100644
--- a/src/vhdl/vhdl-sem_scopes.ads
+++ b/src/vhdl/vhdl-sem_scopes.ads
@@ -136,6 +136,9 @@ package Vhdl.Sem_Scopes is
-- regions.
procedure Add_Context_Clauses (Unit : Iir_Design_Unit);
+ -- Handle PSL inherit spec.
+ procedure Add_Inherit_Spec (Spec : Iir);
+
-- Add declarations from an entity into the current declarative region.
-- This is needed when an architecture is analysed.
procedure Add_Entity_Declarations (Entity : Iir_Entity_Declaration);