mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-25 03:08:27 +08:00
rtio: remove incorrect comment
This commit is contained in:
parent
fae95e73ad
commit
aadf5112b7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user