HIGH-SPEED STARVATION-FREE ARBITER SYSTEM, ROTATING-PRIORITY ARBITER, AND TWO-STAGE ARBITRATION METHOD

-

A two-stage arbiter system comprises a first-stage arbiter to grant a request to one of a plurality of requesters in accordance with a first arbitration scheme and a second-stage arbiter to grant one of the remaining requests in accordance with a second arbitration scheme. The first arbitration scheme may be a fast arbitration scheme such as a fixed-priority scheme, and the second arbitration scheme may be a rotating priority-based arbitration scheme or a least-recently-granted arbitration scheme. The first-stage arbiter may operate in a first pipelined stage, and the second-stage arbiter may operate in a second pipelined stage. Two-stage arbitration may help improve access of lower-priority requestors in a pipelined system. In one embodiment, a rotating-priority arbitrator includes a pseudo-random number generator to generate an amount for rotating priorities prior to arbitration. The rotating-priority arbiter may use either a counter or linear-feedback shift register to rotate priorities of requests.

Skip to: Description  ·  Claims  · Patent History  ·  Patent History
Description

This application is a divisional of U.S. patent application Ser. No. 10/445,533, filed on May 27, 2003, which is incorporated herein by reference.

TECHNICAL FIELD

The present invention pertains to arbiters and in particular to arbiters for use in pipelined systems.

BACKGROUND

Pipelined systems generally have a need for fast arbitration schemes to allocate a shared resource among several requesters. One problem with fast arbitration schemes, such as a fixed-priority arbiter, is that fast arbitration schemes are not always fair because preference may be given to higher-priority requesters. Another problem with such fast arbitration schemes is that they may cause starvation because a requestor with a lower priority may never be granted use of the shared resource. Slower arbitration schemes may help ensure fairness and may help prevent starvation, however slower arbitration schemes may result in significant processing delays in pipelined systems.

Thus there is a need for an improved arbiter and method of arbitration suitable for use in a pipelined system.

BRIEF DESCRIPTION OF THE DRAWINGS

The appended claims are directed to some of the various embodiments of the present invention. However, the detailed description presents a more complete understanding of embodiments of the present invention when considered in connection with the figures, wherein like reference numbers refer to similar items throughout the figures and:

FIG. 1 is a block diagram of a processing system in accordance with embodiments of the present invention;

FIG. 2 is a block diagram of a two-level arbiter system in accordance with embodiments of the present invention;

FIG. 3 is a block diagram of a rotating-priority arbiter element in accordance with embodiments of the present invention; and

FIG. 4 is a flow chart of a two-stage arbitration procedure in accordance with embodiments of the present invention.

DETAILED DESCRIPTION

The following description and the drawings illustrate specific embodiments of the invention sufficiently to enable those skilled in the art to practice them. Other embodiments may incorporate structural, logical, electrical, process, and other changes. Examples merely typify possible variations. Individual components and functions are optional unless explicitly required, and the sequence of operations may vary. Portions and features of some embodiments may be included in or substituted for those of others. The scope of embodiments of the invention encompasses the full ambit of the claims and all available equivalents of those claims.

FIG. 1 is a block diagram of a processing system in accordance with embodiments of the present invention. Processing system 100 may be part of any computing or processing system including computer systems, server systems, and wireless communication devices and systems. In some embodiments, system 100 may be part of a pipelined system. System 100 comprises arbiter system 102 which receives requests 104 from a plurality of requestors 106 requesting use of shared resource 108. In accordance with at least some embodiments of the present invention, arbiter system 102 may grant the requests in accordance with a two-stage arbitration scheme which may improve access of lower-priority requesters to shared resource 108. In some embodiments, arbiter system 102 may comprise a rotating-priority arbiter.

Requestors 106 may include any device or element that requests use of a shared resource. For example, requestors 106 may include, among other things, portions of a processor, direct memory access (DMA) units, network interfaces, digital signal processors (DSPs), etc.

