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.ads3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vhdl/iirs_utils.ads b/src/vhdl/iirs_utils.ads
index 39d56a8ff..771172fca 100644
--- a/src/vhdl/iirs_utils.ads
+++ b/src/vhdl/iirs_utils.ads
@@ -223,6 +223,9 @@ package Iirs_Utils is
-- Number of dimensions (1..n) for ARRAY_TYPE.
function Get_Nbr_Dimensions (Array_Type : Iir) return Natural;
+ -- Return True iff the all bounds of ARRAY_TYPE are locally static.
+ function Are_Bounds_Locally_Static (Array_Type : Iir) return Boolean;
+
-- Return the type or subtype definition of the SUBTYP type mark.
function Get_Denoted_Type_Mark (Subtyp : Iir) return Iir;