From 19a9154fb3fadd0a33a6826e525091a9a75687e4 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sat, 4 May 2019 22:12:13 +0200 Subject: vhdl: move disp_tree and disp_vhdl as vhdl child. --- src/ghdldrv/ghdlprint.adb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ghdldrv/ghdlprint.adb') diff --git a/src/ghdldrv/ghdlprint.adb b/src/ghdldrv/ghdlprint.adb index 7156be9e9..231f156ac 100644 --- a/src/ghdldrv/ghdlprint.adb +++ b/src/ghdldrv/ghdlprint.adb @@ -36,7 +36,7 @@ with Xrefs; with Sem_Lib; use Sem_Lib; with Ghdlmain; use Ghdlmain; with Ghdllocal; use Ghdllocal; -with Disp_Vhdl; +with Vhdl.Disp_Vhdl; with Elocations; package body Ghdlprint is @@ -1006,7 +1006,7 @@ package body Ghdlprint is Next_Unit := Get_Chain (Unit); if Errorout.Nbr_Errors = 0 then - Disp_Vhdl.Disp_Vhdl (Unit); + Vhdl.Disp_Vhdl.Disp_Vhdl (Unit); Set_Chain (Unit, Null_Iir); Libraries.Add_Design_Unit_Into_Library (Unit); end if; -- cgit v1.2.3