diff options
Diffstat (limited to 'src/synth/elab-vhdl_values-debug.adb')
-rw-r--r-- | src/synth/elab-vhdl_values-debug.adb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/synth/elab-vhdl_values-debug.adb b/src/synth/elab-vhdl_values-debug.adb index 0466bcde2..0d9e4923f 100644 --- a/src/synth/elab-vhdl_values-debug.adb +++ b/src/synth/elab-vhdl_values-debug.adb @@ -309,6 +309,10 @@ package body Elab.Vhdl_Values.Debug is Put ("quantity "); Put_Uns32 (Uns32 (V.Val.Q)); New_Line; + when Value_Terminal => + Put ("terminal "); + Put_Uns32 (Uns32 (V.Val.T)); + New_Line; when Value_Alias => Put ("an alias: "); Debug_Typ1 (V.Typ); |