aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/elab-vhdl_debug.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/elab-vhdl_debug.adb')
-rw-r--r--src/synth/elab-vhdl_debug.adb3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/synth/elab-vhdl_debug.adb b/src/synth/elab-vhdl_debug.adb
index 2cea530d7..31ec92e49 100644
--- a/src/synth/elab-vhdl_debug.adb
+++ b/src/synth/elab-vhdl_debug.adb
@@ -244,6 +244,7 @@ package body Elab.Vhdl_Debug is
when Type_Protected =>
Put ("*protected*");
when Type_Unbounded_Array
+ | Type_Array_Unbounded
| Type_Unbounded_Record
| Type_Unbounded_Vector =>
Put ("*unbounded*");
@@ -326,6 +327,8 @@ package body Elab.Vhdl_Debug is
Put ("unbounded_vector");
when Type_Array =>
Put ("array");
+ when Type_Array_Unbounded =>
+ Put ("array_unbounded");
when Type_Unbounded_Array =>
Put ("unbounded_array");
when Type_Unbounded_Record =>