aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/elab-vhdl_expr.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/elab-vhdl_expr.adb')
-rw-r--r--src/synth/elab-vhdl_expr.adb4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/synth/elab-vhdl_expr.adb b/src/synth/elab-vhdl_expr.adb
index 72a0e2b8c..f2f24e5c4 100644
--- a/src/synth/elab-vhdl_expr.adb
+++ b/src/synth/elab-vhdl_expr.adb
@@ -901,7 +901,9 @@ package body Elab.Vhdl_Expr is
| Iir_Kind_Array_Subtype_Definition =>
case Conv_Typ.Kind is
when Type_Vector
- | Type_Unbounded_Vector =>
+ | Type_Unbounded_Vector
+ | Type_Array
+ | Type_Unbounded_Array =>
return Val;
when others =>
Error_Msg_Elab