aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2023-01-02 19:41:08 +0100
committerTristan Gingold <tgingold@free.fr>2023-01-03 16:47:27 +0100
commitd7ffe048ed623283655a11ffc5e75d6e5731f738 (patch)
tree96b017ef450071887fb1fbdd410f5ca2888d983e /src/synth
parent7120d74eec8a8d64f06253eec2763aec4f44ac6c (diff)
downloadghdl-d7ffe048ed623283655a11ffc5e75d6e5731f738.tar.gz
ghdl-d7ffe048ed623283655a11ffc5e75d6e5731f738.tar.bz2
ghdl-d7ffe048ed623283655a11ffc5e75d6e5731f738.zip
synth: fix handling of record subtypes for objects
Diffstat (limited to 'src/synth')
-rw-r--r--src/synth/synth-vhdl_expr.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/synth/synth-vhdl_expr.adb b/src/synth/synth-vhdl_expr.adb
index c33ea4b08..7e28f5225 100644
--- a/src/synth/synth-vhdl_expr.adb
+++ b/src/synth/synth-vhdl_expr.adb
@@ -2491,6 +2491,7 @@ package body Synth.Vhdl_Expr is
case Get_Kind (Expr) is
when Iir_Kind_High_Array_Attribute
| Iir_Kind_Low_Array_Attribute
+ | Iir_Kind_Simple_Name
| Iir_Kind_Indexed_Name
| Iir_Kind_Selected_Element
| Iir_Kind_Integer_Literal