aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-sem_scopes.ads
diff options
context:
space:
mode:
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);