diff options
-rw-r--r-- | src/synth/synth-values.ads | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/synth/synth-values.ads b/src/synth/synth-values.ads index 93c3d530e..80ddbc210 100644 --- a/src/synth/synth-values.ads +++ b/src/synth/synth-values.ads @@ -309,6 +309,9 @@ package Synth.Values is -- sub-elements. function Get_Array_Flat_Length (Typ : Type_Acc) return Width; + -- Return length of dimension DIM of type T. + function Get_Bound_Length (T : Type_Acc; Dim : Iir_Index32) return Width; + function Is_Matching_Bounds (L, R : Type_Acc) return Boolean; function Get_Type_Width (Atype : Type_Acc) return Width; |