aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/iirs_utils.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/iirs_utils.ads')
-rw-r--r--src/vhdl/iirs_utils.ads4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/vhdl/iirs_utils.ads b/src/vhdl/iirs_utils.ads
index dace93c3c..39d56a8ff 100644
--- a/src/vhdl/iirs_utils.ads
+++ b/src/vhdl/iirs_utils.ads
@@ -267,6 +267,10 @@ package Iirs_Utils is
(Inst : Iir_Component_Instantiation_Statement)
return Boolean;
+ -- Get the expression of the attribute specification corresponding to the
+ -- attribute name NAME. Meaningful only for static values.
+ function Get_Attribute_Name_Expression (Name : Iir) return Iir;
+
-- Return the bound type of a string type, ie the type of the (first)
-- dimension of a one-dimensional array type.
function Get_String_Type_Bound_Type (Sub_Type : Iir) return Iir;