US7047391B2 - System and method for re-ordering memory references for access to memory - Google Patents

System and method for re-ordering memory references for access to memory Download PDF

Info

Publication number
US7047391B2
US7047391B2 US11/019,979 US1997904A US7047391B2 US 7047391 B2 US7047391 B2 US 7047391B2 US 1997904 A US1997904 A US 1997904A US 7047391 B2 US7047391 B2 US 7047391B2
Authority
US
United States
Prior art keywords
memory
addresses
memory array
order
data
Prior art date
Legal status (The legal status 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 status listed.)
Expired - Fee Related
Application number
US11/019,979
Other versions
US20050105381A1 (en
Inventor
William J. Dally
Scott W. Rixner
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Leland Stanford Junior University
Massachusetts Institute of Technology
Original Assignee
Leland Stanford Junior University
Massachusetts Institute of Technology
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 Leland Stanford Junior University, Massachusetts Institute of Technology filed Critical Leland Stanford Junior University
Priority to US11/019,979 priority Critical patent/US7047391B2/en
Publication of US20050105381A1 publication Critical patent/US20050105381A1/en
Priority to US11/434,392 priority patent/US7216214B2/en
Application granted granted Critical
Publication of US7047391B2 publication Critical patent/US7047391B2/en
Priority to US11/745,067 priority patent/US7707384B1/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G11INFORMATION STORAGE
    • G11CSTATIC STORES
    • G11C8/00Arrangements for selecting an address in a digital store
    • G11C8/04Arrangements for selecting an address in a digital store using a sequential addressing device, e.g. shift register, counter
    • GPHYSICS
    • G11INFORMATION STORAGE
    • G11CSTATIC STORES
    • G11C11/00Digital stores characterised by the use of particular electric or magnetic storage elements; Storage elements therefor
    • G11C11/21Digital stores characterised by the use of particular electric or magnetic storage elements; Storage elements therefor using electric elements
    • G11C11/34Digital stores characterised by the use of particular electric or magnetic storage elements; Storage elements therefor using electric elements using semiconductor devices
    • G11C11/40Digital stores characterised by the use of particular electric or magnetic storage elements; Storage elements therefor using electric elements using semiconductor devices using transistors
    • G11C11/401Digital stores characterised by the use of particular electric or magnetic storage elements; Storage elements therefor using electric elements using semiconductor devices using transistors forming cells needing refreshing or charge regeneration, i.e. dynamic cells
    • G11C11/4063Auxiliary circuits, e.g. for addressing, decoding, driving, writing, sensing or timing
    • G11C11/407Auxiliary circuits, e.g. for addressing, decoding, driving, writing, sensing or timing for memory cells of the field-effect type
    • G11C11/408Address circuits
    • GPHYSICS
    • G11INFORMATION STORAGE
    • G11CSTATIC STORES
    • G11C7/00Arrangements for writing information into, or reading information out from, a digital store
    • G11C7/10Input/output [I/O] data interface arrangements, e.g. I/O data control circuits, I/O data buffers
    • G11C7/1006Data managing, e.g. manipulating data before writing or reading out, data bus switches or control circuits therefor

Definitions

  • FIGS. 1–3 illustrate examples of such dynamic memory chips.
  • FIG. 1 shows various memory cells disbursed within different banks 1 – 8 .
  • FIG. 2 illustrates certain of the components within a given bank of memory. Associated with the bank is a row decoder 22 , a column decoder 24 , a memory array 26 , a sense amplifier 28 and column selection circuitry 30 , also referred to herein circuitry 110 .
  • a portion of the memory array 26 is further illustrated in FIG. 3 with a plurality of memory cells 30 attached to particular rows 32 , (e.g., word lines) and columns 34 (e.g., bitlines).
  • rows 32 e.g., word lines
  • columns 34 e.g., bitlines
  • Operation of memories as described above typically involves an address input to the memory array, with a memory cell associated with the input address being accessed and the data stored in that memory cell being read out. Similarly, if data needs to be written into the memory array, the data will have an associated address, and that address will be used to store the data into the memory cell associated with that particular address.
  • Memory chips as described above also use techniques in order to increase their speed and efficiency. Using conventional techniques, such chips can access a word of data in a different column of a pre-selected row in a very efficient manner (typically one word per cycle) but access to a word in a different (non-selected) row is relatively slow (typically ten cycles). Furthermore, since these chips are divided into banks as mentioned previously, which each include separate row/column matrices, as illustrated in FIG. 3 , this allows for a row access to be performed on one bank while column accesses are being made to a different bank. While such operation improves efficiency somewhat, improvements are still needed.
  • the present invention is directed to overcoming the challenges associated with the above discussion and others related to the types of devices and applications discussed above and in other applications.
  • memory performance for access to unstructured address streams is facilitated.
  • memory access operations are effected in an order that is different from the order that such memory access operations are requested. For instance, when memory operation requests are received in a particular order, the storage of and subsequent access to data is carried out in a manner that facilitates rapid memory access.
  • a memory system control circuit is adapted to select, from a set of pending memory references in an address buffer, a memory reference to present to a memory array as a function of an active location in the memory array.
  • pending memory references in the address buffer that correspond to an active location in the memory array are processed before other memory references in the address buffer are processed.
  • a read buffer is configured and arranged to provide data, from the memory array, in an order that is commensurate with the order in which memory references corresponding to the location of the data in the memory array, were received at the address buffer.
  • a memory system includes an address buffer, a read buffer, a memory array and a controller adapted to control the buffers and the memory array to store and retrieve data.
  • addresses e.g., provided by a computer system
  • the control circuit presents addresses to the memory array in an order that is different than the order in which the addresses were received at the address buffer.
  • the read buffer that receives data read out from the memory array and presents the data for use (e.g., by the computer system) in the order in which the address buffer received addresses that correspond to the data.
  • FIG. 1 illustrates a memory arrangement that may be implemented in connection with one or more example embodiments herein;
  • FIG. 2 illustrates a conventional dynamic random access memory arrangements that may be implemented in connection with one or more example embodiments herein;
  • FIG. 3 illustrates a conventional dynamic random access memory arrangements that may be implemented in connection with one or more example embodiments herein;
  • FIG. 4 illustrates a memory arrangement, according to an example embodiment of the present invention.
  • the present invention is believed to be applicable to a variety of different types of devices and processes, and has been found to be particularly suited for the management of memory access (read and/or write) with a memory array. While the present invention is not necessarily limited to such applications, various aspects of the invention may be appreciated through a discussion of examples using this context.
  • FIG. 4 illustrates a streaming memory system, according to an example embodiment of the present invention.
  • the system includes an address buffer 52 , memory 54 , a read buffer 56 and a schedule/control circuit 58 , with applications of each described in further detail hereinafter.
  • memory 54 is shown implemented as a discrete semiconductor circuit chip, the streaming memory system is implemented on a single integrated chip and/or in a variety of fashions, depending upon the particular application.
  • the address buffer 52 inputs addresses that will be used with the memory 54 to access certain particular memory cells during read or write operations.
  • the address buffer 52 is implemented having storage capabilities that are large enough to handle a particular implementation (and corresponding memory buffer requirements). In this regard, the address buffer 52 is generally large enough to store addresses for a predetermined number of memory accesses that have been provided by a computer system 60 (or other processing arrangement or system).
  • the address buffer 52 receives and queues a number of addresses, which are operated upon in an order that is relative to an efficiency characteristic of access to the memory 54 and may, for example, involve operating upon these addresses in an order different from that received by the address buffer 52 .
  • the schedule/control unit 58 acts upon the addresses in the address buffer 52 as a function of characteristics of the memory 54 . For instance, where an address in the address buffer 52 corresponds to an active portion of the memory 54 , that address may be implemented with storing the data in the memory, in a manner independent from an order in which addresses are received in the address buffer 52 . This approach facilitates the efficient use of access to the memory 54 , with other addresses in the address buffer 52 being acted upon accordingly, relative to active portions of the memory 54 and/or the order in which the addresses are received.
  • the read buffer 56 stores the data that is read out from the memory device 54 . This allows, therefore, the data that is read out to be stored and subsequently transmitted from the read buffer 56 to the computer system 60 in the same order as the order in which the addresses were received by the address buffer 52 from the computer system 60 , for those addresses corresponding to read operations. That is, the order in which addresses are acted upon (e.g., and data read to) the memory 54 does not necessarily affect the order in which data is read out from the read buffer 56 . Further, the order in which data is read out from the read buffer 56 can be correlated to the order in which addresses (corresponding to the data) are received at the address buffer 52 .
  • the schedule/control circuit 58 controls the operation of re-ordering the addressing, as will now be further described in connection with a particular example application of the system shown in FIG. 4 . It should be noted, however, that the operations that are conventionally required in order to access a memory device are not described in detail. In many applications, such conventional operations differ depending upon the type of memory device that exists, such as conventional dynamic random access memories, synchronous dynamic random access memories, or rambus dynamic random access memories, as well as other types of memories that are accessed as one or more banks of rows and columns.
  • a new address is input to the address buffer 52 .
  • Addresses in the address buffer 52 are compared with the address of the active row in the previous cycle is made (e.g., using a comparator in the schedule/control circuit 58 that compares the row address of each address with the row address of the currently active row). If one of more of the addresses in the address buffer 52 correspond to an address associated with the active row from the previous cycle (also termed currently active row), the schedule/control circuit 58 initiates those control signals required to perform column addressing of the oldest (i.e., earliest received) address in the address buffer 52 that corresponds to the active row using a priority encoder that selects the first address entered into the address buffer that is contained in the currently active row.
  • That oldest corresponding address therefore, is operated upon during that cycle and is input into memory 54 so that the memory cell associated with that address can be accessed.
  • the comparator and, e.g., a priority encoder, implemented using, e.g., hardwired logic that make up the schedule/control circuit 58 , operate every cycle in parallel to select an access to be run. Each cycle the logic scans the addresses in the address buffer 52 to find one (if any) that is to an active row and selects this address for a column access.
  • the logic in the schedule/control circuit 58 also scans the addresses to find one for which a row access would be profitable, one for which there are no more addresses to the active row in its bank and (optionally) for which there are several other addresses in the same row queued.
  • the schedule/control circuit 58 can also initiate row addressing of a row in a bank other than the currently active row bank. For instance, if column addressing of an address associated with the active row is accessing data in bank 1 , the schedule/control circuit 58 may initiate row addressing for a row within bank 6 , since bank 6 does not currently contain an active row, such that in a subsequent cycle column addressing of that row can take place. With this approach, row access latency can be hidden under column accesses to other banks, thus improving efficiency of this system.
  • the schedule/control circuit 58 will also initiate subsequent control operations, depending on whether a read or a write operation was to take place.
  • the schedule/control circuit 58 causes the read out of data from the addressed memory cell location, and storage of that data into a read buffer 56 .
  • the data is then read out of the read buffer 56 in the order that the read addresses were initially received into the address buffer 52 (e.g., as discussed above).
  • the read buffer 56 is indexed by a pair of pointers in a manner such as that used to reorder instructions in processors that allow out of order execution. As each read access is inserted into the address buffer 52 , the next sequential location in the read buffer 56 is identified by a read-tail pointer, reserved for this access, and marked pending.
  • the value of the read-tail pointer is queued with the address in the address buffer 52 to record the location assigned and the read-tail pointer is incremented modulo the size of the read buffer 56 .
  • the data read is inserted into the read buffer 56 location reserved for this access using the pointer queued with the address in the address buffer 52 and this location is marked full.
  • a read-head pointer is used to remove data from the read buffer 56 .
  • the read-head and read-tail pointer both point to the same location and that location is marked empty.
  • the read-tail pointer is incremented by the schedule/control circuit 58 and locations are marked pending to allocate sequential read buffer 56 locations to these sequential accesses. Finally, as read accesses are performed, some of these pending locations are filled.
  • the read-head pointer incremented modulo the size of the read buffer 56 . Because the read-data for the accesses is output in the same order that the read addresses arrived, ordering, read order is preserved even though memory accesses are performed out of order.
  • the read buffer 56 in effect reorders the out of order memory accesses.
  • ordering is effected in connection with the completion of memory write operations out of order with operations that read or write other memory rows (not to be of the same address).
  • the schedule/control circuit 58 always performs accesses in the same row in the original requested order, thus preserving the original order for two writes to the same location or a read and a write to a given location.
  • the ordering of write operations and the relative ordering of reads and writes by always scanning for accesses to an active row are preserved in the order that accesses arrived.
  • an ‘older’ access to a given row, and hence a given location will always occur before a later access to the same row, and hence same location. Only accesses to distinct rows and hence distinct locations are reordered.
  • read before write or write before read hazards are not a problem with the schedule/control circuit 58 re-ordering.
  • the address buffer 52 and the read buffer 56 are partitioned so that addresses and data for each of separate banks are buffered separately.
  • the schedule/control circuit 58 can access the partitioned buffer associated with a currently active bank and perform an equality comparison on a those address bits necessary to determine if another address in the partitioned buffer corresponds to the currently active row in the currently active bank.
  • the schedule/control circuit 58 then further determines whether to perform fast column addressing for a currently active bank using the another address, or instead initiate addressing of another bank in the manner previously described. With the latter approach involving addressing of another bank, row addressing of another bank is performed while the fast column addressing of the bank that previously had an associated active row is ongoing.
  • the present invention also contemplates initiating access of multiple rows in different banks at the same time.

Abstract

A memory processing approach involves implementation of memory status-driven access. According to an example embodiment, addresses received at an address buffer are processed for access to a memory relative to an active location in the memory. Addresses corresponding to an active location in the memory array are processed prior to addresses that do not correspond to an active location. Data is read from the memory to a read buffer and ordered in a manner commensurate with the order of received addresses at the address buffer (e.g., thus facilitating access to the memory in an order different from that received at the address buffer while maintaining the order from the read buffer).

Description

RELATED PATENT DOCUMENTS
This application is a continuation of U.S. patent application Ser. No. 09/394,222 (STFD.073PA), entitled “Streaming Memory System” and filed on Sep. 13, 1999 now abandoned, to which priority is claimed under 37 U.S.C. §120. U.S. patent application Ser. No. 09/394,222 also claims priority under 35 U.S.C. 119(e) to U.S. Provisional Patent Application No. 60/100,147, filed on Sep. 14, 1998.
FEDERALLY-SPONSORED RESEARCH AND DEVELOPMENT
This invention was made with Government Support under contract DABT63-96-C-0037 awarded by the Department of the Army. The U.S. Government has certain rights in this invention.
BACKGROUND
Modern computer systems use dynamic memory chips that are arranged as a matrix of rows and columns. FIGS. 1–3 illustrate examples of such dynamic memory chips. FIG. 1 shows various memory cells disbursed within different banks 18. FIG. 2 illustrates certain of the components within a given bank of memory. Associated with the bank is a row decoder 22, a column decoder 24, a memory array 26, a sense amplifier 28 and column selection circuitry 30, also referred to herein circuitry 110.
A portion of the memory array 26 is further illustrated in FIG. 3 with a plurality of memory cells 30 attached to particular rows 32, (e.g., word lines) and columns 34 (e.g., bitlines).
Operation of memories as described above typically involves an address input to the memory array, with a memory cell associated with the input address being accessed and the data stored in that memory cell being read out. Similarly, if data needs to be written into the memory array, the data will have an associated address, and that address will be used to store the data into the memory cell associated with that particular address.
Memory chips as described above also use techniques in order to increase their speed and efficiency. Using conventional techniques, such chips can access a word of data in a different column of a pre-selected row in a very efficient manner (typically one word per cycle) but access to a word in a different (non-selected) row is relatively slow (typically ten cycles). Furthermore, since these chips are divided into banks as mentioned previously, which each include separate row/column matrices, as illustrated in FIG. 3, this allows for a row access to be performed on one bank while column accesses are being made to a different bank. While such operation improves efficiency somewhat, improvements are still needed.
Particularly, conventional memory systems process memory operations in the order they are received. If the memory system receives addresses in the same row as the previous address, it performs a column access. If an address in the same row as the previous address is not received, the memory system performs a row access. While this mode of operation yields adequate performance for access patterns with significant spatial locality, performance is degraded by almost 90% for unstructured address streams. Such unstructured address streams are typically of indirect vector or stream references.
These and other challenges to memory system operation and access have hindered certain aspects of memory and memory-related functions.
SUMMARY
The present invention is directed to overcoming the challenges associated with the above discussion and others related to the types of devices and applications discussed above and in other applications. These and other aspects of the present invention are exemplified in a number of illustrated implementations and applications, some of which are shown in the figures and characterized in the claims section that follows.
In an example embodiment of the present invention, memory performance for access to unstructured address streams is facilitated.
In another example embodiment of the present invention, memory access operations are effected in an order that is different from the order that such memory access operations are requested. For instance, when memory operation requests are received in a particular order, the storage of and subsequent access to data is carried out in a manner that facilitates rapid memory access.
According to another example embodiment of the present invention, a memory system control circuit is adapted to select, from a set of pending memory references in an address buffer, a memory reference to present to a memory array as a function of an active location in the memory array. In one application, pending memory references in the address buffer that correspond to an active location in the memory array are processed before other memory references in the address buffer are processed. A read buffer is configured and arranged to provide data, from the memory array, in an order that is commensurate with the order in which memory references corresponding to the location of the data in the memory array, were received at the address buffer.
According to another example embodiment of the present invention, a memory system includes an address buffer, a read buffer, a memory array and a controller adapted to control the buffers and the memory array to store and retrieve data. When the memory system receives addresses (e.g., provided by a computer system) corresponding to data in an order, the addresses are queued in the address buffer. The control circuit presents addresses to the memory array in an order that is different than the order in which the addresses were received at the address buffer. The read buffer that receives data read out from the memory array and presents the data for use (e.g., by the computer system) in the order in which the address buffer received addresses that correspond to the data.
The above summary is not intended to describe each illustrated embodiment or every implementation of the present invention. The figures and detailed description that follow more particularly exemplify these embodiments.
BRIEF DESCRIPTION OF THE DRAWINGS
The invention may be more completely understood in consideration of the detailed description of various embodiments of the invention that follows in connection with the accompanying drawings, in which:
FIG. 1 illustrates a memory arrangement that may be implemented in connection with one or more example embodiments herein;
FIG. 2 illustrates a conventional dynamic random access memory arrangements that may be implemented in connection with one or more example embodiments herein;
FIG. 3 illustrates a conventional dynamic random access memory arrangements that may be implemented in connection with one or more example embodiments herein; and
FIG. 4 illustrates a memory arrangement, according to an example embodiment of the present invention.
While the invention is amenable to various modifications and alternative forms, specifics thereof have been shown by way of example in the drawings and will be described in detail. It should be understood, however, that the intention is not to limit the invention to the particular embodiments described. On the contrary, the intention is to cover all modifications, equivalents, and alternatives falling within the spirit and scope of the invention.
DETAILED DESCRIPTION
The present invention is believed to be applicable to a variety of different types of devices and processes, and has been found to be particularly suited for the management of memory access (read and/or write) with a memory array. While the present invention is not necessarily limited to such applications, various aspects of the invention may be appreciated through a discussion of examples using this context.
FIG. 4 illustrates a streaming memory system, according to an example embodiment of the present invention. The system includes an address buffer 52, memory 54, a read buffer 56 and a schedule/control circuit 58, with applications of each described in further detail hereinafter. While memory 54 is shown implemented as a discrete semiconductor circuit chip, the streaming memory system is implemented on a single integrated chip and/or in a variety of fashions, depending upon the particular application.
The address buffer 52 inputs addresses that will be used with the memory 54 to access certain particular memory cells during read or write operations. The address buffer 52 is implemented having storage capabilities that are large enough to handle a particular implementation (and corresponding memory buffer requirements). In this regard, the address buffer 52 is generally large enough to store addresses for a predetermined number of memory accesses that have been provided by a computer system 60 (or other processing arrangement or system).
The address buffer 52 receives and queues a number of addresses, which are operated upon in an order that is relative to an efficiency characteristic of access to the memory 54 and may, for example, involve operating upon these addresses in an order different from that received by the address buffer 52. The schedule/control unit 58 acts upon the addresses in the address buffer 52 as a function of characteristics of the memory 54. For instance, where an address in the address buffer 52 corresponds to an active portion of the memory 54, that address may be implemented with storing the data in the memory, in a manner independent from an order in which addresses are received in the address buffer 52. This approach facilitates the efficient use of access to the memory 54, with other addresses in the address buffer 52 being acted upon accordingly, relative to active portions of the memory 54 and/or the order in which the addresses are received.
The read buffer 56 stores the data that is read out from the memory device 54. This allows, therefore, the data that is read out to be stored and subsequently transmitted from the read buffer 56 to the computer system 60 in the same order as the order in which the addresses were received by the address buffer 52 from the computer system 60, for those addresses corresponding to read operations. That is, the order in which addresses are acted upon (e.g., and data read to) the memory 54 does not necessarily affect the order in which data is read out from the read buffer 56. Further, the order in which data is read out from the read buffer 56 can be correlated to the order in which addresses (corresponding to the data) are received at the address buffer 52.
The schedule/control circuit 58 controls the operation of re-ordering the addressing, as will now be further described in connection with a particular example application of the system shown in FIG. 4. It should be noted, however, that the operations that are conventionally required in order to access a memory device are not described in detail. In many applications, such conventional operations differ depending upon the type of memory device that exists, such as conventional dynamic random access memories, synchronous dynamic random access memories, or rambus dynamic random access memories, as well as other types of memories that are accessed as one or more banks of rows and columns.
On initiation of a new cycle, a new address is input to the address buffer 52. Addresses in the address buffer 52 are compared with the address of the active row in the previous cycle is made (e.g., using a comparator in the schedule/control circuit 58 that compares the row address of each address with the row address of the currently active row). If one of more of the addresses in the address buffer 52 correspond to an address associated with the active row from the previous cycle (also termed currently active row), the schedule/control circuit 58 initiates those control signals required to perform column addressing of the oldest (i.e., earliest received) address in the address buffer 52 that corresponds to the active row using a priority encoder that selects the first address entered into the address buffer that is contained in the currently active row. That oldest corresponding address, therefore, is operated upon during that cycle and is input into memory 54 so that the memory cell associated with that address can be accessed. Thus, the comparator (and, e.g., a priority encoder), implemented using, e.g., hardwired logic that make up the schedule/control circuit 58, operate every cycle in parallel to select an access to be run. Each cycle the logic scans the addresses in the address buffer 52 to find one (if any) that is to an active row and selects this address for a column access.
If a simultaneous row access is also possible, the logic in the schedule/control circuit 58 also scans the addresses to find one for which a row access would be profitable, one for which there are no more addresses to the active row in its bank and (optionally) for which there are several other addresses in the same row queued. Thus, for certain memory devices, while column addressing of an address is performed, the schedule/control circuit 58 can also initiate row addressing of a row in a bank other than the currently active row bank. For instance, if column addressing of an address associated with the active row is accessing data in bank 1, the schedule/control circuit 58 may initiate row addressing for a row within bank 6, since bank 6 does not currently contain an active row, such that in a subsequent cycle column addressing of that row can take place. With this approach, row access latency can be hidden under column accesses to other banks, thus improving efficiency of this system.
Once a row access is initiated, the schedule/control circuit 58 will also initiate subsequent control operations, depending on whether a read or a write operation was to take place.
If a write operation takes place, the associated data is written into the addressed memory cell location.
If a read operation takes place, the schedule/control circuit 58 causes the read out of data from the addressed memory cell location, and storage of that data into a read buffer 56. The data is then read out of the read buffer 56 in the order that the read addresses were initially received into the address buffer 52 (e.g., as discussed above). In one particular application, in a read operation, the read buffer 56 is indexed by a pair of pointers in a manner such as that used to reorder instructions in processors that allow out of order execution. As each read access is inserted into the address buffer 52, the next sequential location in the read buffer 56 is identified by a read-tail pointer, reserved for this access, and marked pending. The value of the read-tail pointer is queued with the address in the address buffer 52 to record the location assigned and the read-tail pointer is incremented modulo the size of the read buffer 56. When the queued read access is actually performed, the data read is inserted into the read buffer 56 location reserved for this access using the pointer queued with the address in the address buffer 52 and this location is marked full.
In another implementation, a read-head pointer is used to remove data from the read buffer 56. On reset the read-head and read-tail pointer both point to the same location and that location is marked empty. As read accesses arrive, the read-tail pointer is incremented by the schedule/control circuit 58 and locations are marked pending to allocate sequential read buffer 56 locations to these sequential accesses. Finally, as read accesses are performed, some of these pending locations are filled.
Whenever the location identified by the read-head pointer is marked full, the value in that location is output, the location marked empty, and the read-head pointer incremented modulo the size of the read buffer 56. Because the read-data for the accesses is output in the same order that the read addresses arrived, ordering, read order is preserved even though memory accesses are performed out of order. The read buffer 56 in effect reorders the out of order memory accesses.
On another embodiment, ordering is effected in connection with the completion of memory write operations out of order with operations that read or write other memory rows (not to be of the same address). The schedule/control circuit 58 always performs accesses in the same row in the original requested order, thus preserving the original order for two writes to the same location or a read and a write to a given location. The ordering of write operations and the relative ordering of reads and writes by always scanning for accesses to an active row are preserved in the order that accesses arrived. Thus, an ‘older’ access to a given row, and hence a given location, will always occur before a later access to the same row, and hence same location. Only accesses to distinct rows and hence distinct locations are reordered. Thus, read before write or write before read hazards are not a problem with the schedule/control circuit 58 re-ordering.
In another example embodiment of the present invention, the address buffer 52 and the read buffer 56 are partitioned so that addresses and data for each of separate banks are buffered separately. Thus, the schedule/control circuit 58 can access the partitioned buffer associated with a currently active bank and perform an equality comparison on a those address bits necessary to determine if another address in the partitioned buffer corresponds to the currently active row in the currently active bank. The schedule/control circuit 58 then further determines whether to perform fast column addressing for a currently active bank using the another address, or instead initiate addressing of another bank in the manner previously described. With the latter approach involving addressing of another bank, row addressing of another bank is performed while the fast column addressing of the bank that previously had an associated active row is ongoing.
The present invention also contemplates initiating access of multiple rows in different banks at the same time.
While the present invention has been described with reference to several particular example embodiments, those skilled in the art will recognize that many changes may be made thereto without departing from the spirit and scope of the present invention.

Claims (9)

1. For access by a computer arrangement, a memory system that receives addresses corresponding to data in an order, the memory system comprising:
a memory array;
an address buffer that receives addresses in said order;
a control circuit adapted to select, as a function of an active location in the memory array and independent of any prioritization data previously provided with the addresses by the computer arrangement, a memory reference corresponding to at least one of the received addresses, the memory reference being selected to access the memory array in an order different than the order in which the addresses were received by the address buffer; and
a read buffer that receives data read out from the memory array.
2. A memory system according to claim 1, wherein said control circuit is further adapted to control the read buffer to read out data, including the memory reference, from the memory array in said order as received by the address buffer.
3. For use by a computer arrangement, a method of accessing memory having a state of data accessibility that changes, the method comprising:
receiving a plurality of memory access requests in a first order;
buffering the plurality of memory access requests;
initiating an out of order memory access request to a memory array for one of the plurality of memory access requests as a function of an active location in the memory
array and independent of any prioritization data previously provided with the memory access requests by the computer arrangement; and
buffering read results corresponding to the received memory access requests.
4. A memory system that receives addresses corresponding to data, the memory system comprising:
an address buffer that receives addresses in a first order;
a memory array; and
control means for prioritizing the received addresses as a function of an active row in the memory array and independent of any prioritization data previously provided with the addresses by the computer arrangement, before the received addresses are used to access the memory array, and for using the received addresses to access the memory array, the memory array data being accessed in a second order that is different from the first order.
5. For use with a computer arrangement, a memory system that receives addresses corresponding to data, the memory system comprising:
an address buffer that receives addresses in a first order;
a memory array; and
a control circuit adapted to prioritize the received addresses, as a function of an active location in the memory array and independent of any prioritization data previously provided with the addresses by the computer arrangement, before the received addresses are used to access the memory array, and then to use the received addresses to access the memory array, the memory array data being accessed in a second order that is different from the first order.
6. The memory system of claim 5, further including a read buffer communicatively coupled to the control circuit and adapted to reorder, according to the first order of received addresses, data accessed from the memory array, wherein the data includes the memory reference.
7. The memory system of claim 5, wherein the active location in the memory array was an inactive location before being preselected in a previous access to the location.
8. For use with a computer arrangement, a streaming data memory system comprising:
a memory array having a plurality of addressable locations;
an address buffer configured and arranged to receive addresses in an order corresponding to streaming data for passage along a communications link;
a control circuit configured and arranged to select a memory address reference from the address buffer to present to the memory array as a function of an active addressable location in the memory array and independent of any prioritization data previously provided with the addresses by the computer arrangement, and to present the selected memory reference to said memory array;
the memory array being configured and arranged to read out data stored in an addressable location in the memory array that corresponds to the presented selected memory reference; and
a read buffer that receives data read out from the memory array, the read buffer configured and arranged to stream the data along the communications link in the order in which references to the addresses, at which the data was stored, were received at the address buffer.
9. For access by a computer arrangement, a memory system that receives addresses corresponding to data in an order, the memory system comprising:
a memory array;
an address buffer that receives addresses in said order;
a read buffer that receives data read out from the memory array;
a control circuit adapted to select, as a function of an active location in the memory array, a memory reference corresponding to at least one of the received addresses, the memory reference being selected to access the memory array in an order different than the order in which the addresses were received by the address buffer, and adapted to control the read buffer to read out data, including the memory reference, from the memory array in said order as received by the address buffer.
US11/019,979 1998-09-14 2004-12-21 System and method for re-ordering memory references for access to memory Expired - Fee Related US7047391B2 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
US11/019,979 US7047391B2 (en) 1998-09-14 2004-12-21 System and method for re-ordering memory references for access to memory
US11/434,392 US7216214B2 (en) 1998-09-14 2006-05-15 System and method for re-ordering memory references for access to memory
US11/745,067 US7707384B1 (en) 1998-09-14 2007-05-07 System and method for re-ordering memory references for access to memory

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US10014798P 1998-09-14 1998-09-14
US39422299A 1999-09-13 1999-09-13
US11/019,979 US7047391B2 (en) 1998-09-14 2004-12-21 System and method for re-ordering memory references for access to memory

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US39422299A Continuation 1998-09-14 1999-09-13

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US11/434,392 Continuation US7216214B2 (en) 1998-09-14 2006-05-15 System and method for re-ordering memory references for access to memory

Publications (2)

Publication Number Publication Date
US20050105381A1 US20050105381A1 (en) 2005-05-19
US7047391B2 true US7047391B2 (en) 2006-05-16

Family

ID=34576159

Family Applications (3)

Application Number Title Priority Date Filing Date
US11/019,979 Expired - Fee Related US7047391B2 (en) 1998-09-14 2004-12-21 System and method for re-ordering memory references for access to memory
US11/434,392 Expired - Fee Related US7216214B2 (en) 1998-09-14 2006-05-15 System and method for re-ordering memory references for access to memory
US11/745,067 Expired - Fee Related US7707384B1 (en) 1998-09-14 2007-05-07 System and method for re-ordering memory references for access to memory

Family Applications After (2)

Application Number Title Priority Date Filing Date
US11/434,392 Expired - Fee Related US7216214B2 (en) 1998-09-14 2006-05-15 System and method for re-ordering memory references for access to memory
US11/745,067 Expired - Fee Related US7707384B1 (en) 1998-09-14 2007-05-07 System and method for re-ordering memory references for access to memory

Country Status (1)

Country Link
US (3) US7047391B2 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060123169A1 (en) * 2004-12-08 2006-06-08 Chai Sek M Dynamic access scheduling memory controller
US20080270750A1 (en) * 2006-10-06 2008-10-30 Brucek Khailany Instruction-parallel processor with zero-performance-overhead operand copy
US20090165008A1 (en) * 2007-12-19 2009-06-25 Aten International Co., Ltd. Apparatus and method for scheduling commands from host systems
US20100149864A1 (en) * 2008-11-12 2010-06-17 Ertosun Mehmet Guenhan Memory circuit with quantum well-type carrier storage

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7870351B2 (en) * 2007-11-15 2011-01-11 Micron Technology, Inc. System, apparatus, and method for modifying the order of memory accesses
US8713248B2 (en) * 2009-06-02 2014-04-29 Nokia Corporation Memory device and method for dynamic random access memory having serial interface and integral instruction buffer
KR101608910B1 (en) 2009-08-11 2016-04-04 마벨 월드 트레이드 리미티드 Controller for reading data from non-volatile memory
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
US9213532B2 (en) * 2013-09-26 2015-12-15 Oracle International Corporation Method for ordering text in a binary
US9990138B2 (en) * 2015-03-31 2018-06-05 Toshiba Memory Corporation Out of order SGL read sorting in a mixed system with PRP read or system that supports only SGL reads
US11669274B2 (en) * 2021-03-31 2023-06-06 Advanced Micro Devices, Inc. Write bank group mask during arbitration

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6157987A (en) * 1996-03-15 2000-12-05 Micron Technology, Inc. Pixel engine data caching mechanism
US6288730B1 (en) * 1998-08-20 2001-09-11 Apple Computer, Inc. Method and apparatus for generating texture
US6298424B1 (en) * 1997-12-02 2001-10-02 Advanced Micro Devices, Inc. Computer system including priorities for memory operations and allowing a higher priority memory operation to interrupt a lower priority memory operation

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5863283A (en) * 1981-10-13 1983-04-15 Nec Corp Order converting circuit
DE69129252T2 (en) * 1990-08-06 1998-12-17 Ncr Int Inc Method for operating a computer memory and arrangement
US5745913A (en) * 1996-08-05 1998-04-28 Exponential Technology, Inc. Multi-processor DRAM controller that prioritizes row-miss requests to stale banks
US6148380A (en) * 1997-01-02 2000-11-14 Intel Corporation Method and apparatus for controlling data transfer between a synchronous DRAM-type memory and a system bus
JP4008086B2 (en) * 1998-02-04 2007-11-14 沖電気工業株式会社 Data monitor circuit
US6219765B1 (en) * 1998-08-03 2001-04-17 Micron Technology, Inc. Memory paging control apparatus
US6374323B1 (en) * 1998-11-16 2002-04-16 Infineon Technologies Ag Computer memory conflict avoidance using page registers
US6286075B1 (en) * 1998-11-16 2001-09-04 Infineon Technologies Ag Method of speeding up access to a memory page using a number of M page tag registers to track a state of physical pages in a memory device having N memory banks where N is greater than M

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6157987A (en) * 1996-03-15 2000-12-05 Micron Technology, Inc. Pixel engine data caching mechanism
US6298424B1 (en) * 1997-12-02 2001-10-02 Advanced Micro Devices, Inc. Computer system including priorities for memory operations and allowing a higher priority memory operation to interrupt a lower priority memory operation
US6288730B1 (en) * 1998-08-20 2001-09-11 Apple Computer, Inc. Method and apparatus for generating texture

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060123169A1 (en) * 2004-12-08 2006-06-08 Chai Sek M Dynamic access scheduling memory controller
US7363406B2 (en) * 2004-12-08 2008-04-22 Motorola, Inc. Dynamic access scheduling memory controller
US20080270750A1 (en) * 2006-10-06 2008-10-30 Brucek Khailany Instruction-parallel processor with zero-performance-overhead operand copy
US7669041B2 (en) 2006-10-06 2010-02-23 Stream Processors, Inc. Instruction-parallel processor with zero-performance-overhead operand copy
US20090165008A1 (en) * 2007-12-19 2009-06-25 Aten International Co., Ltd. Apparatus and method for scheduling commands from host systems
US20100149864A1 (en) * 2008-11-12 2010-06-17 Ertosun Mehmet Guenhan Memory circuit with quantum well-type carrier storage
US8064239B2 (en) 2008-11-12 2011-11-22 The Board Of Trustees Of The Leland Stanford Junior University Memory circuit with quantum well-type carrier storage

Also Published As

Publication number Publication date
US20050105381A1 (en) 2005-05-19
US7216214B2 (en) 2007-05-08
US20060215481A1 (en) 2006-09-28
US7707384B1 (en) 2010-04-27

Similar Documents

Publication Publication Date Title
US7707384B1 (en) System and method for re-ordering memory references for access to memory
US8639902B2 (en) Methods for sequencing memory access requests
US6389514B1 (en) Method and computer system for speculatively closing pages in memory
US6622228B2 (en) System and method of processing memory requests in a pipelined memory controller
US5390308A (en) Method and apparatus for address mapping of dynamic random access memory
US6546476B1 (en) Read/write timing for maximum utilization of bi-directional read/write bus
US6745309B2 (en) Pipelined memory controller
CN1882928B (en) Memory controller
US7082491B2 (en) Memory device having different burst order addressing for read and write operations
US5367494A (en) Randomly accessible memory having time overlapping memory accesses
US6438062B1 (en) Multiple memory bank command for synchronous DRAMs
JP2000501536A (en) Memory controller unit that optimizes the timing of the memory control sequence between various memory segments
US6061772A (en) Split write data processing mechanism for memory controllers utilizing inactive periods during write data processing for other transactions
US5703810A (en) DRAM for texture mapping
US5963481A (en) Embedded enhanced DRAM, and associated method
US6433786B1 (en) Memory architecture for video graphics environment
US6192459B1 (en) Method and apparatus for retrieving data from a data storage device
CN113808629A (en) Memory device and memory system having the same
US6392935B1 (en) Maximum bandwidth/minimum latency SDRAM interface
US20030163654A1 (en) System and method for efficient scheduling of memory

Legal Events

Date Code Title Description
CC Certificate of correction
CC Certificate of correction
FPAY Fee payment

Year of fee payment: 4

FEPP Fee payment procedure

Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

FPAY Fee payment

Year of fee payment: 8

FEPP Fee payment procedure

Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.)

LAPS Lapse for failure to pay maintenance fees

Free format text: PATENT EXPIRED FOR FAILURE TO PAY MAINTENANCE FEES (ORIGINAL EVENT CODE: EXP.)

STCH Information on status: patent discontinuation

Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362