Skip to content

Commit

Permalink
gateware/rtio/analyzer: fix exception message layout
Browse files Browse the repository at this point in the history
sbourdeauducq committed Dec 18, 2015
1 parent 10d4bfb commit 64ad388
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions artiq/gateware/rtio/analyzer.py
Original file line number Diff line number Diff line change
@@ -19,10 +19,10 @@
exception_layout = [
("message_type", 2),
("channel", 30),
("padding", 64),
("padding0", 64),
("rtio_counter", 64),
("exception_type", 8),
("padding", 88)
("padding1", 88)
]

assert layout_len(input_output_layout) == 256

0 comments on commit 64ad388

Please sign in to comment.