aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/iirs.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2016-09-23 04:38:13 +0200
committerTristan Gingold <tgingold@free.fr>2016-09-24 21:01:02 +0200
commitdac1e0e98515cf737ba768510329159028dd1c58 (patch)
tree369188ccd805b966c2091c092cdf84311adfcf7b /src/vhdl/iirs.ads
parent326c06d68d57cade18a28d48de8aa3c6643d6321 (diff)
downloadghdl-dac1e0e98515cf737ba768510329159028dd1c58.tar.gz
ghdl-dac1e0e98515cf737ba768510329159028dd1c58.tar.bz2
ghdl-dac1e0e98515cf737ba768510329159028dd1c58.zip
Add an analysis time check for bounds on port association.
Fix issue #148
Diffstat (limited to 'src/vhdl/iirs.ads')
-rw-r--r--src/vhdl/iirs.ads3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vhdl/iirs.ads b/src/vhdl/iirs.ads
index 8b3904e3a..c93fad0c7 100644
--- a/src/vhdl/iirs.ads
+++ b/src/vhdl/iirs.ads
@@ -408,7 +408,7 @@ package Iirs is
-- Only for Iir_Kind_Association_Element_By_Individual:
-- Get/Set_Individual_Association_Chain (Field4)
--
- -- A function call or a type conversion for the association.
+ -- A function call or a type conversion for the actual.
-- FIXME: should be a name ?
-- Only for Iir_Kind_Association_Element_By_Expression:
-- Get/Set_In_Conversion (Field4)
@@ -419,6 +419,7 @@ package Iirs is
-- Only for Iir_Kind_Association_Element_By_Individual:
-- Get/Set_Actual_Type (Field5)
--
+ -- A function call or a type conversion for the formal.
-- Only for Iir_Kind_Association_Element_By_Expression:
-- Get/Set_Out_Conversion (Field5)
--