Commit 66f64a97 authored by Wesley W. Terpstra's avatar Wesley W. Terpstra Committed by GitHub
Browse files

tilelink2 ToAXI4: don't interlock R+W for non-FIFO masters (#822)

idCount <= 1 implies that no more than one transaction can be inflight,
so there is no need to interlock R+W. However, when stripBits > 0, it is
possible for a non-FIFO master to have > 1 idCount. In this case, we
also don't need to interlock R+W.
parent 72c46e6c
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment