frontend/axi: remove alignment limitation since we are in fact supporting unaligned transfers as described in the specification.

This commit is contained in:
Florent Kermarrec 2018-08-29 18:08:50 +02:00
parent 6cc42c63c5
commit 47988d8cd3

View file

@ -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.
"""