Rapid arbiter implementation method and device thereof
An implementation method and arbiter technology, which are applied in the field of fast arbiter implementation and devices, can solve the problems that cannot be used in high-speed multi-master equipment occasions, and low efficiency
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Examples
Embodiment Construction
[0016] Input signal Req (request signal), output signal Grant (authorization signal).
[0017] To implement the priority arbiter, the complement of Req (the request signal) is computed and the result is bitwise ANDed with the Req signal.
[0018] grant=req&((~req)+1) (1)
[0019] The bit with the lowest result being 1 has the highest priority.
[0020] In order to implement the polling arbitrator, we need to save the previous Grant signal, namely GrantM. We use this signal area to block authorized signals
[0021] req_s=req&(~((grantM-1)|grantM)) (2)
[0022] The least significant bit is obtained by (1) formula. The last step in implementing a fast arbiter is to choose between Grant and Grant_s. If all authorization signals have been blocked, select grant, otherwise select Grant_s.
[0023] grant_s=req_s&(~(req_s)+1) (3)
PUM

Abstract
Description
Claims
Application Information

- R&D
- Intellectual Property
- Life Sciences
- Materials
- Tech Scout
- Unparalleled Data Quality
- Higher Quality Content
- 60% Fewer Hallucinations
Browse by: Latest US Patents, China's latest patents, Technical Efficacy Thesaurus, Application Domain, Technology Topic, Popular Technical Reports.
© 2025 PatSnap. All rights reserved.Legal|Privacy policy|Modern Slavery Act Transparency Statement|Sitemap|About US| Contact US: help@patsnap.com