aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/grt-astdio.ads
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/grt/grt-astdio.ads
parentb268324b35da6e949c610e9cc3feb56596a8e17b (diff)
downloadghdl-42e2e02a5f0d0e305561b44984a41391b04c157d.tar.gz
ghdl-42e2e02a5f0d0e305561b44984a41391b04c157d.tar.bz2
ghdl-42e2e02a5f0d0e305561b44984a41391b04c157d.zip
Extract grt.astdio.vhdl from grt.astdio.
Diffstat (limited to 'src/grt/grt-astdio.ads')
-rw-r--r--src/grt/grt-astdio.ads10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/grt/grt-astdio.ads b/src/grt/grt-astdio.ads
index c496afe07..a465fa51e 100644
--- a/src/grt/grt-astdio.ads
+++ b/src/grt/grt-astdio.ads
@@ -42,20 +42,10 @@ package Grt.Astdio is
procedure Put (Stream : FILEs; C : Character);
procedure New_Line (Stream : FILEs);
- -- Display time with unit, without space.
- -- Eg: 10ns, 100ms, 97ps...
- procedure Put_Time (Stream : FILEs; Time : Std_Time);
-
-- And on stdout.
procedure Put (Str : String);
procedure Put (C : Character);
procedure New_Line;
procedure Put_Line (Str : String);
procedure Put (Str : Ghdl_C_String);
-
- -- Put STR using put procedures.
- procedure Put_Str_Len (Stream : FILEs; Str : Ghdl_Str_Len_Type);
-
- -- Put " to " or " downto ".
- procedure Put_Dir (Stream : FILEs; Dir : Ghdl_Dir_Type);
end Grt.Astdio;