aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/grt-wave_opt-file-debug.adb
diff options
context:
space:
mode:
authortgingold <tgingold@users.noreply.github.com>2016-11-02 17:32:25 +0100
committerGitHub <noreply@github.com>2016-11-02 17:32:25 +0100
commit4c7c53b2fb53cd6ff03776b4ce47f6e9f30fd52f (patch)
tree848058e06948a9f57411d33db1d96cd3f47969ac /src/grt/grt-wave_opt-file-debug.adb
parent820589831ff4217081f863b206793a42b9260fd0 (diff)
parentdf259b99050928cd72874377d7797c0de797935b (diff)
downloadghdl-4c7c53b2fb53cd6ff03776b4ce47f6e9f30fd52f.tar.gz
ghdl-4c7c53b2fb53cd6ff03776b4ce47f6e9f30fd52f.tar.bz2
ghdl-4c7c53b2fb53cd6ff03776b4ce47f6e9f30fd52f.zip
Merge pull request #184 from Jonsba/jonsba/signals_selection
Support added for * and **. Current version set to 1.1
Diffstat (limited to 'src/grt/grt-wave_opt-file-debug.adb')
-rw-r--r--src/grt/grt-wave_opt-file-debug.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grt/grt-wave_opt-file-debug.adb b/src/grt/grt-wave_opt-file-debug.adb
index 44878077a..0ecc1e840 100644
--- a/src/grt/grt-wave_opt-file-debug.adb
+++ b/src/grt/grt-wave_opt-file-debug.adb
@@ -56,7 +56,7 @@ package body Grt.Wave_Opt.File.Debug is
while Sibling_Cursor /= null loop
Put ((3 .. 2 * Sibling_Cursor.Level => ' '));
Put ('/');
- Put_Line (Sibling_Cursor.Name.all);
+ Put_Line (Sibling_Cursor.Expr.all);
Dump_Sub_Tree (Sibling_Cursor.Next_Child);
Sibling_Cursor := Sibling_Cursor.Next_Sibling;
end loop;