forked from M-Labs/artiq-zynq
frameline: update docs
This commit is contained in:
parent
dd5a71517b
commit
500ff12997
@ -364,7 +364,7 @@ class Frame_Header_Reader(Module):
|
||||
self.metadata = SimpleNamespace()
|
||||
idx = 0
|
||||
for name, size in img_header_layout:
|
||||
# CXP use MSB even when sending duplicate chars
|
||||
# CXP also use MSB when sending duplicate chars in sequence
|
||||
setattr(self.metadata, name, switch_endianness(packet_buffer[idx:idx+size]))
|
||||
idx += size
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user