Shared resource 108 may include one or more resources that may be shared among requesters 106. Requestors 106 may include, for example, memory controllers, processors and processing resources including cryptographic processors, network controllers including wireless local area network controllers, signal processors, a shared bus, shared memory resources, floating-point units (FPUs), application accelerators, and/or data acquisition devices. When granted access, requesters 106 may access one or more of shared resources 108 over a communication path, such as bus 114, although requestors 106 may access shared resources by other techniques, including, for example, multi-port access, access through a cross-bar switch or switch fabric, or access through nearest neighbor communications.

In one embodiment, system 100 may be coupled to or may be part of wireless transceiver 111. In this embodiment, receiver 110 may comprise at least one of requesters 106 and may receive communications through antenna 112. In this embodiment, system 100 including receiver 110 and antenna 112 may be part of a wireless communication device, such as a personal digital assistant (PDA), a laptop or portable computer with wireless communication capability, a web tablet, a wireless telephone, a wireless headset, a pager, an instant messaging device, an MP3 player, a digital camera, an access point, or other device that may receive and/or transmit information wirelessly. In this embodiment, receiver 110 may receive RF communications in accordance with specific communication standards, such as the IEEE 802.11(a), 802.11(b) and/or 802.11(g) standards for wireless local area network standards, although receiver 110 may receive communications in accordance with other techniques including Digital Video Broadcasting Terrestrial (DVB-T) broadcasting standard, and the High performance radio Local Area Network (HiperLAN) standard. Antenna 112 may be almost any type of antenna including a dipole antenna, a monopole antenna, a loop antenna, a microstrip antenna or other type of antenna suitable for reception and/or transmission of RF signals, which may be processed by receiver 110.

As used herein, priority-based arbitration refers to a method of distributing resources in which some requesters are given preferential treatment according to their assigned priority. When multiple requestors ask for the same resource, it is granted to the requester with the highest priority. The priority assigned to each requester may be fixed, or programmable, or may change over time via a variety of algorithms. Unfair arbitration refers to an arbitration method that may not give all requesters an equal opportunity to obtain the resource. Fairer arbitration is an arbitration scheme that comes closer to being fair (that is, to treating all requestors about the same) than some other scheme. Fixed-priority arbitration is an arbitration scheme in which a priority assigned to each requestor may be fixed and generally does not change over time. Least-recently-granted arbitration is an arbitration scheme that grants a resource to the requestor that has not been granted the resource for the longest period of time. For example, if requesters A and B both request the same resource, and requestor A was last granted the resource 100 clock cycles ago, and requestor B was last granted the resource more than 100 clock cycles ago (or had never been granted the resource), the resource would be granted to requester B when least-recently granted arbitration is implemented.

Although system 100 is illustrated as having several separate functional elements, one or more of the functional elements may be combined and may be implemented by combinations of software configured elements, such as processing elements including digital signal processors (DSPs), and/or other hardware elements. For example, processing elements may comprise one or more microprocessors, DSPs, application specific integrated circuits (ASICs), and combinations of various hardware and logic circuitry for at least performing the functions described herein.

Unless specifically stated otherwise, terms such as processing, computing, calculating, determining, displaying, or the like, may refer to an action and/or process of one or more processing or computing systems or similar devices that may manipulate and transform data represented as physical (e.g., electronic) quantities within a processing system's registers and memory into other data similarly represented as physical quantities within the processing system's registers or memories, or other such information storage, transmission or display devices. Furthermore, as used herein, computing device includes one or more processing elements coupled with computer readable memory that may be volatile or non-volatile memory or a combination thereof.

FIG. 2 is a block diagram of a two-level arbiter system in accordance with embodiments of the present invention. Embodiments of the present invention provide a high-speed starvation-free arbiter system, and two-stage arbitration method, although the scope of the invention is not limited in this respect. A rotating-priority arbiter system is also provided that uses either a counter or pseudo-random number generator to rotate priorities of requests.

