Pro catalog
Arbiters
Round-robin, fixed-priority, and grant-based resource arbiters.
Category overview
Round-robin, fixed-priority, and grant-based resource arbiters.
IP blocks
-
A 4-channel round-robin arbiter with priority rotation to ensure fair access to shared resources.
-
A 4-input sliding window arbiter with configurable window size and round-robin priority.
-
Combinational fixed-priority arbiter for 4 request lines with static priority encoding.
-
Round-robin arbiter with grant hold mechanism for 4 requests.
-
A 4-input LRU arbiter that grants access to the requester idle the longest using a recency vector.
-
A lock-free arbiter that grants access to the lowest-priority active request and holds the grant until acknowledgment, supporting backpressure.
-
4-port Least-Recently-Granted matrix arbiter with round-robin fairness.
-
A 4-input token-ring arbiter that rotates a one-hot grant token to the next active requester, ensuring fair access.
-
A 4-requestor priority arbiter using global weight and lowest-index tie-breaking.