forked from M-Labs/artiq
1
0
Fork 0

gateware/rtio/analyzer: fix exception message layout

This commit is contained in:
Sebastien Bourdeauducq 2015-12-18 18:27:06 +08:00
parent 10d4bfba38
commit 64ad38854b
1 changed files with 2 additions and 2 deletions

View File

@ -19,10 +19,10 @@ input_output_layout = [
exception_layout = [ exception_layout = [
("message_type", 2), ("message_type", 2),
("channel", 30), ("channel", 30),
("padding", 64), ("padding0", 64),
("rtio_counter", 64), ("rtio_counter", 64),
("exception_type", 8), ("exception_type", 8),
("padding", 88) ("padding1", 88)
] ]
assert layout_len(input_output_layout) == 256 assert layout_len(input_output_layout) == 256