aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/grt-options.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-01-06 16:55:37 +0100
committerTristan Gingold <tgingold@free.fr>2019-01-06 19:42:13 +0100
commita29a52833f5d8d3281b56d0ec4540c5ea272a560 (patch)
treeee6b3bfa3f30f3789b4e3367e6a85bd7105206ed /src/grt/grt-options.ads
parentd15e01d94c1d6561a38e3780f9199a55611fde7f (diff)
downloadghdl-a29a52833f5d8d3281b56d0ec4540c5ea272a560.tar.gz
ghdl-a29a52833f5d8d3281b56d0ec4540c5ea272a560.tar.bz2
ghdl-a29a52833f5d8d3281b56d0ec4540c5ea272a560.zip
simul: fix handling of time resolution.
Diffstat (limited to 'src/grt/grt-options.ads')
-rw-r--r--src/grt/grt-options.ads3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/grt/grt-options.ads b/src/grt/grt-options.ads
index fa7e1f660..32852d650 100644
--- a/src/grt/grt-options.ads
+++ b/src/grt/grt-options.ads
@@ -65,6 +65,9 @@ package Grt.Options is
subtype Natural_Time_Scale is Natural range 0 .. 5;
Time_Resolution_Scale : Natural_Time_Scale;
+ -- Set Time_Resolution_Scale from Flag_String.
+ procedure Set_Time_Resolution;
+
-- Display options help.
-- Should not be called directly.
procedure Help;