aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/grt-options.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/grt/grt-options.ads')
-rw-r--r--src/grt/grt-options.ads4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/grt/grt-options.ads b/src/grt/grt-options.ads
index fa29cc85f..d9ea57bc5 100644
--- a/src/grt/grt-options.ads
+++ b/src/grt/grt-options.ads
@@ -64,6 +64,10 @@ package Grt.Options is
subtype Natural_Time_Scale is Natural range 0 .. 5;
Time_Resolution_Scale : Natural_Time_Scale;
+ -- For AMS, conversion factors.
+ Time_Phys_To_Real : Ghdl_F64;
+ Time_Real_To_Phys : Ghdl_F64;
+
-- Set Time_Resolution_Scale from Flag_String.
procedure Set_Time_Resolution;