From 61d12a343168d2da21c4ff5e67e1fa11a870a50a Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Thu, 12 Feb 2015 20:45:15 +0100 Subject: [PATCH] fix transport_rx_description (detected with new Migen check) --- litesata/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), -- 2.30.2