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.adb2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/synth/elab-vhdl_debug.adb b/src/synth/elab-vhdl_debug.adb
index d47c310f0..e5e40011e 100644
--- a/src/synth/elab-vhdl_debug.adb
+++ b/src/synth/elab-vhdl_debug.adb
@@ -280,6 +280,8 @@ package body Elab.Vhdl_Debug is
Disp_Memtyp (Get_Memtyp (Vt), Vtype);
when Value_Dyn_Alias =>
Put ("dyn alias");
+ when Value_Sig_Val =>
+ Put ("sig val");
when Value_Memory =>
Disp_Memtyp (Get_Memtyp (Vt), Vtype);
end case;