aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-vhdl_aggr.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/synth-vhdl_aggr.adb')
-rw-r--r--src/synth/synth-vhdl_aggr.adb3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/synth/synth-vhdl_aggr.adb b/src/synth/synth-vhdl_aggr.adb
index 1abe5a7b2..82760ab25 100644
--- a/src/synth/synth-vhdl_aggr.adb
+++ b/src/synth/synth-vhdl_aggr.adb
@@ -718,6 +718,9 @@ package body Synth.Vhdl_Aggr is
when Type_Vector
| Type_Array =>
return Synth_Aggregate_Array (Syn_Inst, Aggr, Aggr_Type);
+ when Type_Slice =>
+ return Synth_Aggregate_Array
+ (Syn_Inst, Aggr, Aggr_Type.Slice_Base);
when Type_Record
| Type_Unbounded_Record =>
return Synth_Aggregate_Record (Syn_Inst, Aggr, Aggr_Type);