You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 29, 2021. It is now read-only.
{"label": "SRST", "type": "RW", "width": "32", "default": "x\"00000000\"", "desc": "software resetn -- TODO this probably needs moving out of FEMstr regs to a global reg.bank"},
23
+
{"label": "RVSR", "type": "RW", "width": "32", "default": "x\"00000000\"", "desc": "used as control input to direction controller"},
24
+
{"label": "TDIR", "type": "RW", "width": "32", "default": "x\"00000000\"", "desc": "used to select direction (cw or ccw) on which slwo control goes out"},
25
+
{"label": "RDIR", "type": "RW", "width": "32", "default": "x\"00000000\"", "desc": "used to select rx engine (cw or ccw) on which slow control are received"},
26
+
{"label": "TYME", "type": "RW", "width": "32", "default": "x\"00000000\"", "desc": "time to be loaded upon a strobe (see also LDST)"},
27
+
{"label": "LDST", "type": "RW", "width": "32", "default": "x\"00000000\"", "desc": "bit 0 = artificial strobe, causes local time registers to begin counting; bit 1 = load signal, tells local time regs to stop counting and re-latch TYME and wait for a strobe"},
28
+
{"label": "MS", "type": "RO", "width": "32", "vec": "24", "default": "x\"00000000\"", "desc": "snapshots of the local time according to tx engines"},
29
+
{"label": "TM", "type": "RO", "width": "32", "vec": "24", "default": "x\"00000000\"", "desc": "time when a 'set time' slow-control was sent to ring (used in t-o-f measurements)"},
30
+
{"label": "RM", "type": "RO", "width": "32", "vec": "24", "default": "x\"00000000\"", "desc": "time the most recent slow-control reply was received (used in t-o-f measurements)"},
31
+
{"label": "TMOF", "type": "RW", "width": "32", "default": "x\"00000000\"", "desc": "time-of-flight offset that gets added to current time when sending tiome to slaves"},
32
+
{"label": "TPLS", "type": "RW", "width": "32", "default": "x\"00000000\"", "desc": "time at which to emit a pulse (e.g. for viewing pulse per sec on 'scope)"},
{"label": "RVSR_SLV", "type": "RW", "width": "32", "default": "x\"FFFFFFFF\"", "desc": "Reverse ring-interconnetc direction (0x1 causes CW RX pkts to go out on CCW TX"},
18
+
{"label": "BRDY_SLV", "type": "RW", "width": "32", "default": "x\"00000000\"", "desc": "Ready signal to fifo holding bulk data ( bit 0 = ready to fifo holding data destined for CW; bit 4 = ready to fifo holding data destined for CCW;"},
0 commit comments