forked from M-Labs/artiq-zynq
cxp upconn: update doc
This commit is contained in:
parent
868ac41060
commit
97bf7e72b7
|
@ -254,7 +254,7 @@ class TxIdle(Module):
|
||||||
self.word_idx = Signal(max=4)
|
self.word_idx = Signal(max=4)
|
||||||
# # #
|
# # #
|
||||||
|
|
||||||
# CXP 2.1 section 9.2.5
|
# section 9.2.5 (CXP-001-2021)
|
||||||
IDLE_CHARS = Array([
|
IDLE_CHARS = Array([
|
||||||
#[char, k]
|
#[char, k]
|
||||||
[0b10111100, 1], #K28.5
|
[0b10111100, 1], #K28.5
|
||||||
|
|
Loading…
Reference in New Issue