diff options
Diffstat (limited to 'src/synth')
-rw-r--r-- | src/synth/synth-vhdl_expr.adb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/synth/synth-vhdl_expr.adb b/src/synth/synth-vhdl_expr.adb index 26555ff4d..f4cea4eaf 100644 --- a/src/synth/synth-vhdl_expr.adb +++ b/src/synth/synth-vhdl_expr.adb @@ -2230,6 +2230,7 @@ package body Synth.Vhdl_Expr is when Iir_Kind_High_Array_Attribute | Iir_Kind_Low_Array_Attribute | Iir_Kind_Indexed_Name + | Iir_Kind_Selected_Element | Iir_Kind_Integer_Literal => -- For array attributes: the type is the type of the index, which -- is not synthesized as a type (only as an index). |