aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/simulate/simul-execution.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2018-12-16 08:03:37 +0100
committerTristan Gingold <tgingold@free.fr>2018-12-16 14:07:04 +0100
commit42e2e02a5f0d0e305561b44984a41391b04c157d (patch)
tree6d5ff943da0e064f41cdecb0214942bbd9978bac /src/vhdl/simulate/simul-execution.adb
parentb268324b35da6e949c610e9cc3feb56596a8e17b (diff)
downloadghdl-42e2e02a5f0d0e305561b44984a41391b04c157d.tar.gz
ghdl-42e2e02a5f0d0e305561b44984a41391b04c157d.tar.bz2
ghdl-42e2e02a5f0d0e305561b44984a41391b04c157d.zip
Extract grt.astdio.vhdl from grt.astdio.
Diffstat (limited to 'src/vhdl/simulate/simul-execution.adb')
-rw-r--r--src/vhdl/simulate/simul-execution.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vhdl/simulate/simul-execution.adb b/src/vhdl/simulate/simul-execution.adb
index 451889bc9..fd8e4bdbc 100644
--- a/src/vhdl/simulate/simul-execution.adb
+++ b/src/vhdl/simulate/simul-execution.adb
@@ -34,7 +34,7 @@ with Str_Table;
with Files_Map;
with Iir_Chains; use Iir_Chains;
with Simul.Simulation; use Simul.Simulation;
-with Grt.Astdio;
+with Grt.Astdio.Vhdl;
with Grt.Stdio;
with Grt.Options;
with Grt.Vstrings;
@@ -4249,7 +4249,7 @@ package body Simul.Execution is
Put (Standard_Output, Disp_Location (Stmt));
Put (Standard_Output, ":@");
- Grt.Astdio.Put_Time (Grt.Stdio.stdout, Current_Time);
+ Grt.Astdio.Vhdl.Put_Time (Grt.Stdio.stdout, Current_Time);
-- 1: an indication that this message is from an assertion.
Put (Standard_Output, ":(");