WO2007067739A1 - Memory access request arbitration - Google Patents

Memory access request arbitration Download PDF

Info

Publication number
WO2007067739A1
WO2007067739A1 PCT/US2006/046877 US2006046877W WO2007067739A1 WO 2007067739 A1 WO2007067739 A1 WO 2007067739A1 US 2006046877 W US2006046877 W US 2006046877W WO 2007067739 A1 WO2007067739 A1 WO 2007067739A1
Authority
WO
WIPO (PCT)
Prior art keywords
memory access
memory
access request
page
interval
Prior art date
Application number
PCT/US2006/046877
Other languages
French (fr)
Inventor
Steven J. Kommrusch
Brett A. Tischler
Original Assignee
Advanced Micro Devices, Inc.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Advanced Micro Devices, Inc. filed Critical Advanced Micro Devices, Inc.
Priority to GB0811767A priority Critical patent/GB2446997B/en
Priority to CN2006800462409A priority patent/CN101326504B/en
Priority to JP2008544532A priority patent/JP2009518753A/en
Priority to DE112006003358.1T priority patent/DE112006003358B4/en
Publication of WO2007067739A1 publication Critical patent/WO2007067739A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/14Handling requests for interconnection or transfer
    • G06F13/16Handling requests for interconnection or transfer for access to memory bus
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/14Handling requests for interconnection or transfer
    • G06F13/16Handling requests for interconnection or transfer for access to memory bus
    • G06F13/1605Handling requests for interconnection or transfer for access to memory bus based on arbitration
    • G06F13/161Handling requests for interconnection or transfer for access to memory bus based on arbitration with latency improvement
    • G06F13/1626Handling requests for interconnection or transfer for access to memory bus based on arbitration with latency improvement by reordering requests
    • G06F13/1631Handling requests for interconnection or transfer for access to memory bus based on arbitration with latency improvement by reordering requests through address comparison
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/14Handling requests for interconnection or transfer
    • G06F13/20Handling requests for interconnection or transfer for access to input/output bus
    • G06F13/28Handling requests for interconnection or transfer for access to input/output bus using burst mode transfer, e.g. direct memory access DMA, cycle steal

