mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
fix transport_rx_description (detected with new Migen check)
This commit is contained in:
parent
69451c753f
commit
61d12a3431
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ def transport_rx_description(dw):
|
|||
("d", 1),
|
||||
("i", 1),
|
||||
("status", 8),
|
||||
("error", 8),
|
||||
("errors", 8),
|
||||
("lba", 48),
|
||||
("device", 8),
|
||||
("count", 16),
|
||||
|
|
Loading…
Reference in a new issue