aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/simulate/simul-debugger-ams.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/simulate/simul-debugger-ams.adb')
-rw-r--r--src/vhdl/simulate/simul-debugger-ams.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vhdl/simulate/simul-debugger-ams.adb b/src/vhdl/simulate/simul-debugger-ams.adb
index 828e5bdbc..2c5098839 100644
--- a/src/vhdl/simulate/simul-debugger-ams.adb
+++ b/src/vhdl/simulate/simul-debugger-ams.adb
@@ -18,7 +18,7 @@
with Simple_IO; use Simple_IO;
with Vhdl.Utils; use Vhdl.Utils;
-with Vhdl.Disp_Vhdl;
+with Vhdl.Prints;
package body Simul.Debugger.AMS is
procedure Disp_Quantity_Name (Quantity : Quantity_Index_Type)
@@ -46,7 +46,7 @@ package body Simul.Debugger.AMS is
when Op_Quantity =>
Disp_Quantity_Name (Term.Quantity);
when Op_Vhdl_Expr =>
- Vhdl.Disp_Vhdl.Disp_Expression (Term.Vhdl_Expr);
+ Vhdl.Prints.Disp_Expression (Term.Vhdl_Expr);
end case;
end Disp_Term;