Update AXI4Fragmenter docs
This commit is contained in:
@@ -200,10 +200,11 @@ transactions.
|
|||||||
AXI4Fragmenter
|
AXI4Fragmenter
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
The AXI4Fragmenter is similar to the :ref:`TileLink-Diplomacy-Reference/Widgets:TLFragmenter`, except it can only
|
The AXI4Fragmenter is similar to the :ref:`TileLink-Diplomacy-Reference/Widgets:TLFragmenter`.
|
||||||
break multi-beat AXI4 transactions into single-beat transactions. This
|
The AXI4Fragmenter slices all AXI accesses into simple power-of-two sized and aligned transfers
|
||||||
effectively serves as an AXI4 to AXI4-Lite converter. The constructor for this
|
of the largest size supported by the manager. This makes it suitable as a first stage transformation
|
||||||
widget does not take any arguments.
|
to apply before an AXI4=>TL bridge. It also makes it suitable for placing after TL=>AXI4 bridge
|
||||||
|
driving an AXI-lite slave.
|
||||||
|
|
||||||
**Example Usage:**
|
**Example Usage:**
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user