Skip to content

Commit

Permalink
rtio: move CRI write comment to more appropriate location
Browse files Browse the repository at this point in the history
  • Loading branch information
sbourdeauducq committed Mar 29, 2018
1 parent e83863a commit f077176
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions artiq/gateware/rtio/cri.py
Expand Up @@ -6,6 +6,11 @@
from misoc.interconnect.csr import *


# CRI write happens in 3 cycles:
# 1. set timestamp and channel
# 2. set other payload elements and issue write command
# 3. check status

commands = {
"nop": 0,

Expand Down
5 changes: 0 additions & 5 deletions artiq/gateware/rtio/sed/lane_distributor.py
Expand Up @@ -7,11 +7,6 @@
__all__ = ["LaneDistributor"]


# CRI write happens in 3 cycles:
# 1. set timestamp and channel
# 2. set other payload elements and issue write command
# 3. check status

class LaneDistributor(Module):
def __init__(self, lane_count, seqn_width, layout_payload,
compensation, glbl_fine_ts_width,
Expand Down

0 comments on commit f077176

Please sign in to comment.