diff options
Diffstat (limited to 'src/synth/synth-values.ads')
-rw-r--r-- | src/synth/synth-values.ads | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/synth/synth-values.ads b/src/synth/synth-values.ads index 73aefde2e..f897bdf8a 100644 --- a/src/synth/synth-values.ads +++ b/src/synth/synth-values.ads @@ -293,6 +293,8 @@ package Synth.Values is -- sub-elements. function Get_Array_Flat_Length (Typ : Type_Acc) return Width; + function Is_Matching_Bounds (L, R : Type_Acc) return Boolean; + function Get_Type_Width (Atype : Type_Acc) return Width; -- Create a default initial value for TYP. |