Two-level arbiter system 200 may be suitable for use as arbiter system 102 (FIG. 1), although other arbiter systems may also be suitable. System 200 may implement a two-level arbitration scheme which may improve access of lower-priority requesters to a shared resource, such as shared resource 108 (FIG. 1). Arbiter system 200 includes first-stage arbiter 202 to grant one of requests 204 from one of a plurality of requesters, such as requesters 106 (FIG. 1), in accordance with an arbitration scheme implemented by arbiter 202. Arbiter system 200 also includes second-stage arbiter 206 to grant a remaining one of requests 204 in accordance with an arbitration scheme implemented by arbiter 206. In other words, second stage arbiter 206 may arbitrate among the requests that were not granted by first-stage arbiter 202. Second-stage arbiter 206 may exclude one or more of the requests 204 that were granted by first-stage arbiter 202.

In one embodiment, the arbitration scheme implemented by arbiter 202 may comprise a priority encoder and may implement a fixed-priority arbitration scheme. In this embodiment, first-stage arbiter 202 may grant a request to one of the plurality of requests 204 having a higher or highest priority. First-stage arbiter 202 may also implement round-robin arbitration schemes, random arbitration schemes, rotating-priority arbitration schemes, least-recently-serviced arbitration schemes, etc. In one embodiment, the arbitration scheme implemented by second-stage arbiter 206 may be a priority-based arbitration with rotating prioritization of the remaining requesters. In yet another embodiment, the arbitration scheme implemented by second-stage arbiter 206 may include a least-recently granted arbitration scheme. This two-stage arbitration scheme may help improve access of lower-priority requesters to a shared resource.

In one embodiment, first-stage arbiter 202 may operate in a first-pipeline stage of a pipelined system such as system 100 (FIG. 1), and second-stage arbiter 206 may operate in a second-pipeline stage which follows the first-pipeline stage. First-stage arbiter 202 may operate during a first clock cycle of the pipeline and second-stage arbiter 206 may operate during a second or subsequent clock cycle of the pipeline.

System 200 may include logic circuitry, such as a plurality of multiplexers 208, to multiplex outputs from first-stage and second-stage arbiters 202, 206 to provide a plurality of grant outputs 210. The logic circuitry may also include, for example, inverters 212 and ‘AND’ gates 214 to exclude one or more requests granted by first-stage arbiter 202 and provide non-excluded/previously denied requests from the remaining requesters to second-stage arbiter 206. In embodiments, second-stage arbiter 206 may assert fair-select signal 216 when operating to allow multiplexers 208 to provide grant outputs 110 from second-stage arbiter 206 instead of from first-stage arbiter 202. Second-stage arbiter 206 may assert fair-select signal 216 when it provides a grant to a previously denied request.

Arbiters 202 and 206 may be comprised of logic circuitry to implement a predetermined arbitration scheme. In other embodiments, one or more state machines may implement the arbitration scheme of arbiters 202 and 206.

In another embodiment, system 200 may be a multi-stage arbiter having more than two arbitration stages. In this embodiment, system 200 may include third-stage arbiter 218 to grant a request to one of the still yet remaining requests after second-stage arbiter 206 grants one of the previously denied requests.

In some embodiments, the arbitration scheme implemented by first-stage arbiter 202 may be a fast arbitration scheme that may not necessarily be fair (e.g., one requester may usually be given preference) and may cause starvation (e.g., a requester with a low priority may almost never be granted use of the shared resource). In these embodiments, the arbitration scheme implemented by second-stage arbiter 206 may be slower and/or fairer. Second-stage arbiter 206 may implement an arbitration scheme that helps ensure that every requester may eventually be granted the shared resource. In some embodiments, when requests for a shared resource are made in the same pipeline as the arbitration among those requests, the pipeline clock rate may be increased without some requesters experiencing starvation.

In one embodiment, at least portions of arbiter system 200 may be implemented by a computing platform which executes instructions stored on or in an article that may comprise a storage medium. When executed by the computing platform, the instructions may result in applying a first arbitration scheme to a plurality of requests to grant one of the requests, and applying a second arbitration scheme to remaining of the requests to grant one of the remaining requests.

