From 47988d8cd342075cb7721a2c14db3f113651d103 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Wed, 29 Aug 2018 18:08:50 +0200 Subject: [PATCH] frontend/axi: remove alignment limitation since we are in fact supporting unaligned transfers as described in the specification. --- litedram/frontend/axi.py | 1 - 1 file changed, 1 deletion(-) diff --git a/litedram/frontend/axi.py b/litedram/frontend/axi.py index d955bf1..3b4ba92 100644 --- a/litedram/frontend/axi.py +++ b/litedram/frontend/axi.py @@ -11,7 +11,6 @@ Features: Limitations: - Write response always supposed to be ready. -- No address alignment (address must be aligned on PHY's datawidth) - No reordering. """