From: Florent Kermarrec Date: Thu, 12 Feb 2015 19:45:15 +0000 (+0100) Subject: fix transport_rx_description (detected with new Migen check) X-Git-Tag: 24jan2021_ls180~2572^2~7 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=61d12a343168d2da21c4ff5e67e1fa11a870a50a;p=litex.git fix transport_rx_description (detected with new Migen check) --- diff --git a/litesata/common.py b/litesata/common.py index 743edeb8..40129396 100644 --- a/litesata/common.py +++ b/litesata/common.py @@ -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),