Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/SpinalHDL/Libraries/stream.rst
Original file line number Diff line number Diff line change
Expand Up @@ -482,8 +482,8 @@ When you have multiple Streams and you want to arbitrate them to drive a single
* - transactionLock
- The port selection is locked until the transaction on the selected port is consumed.
* - fragmentLock
- | Could be used to arbitrate Stream[Flow[T]].
| In this mode, the port selection is locked until the selected port finish is burst (last=True).
- | Could be used to arbitrate Stream[Fragment[T]].
| In this mode, the port selection is locked until the selected port finish its burst (last=True).

.. list-table::
Expand Down
Loading