aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdlsynth.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-05-01 11:44:38 +0200
committerTristan Gingold <tgingold@free.fr>2022-05-01 11:44:38 +0200
commit00270a7ae84a789406211476b04c7002853ab223 (patch)
tree7873478adb2ca5f2258ad08eaf5bb16c694fefb5 /src/ghdldrv/ghdlsynth.adb
parent89a364a5fb48e9ef0f7a30b94adaa4c64c6faa18 (diff)
downloadghdl-00270a7ae84a789406211476b04c7002853ab223.tar.gz
ghdl-00270a7ae84a789406211476b04c7002853ab223.tar.bz2
ghdl-00270a7ae84a789406211476b04c7002853ab223.zip
elab-vhdl_debug: also print objects in disp_hierarchy
Diffstat (limited to 'src/ghdldrv/ghdlsynth.adb')
-rw-r--r--src/ghdldrv/ghdlsynth.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ghdldrv/ghdlsynth.adb b/src/ghdldrv/ghdlsynth.adb
index e94afb64a..89356735a 100644
--- a/src/ghdldrv/ghdlsynth.adb
+++ b/src/ghdldrv/ghdlsynth.adb
@@ -677,7 +677,7 @@ package body Ghdlsynth is
raise Errorout.Compilation_Error;
end if;
- Elab.Vhdl_Debug.Disp_Hierarchy (Inst, 0, True);
+ Elab.Vhdl_Debug.Disp_Hierarchy (Inst, True);
end Perform_Action;
procedure Register_Commands is