diff options
Diffstat (limited to 'src/simul/simul-vhdl_simul.adb')
-rw-r--r-- | src/simul/simul-vhdl_simul.adb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/simul/simul-vhdl_simul.adb b/src/simul/simul-vhdl_simul.adb index 354ca062f..37fd14d69 100644 --- a/src/simul/simul-vhdl_simul.adb +++ b/src/simul/simul-vhdl_simul.adb @@ -2576,6 +2576,7 @@ package body Simul.Vhdl_Simul is when Type_Slice | Type_Access + | Type_Array_Unbounded | Type_Unbounded_Vector | Type_Unbounded_Array | Type_Unbounded_Record @@ -2739,6 +2740,7 @@ package body Simul.Vhdl_Simul is when Type_Slice | Type_Access + | Type_Array_Unbounded | Type_Unbounded_Vector | Type_Unbounded_Array | Type_Unbounded_Record |