Skip to content

Commit

Permalink
rtio: remove debug print
Browse files Browse the repository at this point in the history
sbourdeauducq committed Nov 23, 2016
1 parent 4e931c7 commit d400c81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion artiq/gateware/rtio/core.py
Original file line number Diff line number Diff line change
@@ -333,7 +333,6 @@ def __init__(self, channels, guard_io_cycles=20):
if hasattr(o_manager.ev, "address"):
self.comb += o_manager.ev.address.eq(self.cri.o_address)
ts_shift = len(self.cri.o_timestamp) - len(o_manager.ev.timestamp)
print(n, ts_shift, channel)
self.comb += o_manager.ev.timestamp.eq(self.cri.o_timestamp[ts_shift:])

self.comb += o_manager.we.eq(selected & (self.cri.cmd == cri.commands["write"]))

0 comments on commit d400c81

Please sign in to comment.