From aadf5112b7e97d234cbdb5bb8de967cf79aef510 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 8 Nov 2018 00:02:44 +0800 Subject: [PATCH] rtio: remove incorrect comment --- artiq/gateware/rtio/cri.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/artiq/gateware/rtio/cri.py b/artiq/gateware/rtio/cri.py index bd1e336b3..f3b968d60 100644 --- a/artiq/gateware/rtio/cri.py +++ b/artiq/gateware/rtio/cri.py @@ -61,8 +61,6 @@ class Interface(Record): class KernelInitiator(Module, AutoCSR): def __init__(self, tsc, cri=None): self.target = CSRStorage(32) - # monotonic, may lag behind the counter in the IO clock domain, but - # not be ahead of it. self.timestamp = CSRStorage(64) # Writing timestamp clears o_data. This implements automatic