summaryrefslogtreecommitdiff
path: root/src/grt/grt-types.ads
diff options
context:
space:
mode:
authorTristan Gingold2015-10-30 07:11:28 +0100
committerTristan Gingold2015-10-30 07:11:28 +0100
commitce10f7dbd57cb5d2273567aa536bfce79620849c (patch)
tree62fdd99a17aa09a04166e014444aeb8b732dce81 /src/grt/grt-types.ads
parentab70415983fec433dd35aea6cc8b107699a5aff0 (diff)
downloadghdl-ce10f7dbd57cb5d2273567aa536bfce79620849c.tar.gz
ghdl-ce10f7dbd57cb5d2273567aa536bfce79620849c.tar.bz2
ghdl-ce10f7dbd57cb5d2273567aa536bfce79620849c.zip
Rework callbacks, support cocotb.
Diffstat (limited to 'src/grt/grt-types.ads')
-rw-r--r--src/grt/grt-types.ads3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/grt/grt-types.ads b/src/grt/grt-types.ads
index c0b3c3b..7198711 100644
--- a/src/grt/grt-types.ads
+++ b/src/grt/grt-types.ads
@@ -313,9 +313,6 @@ package Grt.Types is
-- The NOW value.
Current_Time : Std_Time;
- -- Copy of Current_Time before updating it.
- -- To be used by hooks.
- Cycle_Time : Std_Time;
-- The current delta cycle number.
Current_Delta : Integer;
private