aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-08-07 07:30:43 +0200
committerTristan Gingold <tgingold@free.fr>2022-08-07 10:00:13 +0200
commitb2e6770ab013db70f1a5aa85a4161cc0598e5910 (patch)
treeb8c151864c51c5c632ba8290c8bd10a63835aab3
parentcd71ea61f4d103908244bcdc98fbb6770244750f (diff)
downloadghdl-b2e6770ab013db70f1a5aa85a4161cc0598e5910.tar.gz
ghdl-b2e6770ab013db70f1a5aa85a4161cc0598e5910.tar.bz2
ghdl-b2e6770ab013db70f1a5aa85a4161cc0598e5910.zip
vhdl-sem_assocs: add comments
-rw-r--r--src/vhdl/vhdl-sem_assocs.adb7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/vhdl/vhdl-sem_assocs.adb b/src/vhdl/vhdl-sem_assocs.adb
index 57f3b8815..ef647263a 100644
--- a/src/vhdl/vhdl-sem_assocs.adb
+++ b/src/vhdl/vhdl-sem_assocs.adb
@@ -1899,6 +1899,13 @@ package body Vhdl.Sem_Assocs is
end case;
end Sem_Association_Subprogram_Check;
+ -- LRM08 6.5.6.2 Generic clauses
+ -- - If the interface subprogram default is in the form of a box (<>)
+ -- symbol, then there shall be a subprogram directly visible at the
+ -- place of the generic association list that has the same designator
+ -- as the formal and that has a conforming profile to that of the
+ -- formal; the subprogram denoted by the generic is the directly
+ -- visible subprogram.
function Sem_Association_Subprogram_Open (Inter : Iir; Loc : Iir)
return Iir
is