FIG. 3 is a block diagram of a rotating-priority arbiter element in accordance with embodiments of the present invention. Rotating-priority arbiter element 300 may be suitable for use as first-stage arbiter 202 (FIG. 2) or second-stage arbiter 206 (FIG. 2), although other arbiters are also suitable. In embodiments, rotating-priority arbiter element 300 may be suitable for use as arbiter system 102 (FIG. 1).

Rotating-priority arbiter element 300 may implement a rotating-priority arbitration scheme allowing the order of requests 302 to be rotated or shifted in some manner. In one embodiment, rotating-priority arbiter element 300 includes rotate circuitry 304 to shift the priority of requests 302. Rotating-priority arbiter element 300 may also include arbiter 306 to receive the shifted requests from rotate circuitry 304 and to grant one of the requests in accordance with an arbitration scheme. In one embodiment, the arbitration scheme implemented by arbiter 306 may comprise a fixed-priority arbitration scheme although other arbitration schemes are also suitable. Rotating-priority arbiter element 300 also includes rotate circuitry 308 to re-shift the order of grants received from arbiter element 306 to restore an initial association between requests 302 and grants 312.

In one embodiment, arbiter element 300 includes pseudo-random number generator (PRNG) 310 to generate a pseudo-random number for use by rotate circuitry 304 and 308 as a rotate amount. In this embodiment, rotate circuitry 304 may rotate the order of request 302 in one direction by the rotate amount while rotate circuitry 308 may rotate the order of grants by the rotate amount in the opposite direction to restore the association between the requests 302 and grants 312. In one embodiment, pseudo-random number generator 310 may be comprised of a linear-feedback shift register to generate the pseudo-random number although any technique for generating random and pseudo-random numbers may be suitable.

In one embodiment, arbiter element 300 may include serial-in, parallel-out shift register (SIPO SR) 314 to receive serial bits from pseudo-random number generator 310 and to provide a parallel output to rotate circuitry 302 and 308 for use as the rotate amount. In this embodiment, the serial bits may be shifted into serial-in, parallel-out shift register 314 at an arbitration clock rate.

In an alternate embodiment, arbiter element 300 may include counter 316 and divide-by circuitry 318, instead of pseudo-random number generator 310 and/or serial-in, parallel-out shift register 314, to generate the rotate amount for rotate circuitry 304 and 308. In this embodiment, divide-by circuitry 318 may divide a clock rate and provide an arbitration rate to counter 316 for use in generating the rotate amount. In embodiments, divide-by circuitry 318 may divide an input clock by almost any number ranging from two to thirty-two or greater.

In one embodiment, rotating-priority arbiter 300 may comprise a priority-shifting element to shift priorities of requests in a non-uniform manner. Arbiter 300 may also comprise an arbiter element to receive the shifted requests and to grant one of the requests, and a priority-restoring element to restore an association between the requests and the grants.

FIG. 4 is a flow chart of a two-stage arbitration procedure in accordance with embodiments of the present invention. Two-stage arbitration procedure 400 may be performed by arbiter system 200, although other arbiters may also perform procedure 400. In operation 402, requests for access to a shared resource are received. The requests may be prioritized. In operation 404, a first arbitration scheme is applied to the requests. The first arbitration scheme may be applied by a first-stage arbiter, such as arbiter 202 (FIG. 2). For example, in one embodiment, a fixed-priority arbitration scheme may be applied to the requests, while in other embodiments; a rotating-priority arbitration scheme may be applied to the requests. In operation 406, in response to operation 404, one of the requests may be granted, and a grant signal may be provided to the appropriate requestor.

In operation 408, the granted request may be excluded from subsequent consideration. Logic circuitry maybe used as part of an arbiter to exclude the granted request. In operation 410, a second arbitration technique may be applied to the remaining requests. The second arbitration scheme may be applied by a second-stage arbiter, such as arbiter 206 (FIG. 2). In operation 412, in response to operation 408, one of the remaining requests may be granted and a grant signal may be provided to the appropriate requestor.