Definitions

  • one or both of the arbiters 106 and 108 perform this comparison.
  • one or both of the arbiters 106 and 108 can store a subset of the most significant bits (MSBs) of the address associated with the immediately previous processed memory access request (e.g., ADDRp[MSB n :MSB n . x ]) in a register or other memory location (not shown) and the devices 130, 132, 134, 136, 138 and 140 can provide a corresponding subset of the most significant bits (MSBs) of the memory address associated with their memory access request (e.g., ADDR,[MSB n :MSB n .
  • MSBs most significant bits
  • the sequential selection of memory access requests from the same device may be interrupted if a higher priority memory access request is received from another device. In other embodiments, the sequential selection of memory access requests from the same device can supercede a higher-priority memory access request from another device. Moreover, the predetermined maximum number of repeated selections may vary depending on the priority of the memory access request from another device.
  • another implementation of the preferential memory access request selection at block 208 can include determining whether a number of buffered memory access requests from any of the devices meets or exceeds a pi edetermined threshold at block 502. If not, at block 504 a memory access request is selected from the devices using, for example, round robin selection or another selection scheme. Otherwise, at block 506 some or all of the buffered memory access requests are provided to the memory controller by the arbiter for processing during sequential memory access intervals.
  • an exemplary arbiter 700 for implementing one or more of the arbitration techniques disclosed herein is illustrated in accordance with at least one embodiment of the present disclosure.
  • the arbiter 700 c include a request selector module 702, an indicator analysis module 704, multiplexers 706 and 708, and registers 710, 712, 714, 716, 718 and 720.
  • the modules 702 and 708 may be implemented as software, hardware, firmware, or combinations thereof.
  • the register 710 stores a value identifying the device associated with the memory access request selected for the previous memory access interval.

Abstract

A method includes receiving a first memory access request from a first device (116, 118, 120) during a first interval. The first memory access request is to access a first page of a multiple-page memory (104). The method further includes receiving a second memory access request from the first device during a second interval subsequent to the first interval and receiving a third memory access request from a second device (116, 118, 120) during the second interval. The method additionally includes preferentially selecting the second memory access request over the third memory access request for provision to the multiple-page memory if an indicator indicates the second memory access request is expected to access the first page of the multiple-page memory.

Description

MEMORY ACCESS REQUEST ARBITRATION Technical Field
The present disclosure relates generally to processing memory access requests. Background Art Memory controllers frequently are utilized in processing systems to control access to memory resources for devices seeking to store data to memory or access data from memory. In conventional systems, memory access requests are supplied to a memory controller based on certain fixed priorities. However, the selection for memory access requests based solely on a fixed prioritization scheme often can introduce significant penalties in page-based memories, such as dynamic random access memories (DRAM). Typically, a delay is introduced whenever a different page of a DRAM is accessed due to the process required to close the previous page and open the next page. Frequen1: switching between pages of memory, as typically occurs in a fixed prioritization scheme, therefore often results in "thrashing" in the memory and, consequently, introduces a significant cumulative delay in memory access request sequences. This problem is especially pronounced in dual data rate (DDR) memories due to their higher data rates per command cycle. Accordingly, an improved technique for processing memory access requests would be advantageous.
BRIEF DESCRIPTION OF THE DRAWINGS
The purpose and advantages of the present disclosure will be apparent to those of ordinary skill in the art from the following detailed description in conjunction with the appended drawings in which like reference characters are used to indicate like elements, and in which: FIG. 1 is a block diagram illustrating an exemplary processing system using a persistent page memory access request arbitration technique in accordance with at least one embodiment of the present disclosure.
FIG. 2 is a flow diagram illustrating an exemplary method for persistent page memory access request arbitration in accordance with at least one embodiment of the present disclosure.
FIG. 3 is a flow diagram illustrating an exemplary implementation of the method of FIG.2 based on a multiple round robin selection scheme in accordance with at least one embodiment of the present disclosure.
FIG. 4 is a flow diagram illustrating an exemplary implementation of the method of FIG. 2 based on previously selected memory access requests in accordance with at least one embodiment of the present disclosure.
FIGS. 5 and 6 are flow diagrams illustrating an exemplary implementation of the method of FIG. 2 based on buffered memory access requests in accordance with at least one embodiment of the present disclosure.
FIG. 7 is a block diagram illustrating an exemplary memory access arbiter in accordance with at least one embodiment of the present disclosure. DETAILED DESCRIPTION OF THE DRAWINGS
The following description is intended to convey a thorough understanding of the present disclosure by providing a number of specific embodiments and details involving the arbitration of memory access requests. It is understood, however, that the present disclosure is not limited to these specific embodiments and details, which are exemplary only. It is further understood that one possessing ordinary skill in the art, in light of known systems and methods, would appreciate the use of the disclosure for its intended purposes and benefits in any numbβT of alternative embodiments, depending upon specific design and other needs.
In accordance with o.iie aspect of the present disclosure, a method is provided. The method includes receiving a first memory access request from a first device during a first interval. The first memory access request is to access a first page of a multiple-page memory. The method further includes receiving a second memory access request from the first device during a second interval subsequent to the first interval and receiving a third memory access request from a second device during the second interval. The method additionally includes preferentially selecting the second memory access request over the third memory access request for provision to the multiple-page memory if an indicator indicates the second memory access request is expected to access the first page of the multiple-page memory.
In accordance with another aspect of the present disclosure, a system is provided. The system includes an access arbiter coupled to a :tnultiple-page memory. The access arbiter is to receive a first memory access request from a first device during a first interval, the first memory access request to access a first page of a multiple-page memory, receive a second memory access request from the first device during a second interval subsequent to the first interval, and receive a third memory access request from a second device during the second interval. The access arbiter further is to preferentially select the second memory access request over the third memory access request for provision to the multiple-page memory if an indicator indicates the second memory access request is expected to access the first page of the multiple-page memory. Referring to FIG. 1, an exemplary processing system 100 utilizing repeated-page access arbitration is illustrated in accordance with ;ιt least one embodiment of the present disclosure. In the depicted example, the system 100 includes a system on a chip (SOC) 102 (e.g., an integrated processor) connected to a page-based memory 104 having a plurality of pages (such as, for example, a DDR DRAM). The SOC 102 includes north arbiter 106, south arbiter 108, and a plurality of devices. The plurality of devices can include, for example, a display controller 110, a general processing unit (GPU, also frequently referred to as a central processing unit), a security module 114, a peripheral component interconnect (PCI) controller 116, a video processor 118, a bridge (MCP) 120 and a memory controller 122.
In the illustrated example, the south arbiter 108 arbitrates between memory access requests provided by one or more of the devices 116, 118 and 120 (via, e.g., request paths 136, 138 and 140, respectively) and provides the selected memory access request for each memory access interval to the north arbiter 106. In turn, the north arbiter 106 arbitrates between memory access requests provided by one or more of the devices 110, 112 and 114 (via, e.g., requesi paths 130, 132 and 134, respectively), as well as the selected memory access request provided by the south arbiter 108. The memory access request selected by the arbiter 106 then is provided to the memory controller 122, along with any data associated with the selected memory access request (such as write data). The memory controller 122 then processes the provided memory access request to load data to, or read data from, the identified memory location(s) of the memory 104.
In at least one embodiment, one or both of the arbiters 106 and 108 utilize one or more of the arbitration techniques described herein to select a memory access request so as to reduce the frequency of page switches at the memory 104. The arbitration scheme utilized by the arbiters 106 and 108 can include, for example, the selection of a particular memory access request based on an indication that that the selected memory access request is exp≥cted to access the same memory page as the memory access request selected for the previous interval. In one embodiment, this indication may be based on a comparison of at least a portion of the address associated with the previously selected memory access request and the corresponding portion of the addresses of one or more pending memory access requests. In the event that the comparison indicates that a particular pending memory ac cess request is expected to access the same memory page as the previous memory access request, the particular pending memory access request may be preferentially selected for processing during the memory access interval. The term "preferentially," when used in the context of memory access request selection, refers to me-mory access request selection assuming all other parameters of significance are substantially equal. For example, in the event that one memory access request has a higher priority than another, in instances where priority is the deciding factor, the higher priority memory access request may be selected even if the selection of the lower priority memory access request is preferential in view of other parameters.
In one embodiment, one or both of the arbiters 106 and 108 perform this comparison. To illustrate, one or both of the arbiters 106 and 108 can store a subset of the most significant bits (MSBs) of the address associated with the immediately previous processed memory access request (e.g., ADDRp[MSBn :MSBn.x]) in a register or other memory location (not shown) and the devices 130, 132, 134, 136, 138 and 140 can provide a corresponding subset of the most significant bits (MSBs) of the memory address associated with their memory access request (e.g., ADDR,[MSBn:MSBn.x] for device i) as address inputs 150, 152, 154, 156, 158 and 160, respectively. One or both of the arbiters 106 and 108 then may processes the address inputs in view of the stored address value to identi Ey a memory access request that is expected to access the same memory page as the processed memory access request. In another embodiment, the comparison of the address portions can be performed by the devices, and each device can provide a signal as an indicator of whether the memory access request provided by the device is expected to access the same memory page as the previously processed memory access request.
In many instances, a current memory access request from a device is likely to access the same page of memory as the immediately prior memory access request from the same device. Accordingly, in one embodiment, one or both of the arbiters 106 and 108 preferentially select among memory access requests such that memory access requests are sequentially selected from the same device, if available, up to a predetermined maximum number of sequential memory access requests. Thus, by sequentially selecting memory access requests from the same device, the frequency of page switches at the memory 104 may be reduced due to the increased likelihood of accessing the same memory pages that can result from the sequential processing of memory access requests from the same device. Similarly, in one embodiment, one or both of the arbiters 106 and 108 can employ an arbitration scheme whereby memory access requests from the devices are buffered until the number of memory access requests from a particular device meets or exceeds a predetermined number and/or until the amount of data (e.g., read data for read accesses or write data for write accesses) associated with the buffered memory access requests from a particular device meets: or exceeds a predetermined threshold. When the predetermined number of requests is met and/or the predetermined data threshold is met for the buffered memory access requests of a particular device, the arbiter can select some or all of the buffered memory access requests for processing during sequential memory access intervals. As memory access requests from the same device often access the same memory page, the sequential processing of one or more memory access requests from a device may reduce the frequency of page switches, thereby reducing delay in the processing of memory access requests. In one embodiment, the memory access requests from the devices are buffered at the arbiters 106 and
108 until the predetermined number of requests is met and/or the predetermined data threshold is met. As exemplarily illustrated, the arbiter 108 can include a buffer 164 to buffer the predetermined number of memory access requests from the PCI controller 116. When the buffer 164 is full, the arbiter 108 then can preferentially select some or all of the buffered memory access requests from the buffer 164 for sequential processing. In an alternate embodiment, one or more of the devices include buffers (e.g., buffer 162 of the GPU 112) to buffer memory access requests. In this instance, the devices can signal to the arbiters 106 or 108 when the buffered access requests meet the predetermined number of buffered access requests and/or the predetermined data threshold. In response, the corresponding arbiter can preferentially select one or more of the buffered memory access requests from the sign.iling device for sequential processing. Referring to FIG. 2, an exemplary method 200 for arbitrating between memory access requests so as to reduce memory page switches; is illustrated in accordance with at least one embodiment of the present disclosure. At block 202, a memory access request is received at an arbiter (e.g., arbiters 106 and 108, FIG. 1) from each of one or more devices. At block 204, the arbiter examines the priorities, if any, associated with the received memory access requests. To illustrate, a memory access request from the GPU 112 (FIG. 1) may be assigned a higher priority than a memory access request from the display controller 110 (FIG. 1) due to timing or performance requirements. In the event that there is only one received memory access request that has a higher priority than the remaining received memory access requests, this single higher priority memory access request can be selected at block 206 for provision to a memory controller (e.g., memory controller 122, FIG. 1) for processing during the present memory access interval or an upcoming memory access interval. In the event that there are multiple memory access requests at the highest priority level present among the received memory access requests, in one embodiment, the arbiter selects the memory access request that is expected to result in the access of the same memory page as the memory access request selected for the previous memory access interval at block 208. The selected memory access request then may be provided to the memory controller for processing. Th« arbitration method 200 then can be repeated at step 210 for the next memory access interval.
Referring to FIGS. 3-6, exemplary implementations of the preferential memory access request selection at block 208 of the method 2CiO of FIG. 2 are illustrated in accordance with at least one embodiment of the present disclosure. A memory access arbiter may utilize any of these exemplary implementations, or any combinations thereof, without: departing from the scope of the present disclosure.
As depicted by FIG. 3, one implementation of the preferential memory access request selection at block 208 can include determining whether an indicator from a device indicates that the current request from the device is expected to access the same memory page as the memory access request selected during the previous memory access interval at block 302. As discussed, the indicator can be based on a comparison of a subset of the address associated with a memory access request with the corresponding address subset of the previously selected memory access request. In the event that there is such an indicator, the memory access request from the device associated with the indicator is selected at block 304 for provision to a memory controller for processing at block 304. In the event that no such indicator is present, the arbiter can select a memory access request for processing utilizing another scheme, such as by round robin selection, at block 306.
Table 1 illustrates an exemplary sequence of memory access intervals utilizing memory access arbitration as described with respect to FIG. 3. In the depicted example, device A with priority 0 and a sequential indicator is preferentially selected over a priority 0 device three times and ahead of a priority 1 device once.
TABLE 1
Figure imgf000007_0001
As depicted by FIG. 4, another implementation of the preferential memory access request selection at block 208 can include determining whether a memory access request is available from the same device associated with the memory access request selected for the previous memory access interval at block 402. If no such memory access request iv> available, at block 404 a memory access request can be selected using any of a variety of schemes, such as by round robin selection. Otherwise, a total count of the number of times a memory access request from the device: was selected in sequence for the immediately previous memory intervals is compared to a predetermined maximum number (e.g., a maximum of two intervals or four intervals). In the event that the predetermined maximum number is not exceeded, the memory access request from the device is selected at block 408 for processing by the memory controller. Otherwise, the count value for the device is reset (e-g-» set to 0) at block 410 and a memory access request from another device can be selected using another scheme at block 404. To illustrate, assuming that the predetermined maximum number is four and memory access requests from the device were selected for the last three memory access intervals, the current memory access request from the deviαs can be selected at block 408 because the total number of memory access requests from the device selected in thiϊ previous sequence of memory access intervals is less than the predetermined maximum. If, however, memory access requests from the device were selected for the last four memory access intervals and the predetermined maximum is four intervals, then the count associated with the device would be reset at block 410 and a memory access request from another device selected at block 404.
In one embodiment, the sequential selection of memory access requests from the same device may be interrupted if a higher priority memory access request is received from another device. In other embodiments, the sequential selection of memory access requests from the same device can supercede a higher-priority memory access request from another device. Moreover, the predetermined maximum number of repeated selections may vary depending on the priority of the memory access request from another device.
Table 2 illustrates an exemplary sequence of memory access intervals utilizing memory access arbitration as described with respect to FIG. 4. In the depicted example, each device may be selected twice in sequence before another device is selected of the same priority. The resulting request selection pattern typically reduces the number of page openings and page closings compared to conventional arbitration techniques.
TABLE 2
Figure imgf000009_0001
As depicted by FIG. 5, another implementation of the preferential memory access request selection at block 208 can include determining whether a number of buffered memory access requests from any of the devices meets or exceeds a pi edetermined threshold at block 502. If not, at block 504 a memory access request is selected from the devices using, for example, round robin selection or another selection scheme. Otherwise, at block 506 some or all of the buffered memory access requests are provided to the memory controller by the arbiter for processing during sequential memory access intervals.
Tables 3 and 4 respectively illustrate an conventional sequence of memory accesses and an exemplary sequence of memory access intervals utilizing memory access arbitration as described with respect to FlG. 5. In the depicted example of Table 4, each device is to buffer two memory access request before it is selected. The resulting request pattern illustrated by Table 4 is likely to result in fewer page openings and page closings than conventional techniques illustrated by Table 3, and thereby reducing delays in processing. TABLE 3 (Prior Art)
Figure imgf000010_0001
TABLE 4
Figure imgf000010_0002
Similarly, as depicted by FIG. 6, another implementation of the preferential memory access request selection at block 208 can include determining whether the read or write data represented by buffered memory access requests from any of the devices meets or exceeds a predetermined data threshold at block 602. If not, at block 604 a memory access request is selected from the devices using, for example, round robin selection or another selection scheme. Otherwise, at block 606 some or all of the buffered memory access requests are provided to the memory controller by the arbiter for processing during sequential memory access intervals.
Referring to FIG. 7, an exemplary arbiter 700 for implementing one or more of the arbitration techniques disclosed herein is illustrated in accordance with at least one embodiment of the present disclosure. As depicted, the arbiter 700 c;in include a request selector module 702, an indicator analysis module 704, multiplexers 706 and 708, and registers 710, 712, 714, 716, 718 and 720. The modules 702 and 708 may be implemented as software, hardware, firmware, or combinations thereof. The register 710 stores a value identifying the device associated with the memory access request selected for the previous memory access interval. The register 712 stores a value representative of the maximum number of times a memory access can be sequentially selected from the same device and the register 714 stores a value representative of the count of the number of times memory access requests have been sequentially selected for the immediately previous memory access intervals. Thi; register 716 stores a value representative of a predetermined data threshold associated with buffered memory access requests and the register 718 stores a value representative of a predetermined number of memory access requests associated with a memory access request buffer. The register 720 stores a value representaάve of the memory address associated with the memory access request selected for the previous memory access interval. The values of one or more of the registers 712, 714, 716 and 718 may be programmable so as customize the memory access request arbitration scheme employed by the arbiter 700 to the particular characteristics of the operation of the processing device (e.g., SOC 102, FIG. 1).
In operation, one or more memory access requests A-D (from devices A-D, respectively) are received at multiplexer 708. Based on input from the indicator analysis module 704 and/or the values of one or more of the registers 710, 712, 714, 716, 718 and 720, the request selector module 702 determines which of the memory access requests A-D is to be selected for provision to a memory controller and provides a corresponding select signal 722 to the multiplexer 708 to direct the multiplexer 708 to output the selected memory access request as output 724 for receipt by the memory controller. In one embodiment, as discussed with respect to FIG. 4, the request selector module 702 preferentially selects the memory access request associated with the device indicated by the register 710 (i.e., the device associated with the memory access request selected for the previous memory access interval) and increments the count value in register 714 unless the count value in register 714 meets or exceeds the maximum number " represented by the value in register 712. Otherwise, the count value is reset and another selection scheme, such as round robin, may be used.
In another embodiment, as discussed with respect to FIGS. 5 and 6, the request selector module 702 preferentially selects one or more buffered memory access requests from a device when the total number of buffered memory access requests meets or exceeds the threshold represented by the value in register 718 or when the total amount of data to be accessed by the buffered memory access requests meets or exceeds the predetermined data threshol d represented by the value stored in register 716.
Further, as discussed with respect to FIG.3, the request selector module 702, in one embodiment, preferentially selects a memory access request from a device based on. an indicator representing whether the memory access request is expected to access the same memory page as the memory access request selected for the previous memory access interval. To illustrate, the multiplexer 706 receives indicators A-D from devices A- D, respectively. In one embodiment, the indicators A-D represent a certain number of the most significant bits of the memory addresses associated with the corresponding memory access requests A-D. The request selector module 702 provides a select signal 726 to the multiplexer 706 to select in turn the provision of one of the indicators A-D to the indicator analysis module 704. The indicator analysis module 704 compares the selected indicator (e.g., the memory address subset) with the memory address value stored in the register 720
(representative of the memory address associated with the previously selected memory access request) to determine whether the corresponding memory access request is expected to access the same memory page as the previously selected memory access request. If so expected, the indicator analysis module 704 provides select signal 728 to the request selector module 702 to indicate which memory access request of which device is expected to access the same memory page as the previously selected memory access request. In response, the request selector module 702 provides the corresponding select signal 722 to the multiplexer 708 so as to select the corresponding memory access request for provision to the memory controller as output 724.
Other embodiments, uses, and advantages of the disclosure will be apparent to those skilled in the art from consideration of the specification and practice of the disclosure disclosed herein. The specification and drawings should be considered exemplary only, and the scope of the disclosure is accordingly intended to be limited only by the following claims and equivalents thereof.

Claims

WHAT IS CLAIMED IS:
1. A method comprising:
receiving a first memory access request from a first device (116, 118, 120) during a first interval, the first memoi.y access request to access a first page of a multiple-page memory; receiving a second memory access request from the first device during a second interval subsequent to the first interval;
receiving a third memory access request from a second device (116, 118, 120) during the second
interval; and
preferentially selecting the second memory access request over the third memory access request for provision to the multiple-page memory if an indicator indicates the second memory access request is expected to access the first page of the multiple-page memory.
2. The method of claim 1, further comprising:
selecting a fourth memory access request from a third device (116, 118, 120) for provision to the
multiple-pa.ge memory for a third interval;
preferentially selecting one or more memory access requests from the third device for provision to the multiple page memory for each interval of one or more intervals immediately subsequent to the third interval, wherein a total number of intervals preferentially selected is less than a predetermined number of intervals.
3. The method of claim 1, further comprising:
buffering memory access requests at a third device (108); and
preferentially selecting the buffered memory access requests for sequential provision to the multiple- page memory if a number of buffered memory access requests is greater than or equal to a predetermined number of memory access requests.
4. The method of claim 1, further comprising:
buffering memory access requests at a third device (108); and
preferentially selecting the buffered memory access requests for sequential provision to the multiple- page memc ry if an amount of data to be accessed by the buffered memory access requests is greater than or equal to a predetermined amount of data.
5. The method of claim 1, wherein the indicator includes a first subset of the most significant bits of an address associated with the second memory access request, and wherein the second memory access request is expected to access the first page if the first subset of the most significant bits are the same as a corresponding subset of the most significant bits of an address associated with the first memory access request.
6. A system comprising:
an access arbiter (106, 108) coupled to a multiple-page memory (104), wherein the access arbiter is to: receive a first memory access request from a first device (116, 118, 120) during a first interval, the first memory access request to access a first page of a multiple-page memory; _ receive a second memory access request from the first device during a second interval
subsequent to the first interval;
receive a third memory access request from a second device (116, 118, 120) during the second interval; and
preferentially select the second memory access request over the third memory access request for provision to the multiple-page memory if an indicator indicates the second memory access request is expected to access the first page of the multiple-page memory.
7. The system of claim 6, wherein the access arbiter further is to:
select a fourth memory access request from a third device (116, 118, 120) for provision to the multiple- page memory for a third interval; and
preferentially select one or more memory access requests from the third device for provision to the multiple page memory for each interval of one or more intervals immediately subsequent to the third interval, wherein a total number of intervals preferentially selected is less than a predetermined number of intervals.
8. The system of claim 7, wherein the access arbiter further is to:
preferentially select memory access requests buffered at a fourth device (110, 112, 114) for sequential provision to the multiple-page memory if an amount of data to be accessed by the buffered memory access requests is greater than or equal to a predetermined amount of data.
9. The system of claim 6, wherein the access arbiter further is to:
preferentially select memory access requests buffered at a third device for (116, 118, 120) sequential provision Io the multiple-page memory if a number of buffered memory access requests is greater than or equal to a predetermined number of memory access requests.
10. The system of claim 6, wherein the access arbiter further is to:
preferentially seleci; memory access requests buffered at a third device for sequential provision to the multiple-page memory if an amount of data to be accessed by the buffered memory access requests is. greater than or equal to a predetermined amount of data.
PCT/US2006/046877 2005-12-09 2006-12-08 Memory access request arbitration WO2007067739A1 (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
GB0811767A GB2446997B (en) 2005-12-09 2006-12-08 Memory access request arbitration
CN2006800462409A CN101326504B (en) 2005-12-09 2006-12-08 Memory access request arbitration
JP2008544532A JP2009518753A (en) 2005-12-09 2006-12-08 Arbitration of memory access requests
DE112006003358.1T DE112006003358B4 (en) 2005-12-09 2006-12-08 Distribution of memory access requests

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US11/297,856 2005-12-09
US11/297,856 US7426621B2 (en) 2005-12-09 2005-12-09 Memory access request arbitration

Publications (1)

Publication Number Publication Date
WO2007067739A1 true WO2007067739A1 (en) 2007-06-14

Family

ID=37865831

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2006/046877 WO2007067739A1 (en) 2005-12-09 2006-12-08 Memory access request arbitration

Country Status (8)

Country Link
US (1) US7426621B2 (en)
JP (1) JP2009518753A (en)
KR (1) KR20080075910A (en)
CN (1) CN101326504B (en)
DE (1) DE112006003358B4 (en)
GB (1) GB2446997B (en)
TW (1) TW200728983A (en)
WO (1) WO2007067739A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2018013157A1 (en) * 2016-07-15 2018-01-18 Advanced Micro Devices, Inc. Command arbitration for high speed memory interfaces

Families Citing this family (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7353317B2 (en) * 2004-12-28 2008-04-01 Intel Corporation Method and apparatus for implementing heterogeneous interconnects
JP5261993B2 (en) * 2007-06-15 2013-08-14 富士通セミコンダクター株式会社 Display control circuit and display device
TWI385634B (en) * 2008-04-02 2013-02-11 Novatek Microelectronics Corp Microprocessor device and related method for an lcd controller
US8266393B2 (en) * 2008-06-04 2012-09-11 Microsoft Corporation Coordination among multiple memory controllers
JP5380322B2 (en) * 2010-02-17 2014-01-08 京セラドキュメントソリューションズ株式会社 Memory master device
US8572322B2 (en) * 2010-03-29 2013-10-29 Freescale Semiconductor, Inc. Asynchronously scheduling memory access requests
US8560796B2 (en) * 2010-03-29 2013-10-15 Freescale Semiconductor, Inc. Scheduling memory access requests using predicted memory timing and state information
KR101292309B1 (en) * 2011-12-27 2013-07-31 숭실대학교산학협력단 Semiconductor chip and control method of memory, and recording medium storing program for executing method of the same in computer
CN104067309A (en) * 2011-12-28 2014-09-24 英特尔公司 Pipelined image processing sequencer
US8751830B2 (en) * 2012-01-23 2014-06-10 International Business Machines Corporation Memory address translation-based data encryption/compression
WO2014147769A1 (en) * 2013-03-19 2014-09-25 富士通株式会社 Control apparatus, device access method, device access program, and information processing apparatus
GB2522653A (en) 2014-01-31 2015-08-05 Ibm Bridge and method for coupling a requesting interconnect and a serving interconnect in a computer system
TWI553483B (en) * 2014-10-13 2016-10-11 瑞昱半導體股份有限公司 Processor and method for accessing memory
US10402937B2 (en) 2017-12-28 2019-09-03 Nvidia Corporation Multi-GPU frame rendering
CN110729006B (en) 2018-07-16 2022-07-05 超威半导体(上海)有限公司 Refresh scheme in a memory controller

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0901080A1 (en) * 1997-09-08 1999-03-10 STMicroelectronics Ltd. Arbitration system
US6088772A (en) * 1997-06-13 2000-07-11 Intel Corporation Method and apparatus for improving system performance when reordering commands
US6145065A (en) * 1997-05-02 2000-11-07 Matsushita Electric Industrial Co., Ltd. Memory access buffer and reordering apparatus using priorities
US6272583B1 (en) * 1997-12-26 2001-08-07 Mitsubishi Denki Kabushiki Kaisha Microprocessor having built-in DRAM and internal data transfer paths wider and faster than independent external transfer paths
US20030061459A1 (en) * 2001-09-27 2003-03-27 Nagi Aboulenein Method and apparatus for memory access scheduling to reduce memory access latency
US20040243768A1 (en) * 2003-05-27 2004-12-02 Dodd James M. Method and apparatus to improve multi-CPU system performance for accesses to memory

Family Cites Families (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5440752A (en) * 1991-07-08 1995-08-08 Seiko Epson Corporation Microprocessor architecture with a switch network for data transfer between cache, memory port, and IOU
JPH0660008A (en) * 1992-08-07 1994-03-04 Hitachi Cable Ltd Two-port memory
US5822772A (en) 1996-03-22 1998-10-13 Industrial Technology Research Institute Memory controller and method of memory access sequence recordering that eliminates page miss and row miss penalties
JPH11165454A (en) * 1997-12-04 1999-06-22 Canon Inc Image processing device and image processing system
US6052756A (en) * 1998-01-23 2000-04-18 Oki Electric Industry Co., Ltd. Memory page management
JP2002049580A (en) * 2000-08-02 2002-02-15 Mitsubishi Electric Corp Bus managing device, bus use request transmitter, method of bus managing, and bus use request transmission method
US6564304B1 (en) * 2000-09-01 2003-05-13 Ati Technologies Inc. Memory processing system and method for accessing memory including reordering memory requests to reduce mode switching
US6625700B2 (en) * 2001-05-31 2003-09-23 Sun Microsystems, Inc. Arbitration and select logic for accessing a shared memory
KR20040019335A (en) * 2001-07-18 2004-03-05 코닌클리즈케 필립스 일렉트로닉스 엔.브이. Non-volatile memory arrangement and method in a multiprocessor device
US7035984B2 (en) * 2001-12-31 2006-04-25 Intel Corporation Memory arbiter with grace and ceiling periods and intelligent page gathering logic
US6799257B2 (en) 2002-02-21 2004-09-28 Intel Corporation Method and apparatus to control memory accesses
US6880028B2 (en) * 2002-03-18 2005-04-12 Sun Microsystems, Inc Dynamic request priority arbitration
JP4344163B2 (en) * 2002-04-17 2009-10-14 パナソニック株式会社 Resource request arbitration device, resource request arbitration method, and computer program

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6145065A (en) * 1997-05-02 2000-11-07 Matsushita Electric Industrial Co., Ltd. Memory access buffer and reordering apparatus using priorities
US6088772A (en) * 1997-06-13 2000-07-11 Intel Corporation Method and apparatus for improving system performance when reordering commands
EP0901080A1 (en) * 1997-09-08 1999-03-10 STMicroelectronics Ltd. Arbitration system
US6272583B1 (en) * 1997-12-26 2001-08-07 Mitsubishi Denki Kabushiki Kaisha Microprocessor having built-in DRAM and internal data transfer paths wider and faster than independent external transfer paths
US20030061459A1 (en) * 2001-09-27 2003-03-27 Nagi Aboulenein Method and apparatus for memory access scheduling to reduce memory access latency
US20040243768A1 (en) * 2003-05-27 2004-12-02 Dodd James M. Method and apparatus to improve multi-CPU system performance for accesses to memory

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2018013157A1 (en) * 2016-07-15 2018-01-18 Advanced Micro Devices, Inc. Command arbitration for high speed memory interfaces
US10684969B2 (en) 2016-07-15 2020-06-16 Advanced Micro Devices, Inc. Command arbitration for high speed memory interfaces

Also Published As

Publication number Publication date
JP2009518753A (en) 2009-05-07
US20070136545A1 (en) 2007-06-14
CN101326504B (en) 2012-04-25
US7426621B2 (en) 2008-09-16
GB2446997B (en) 2010-11-10
DE112006003358B4 (en) 2022-08-04
GB2446997A (en) 2008-08-27
GB0811767D0 (en) 2008-07-30
DE112006003358T5 (en) 2008-10-02
TW200728983A (en) 2007-08-01
CN101326504A (en) 2008-12-17
KR20080075910A (en) 2008-08-19

Similar Documents

Publication Publication Date Title
US7426621B2 (en) Memory access request arbitration
US6088772A (en) Method and apparatus for improving system performance when reordering commands
US6092158A (en) Method and apparatus for arbitrating between command streams
US7698498B2 (en) Memory controller with bank sorting and scheduling
KR101073756B1 (en) Memory interface with independent arbitration of precharge, activate, and read/write
US8099567B2 (en) Reactive placement controller for interfacing with banked memory storage
US6671761B2 (en) Bus system
US6505260B2 (en) Computer system with adaptive memory arbitration scheme
US7051172B2 (en) Memory arbiter with intelligent page gathering logic
US7925849B2 (en) Request arbitration device and memory controller
US9262356B2 (en) Arbiter device and arbitration method
US7761669B2 (en) Memory controller granular read queue dynamic optimization of command selection
US7366854B2 (en) Systems and methods for scheduling memory requests utilizing multi-level arbitration
EP1269330B1 (en) Bus bridge including a memory controller having an improved memory request arbitration mechanism
US20110296068A1 (en) Optimized arbiter using multi-level arbitration
WO2006058193A1 (en) Priority scheme for executing commands in memories
US8103833B2 (en) Cache memory and a method for servicing access requests
JP5340658B2 (en) Command-optimized memory controller read queue dynamic optimization
US20090019238A1 (en) Memory Controller Read Queue Dynamic Optimization of Command Selection
US7035984B2 (en) Memory arbiter with grace and ceiling periods and intelligent page gathering logic
US20050005035A1 (en) Interfacing processors with external memory supporting burst mode
US7050059B2 (en) Method for a graphics chip to access data stored in a system memory of a computer device
US20040034748A1 (en) Memory device containing arbiter performing arbitration for bus access right
US20030163654A1 (en) System and method for efficient scheduling of memory
KR20080084083A (en) Micro computer system capable of using memory port effectively

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 200680046240.9

Country of ref document: CN

121 Ep: the epo has been informed by wipo that ep was designated in this application
DPE1 Request for preliminary examination filed after expiration of 19th month from priority date (pct application filed from 20040101)
WWE Wipo information: entry into national phase

Ref document number: 2008544532

Country of ref document: JP

ENP Entry into the national phase

Ref document number: 0811767

Country of ref document: GB

Kind code of ref document: A

Free format text: PCT FILING DATE = 20061208

WWE Wipo information: entry into national phase

Ref document number: 0811767.3

Country of ref document: GB

WWE Wipo information: entry into national phase

Ref document number: 1020087016731

Country of ref document: KR

RET De translation (de og part 6b)

Ref document number: 112006003358

Country of ref document: DE

Date of ref document: 20081002

Kind code of ref document: P

WWE Wipo information: entry into national phase

Ref document number: 112006003358

Country of ref document: DE

122 Ep: pct application non-entry in european phase

Ref document number: 06845028

Country of ref document: EP

Kind code of ref document: A1

REG Reference to national code

Ref country code: DE

Ref legal event code: 8607