aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/elab-vhdl_values-debug.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-05-15 17:13:22 +0200
committerTristan Gingold <tgingold@free.fr>2022-05-15 17:13:22 +0200
commitdfc2238813b6a8caa6dfae91ae6838dbd8ef218a (patch)
treead6e6a5a40c1fbfcf11872c973a519a44e11d6c5 /src/synth/elab-vhdl_values-debug.ads
parented155d259025f321a54fdf55065273830f2be904 (diff)
downloadghdl-dfc2238813b6a8caa6dfae91ae6838dbd8ef218a.tar.gz
ghdl-dfc2238813b6a8caa6dfae91ae6838dbd8ef218a.tar.bz2
ghdl-dfc2238813b6a8caa6dfae91ae6838dbd8ef218a.zip
elab-vhdl_values-debug: add disp_type_short
Diffstat (limited to 'src/synth/elab-vhdl_values-debug.ads')
-rw-r--r--src/synth/elab-vhdl_values-debug.ads3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/synth/elab-vhdl_values-debug.ads b/src/synth/elab-vhdl_values-debug.ads
index 6972a1b3e..000cd59c5 100644
--- a/src/synth/elab-vhdl_values-debug.ads
+++ b/src/synth/elab-vhdl_values-debug.ads
@@ -20,4 +20,7 @@ package Elab.Vhdl_Values.Debug is
procedure Debug_Valtyp (V : Valtyp);
procedure Debug_Memtyp (M : Memtyp);
procedure Debug_Typ (T : Type_Acc);
+
+ -- Short description, no newline.
+ procedure Debug_Type_Short (T : Type_Acc);
end Elab.Vhdl_Values.Debug;