In embodiments, operations 402 through 412 may be repeated as part of pipelined operations in a processing system to arbitrate among newly received and remaining requests for subsequent pipelined stages and/or clock cycles. In embodiments, operations 402 through 406 may be performed as part of a first pipelined stage and operations 408 through 412 may be performed as part of a second or subsequent pipelined stage. In at least one embodiment, operations 404 and 406 may be performed when the second-stage arbiter is not operating or is not asserting a signal, such as fair select signal 216 (FIG. 2). In one embodiment, operations 408 through 412 may be performed when un-granted/remaining requests remain after operation 406. In this embodiment, when no un-granted requests remain, procedure 400 may refrain from performing operations 408 through 412. Although the individual operations of procedure 400 are illustrated and described as separate operations, one or more of the individual operations may be performed concurrently and nothing requires that the operations be performed in the order illustrated.

The foregoing description of specific embodiments reveals the general nature of the invention sufficiently that others can, by applying current knowledge, readily modify and/or adapt it for various applications without departing from the generic concept. Therefore such adaptations and modifications are within the meaning and range of equivalents of the disclosed embodiments. The phraseology or terminology employed herein is for the purpose of description and not of limitation. Accordingly, the invention embraces all such alternatives, modifications, equivalents and variations as fall within the spirit and scope of the appended claims.

Claims

1. A rotating-priority arbiter comprising:

priority-shifting circuitry to shift priorities of requests in a non-uniform manner;
arbiter circuitry to receive the shifted requests and to grant one of the requests; and
priority-restoring circuitry to restore an association between the requests and the granted requests.

2. The arbiter of claim 1 further comprising:

a counter to generate a rotate amount, the priority-shifting to rotate the order of the requests in a first direction by the rotate amount, the priority-restoring circuitry to rotate the order of grants by the rotate amount in a direction opposite the first direction to restore the association between the requests and the grant; and
divide-by circuitry to divide a clock rate and provide an arbitration rate to the counter for use in generating the rotate amount.

3. The arbiter of claim 1 further comprising a pseudo-random number generator to generate a pseudo-random number for use by the priority-shifting circuitry in shifting the priorities.

4. The arbiter of claim 3 wherein the pseudo-random number generator is comprised of a linear-feedback shift register to generate the pseudo-random number, and

wherein the arbiter further comprises a serial-in, parallel-out shift register to receive serial bits from the pseudo-random number generator and to provide a parallel output to the priority-shifting circuitry.

5. A method of performing rotating-priority arbitration comprising:

priority-shifting requests to shift priorities of requests in a non-uniform manner;
receiving the shifted requests;
granting one of the shifted requests; and
restoring an association between the requests and the grants.

6. The method of claim 5 wherein priority-shifting comprises rotating the order of the requests in a first direction, and

wherein restoring comprises rotating an order of grants by a rotate amount in a direction opposite the first direction to restore the association between the requests and the grants, and
wherein the method further comprises dividing a clock rate to provide an arbitration rate for use in generating the rotate amount.

7. The method of claim 5 further comprising generating a pseudo-random number for use in priority-shifting the requests.

8. The method of claim 7 wherein generating the pseudo-random number comprises using a linear-feedback shift register, and

wherein the method further comprise receiving serial bits from the linear-feedback shift register and providing a parallel output.
Patent History
Publication number: 20060236010
Type: Application
Filed: Jun 12, 2006
Publication Date: Oct 19, 2006
Applicant:
Inventors: Dennis O'Connor (Chandler, AZ), Michael Morrow (Chandler, AZ), Stephen Strazdus (Chandler, AZ)
Application Number: 11/423,473
Classifications
Current U.S. Class: 710/111.000; 710/240.000
International Classification: G06F 13/14 (20060101); G06F 13/00 (20060101);