WO1991007754A1 - Read-while-write-memory - Google Patents
Read-while-write-memory Download PDFInfo
- Publication number
- WO1991007754A1 WO1991007754A1 PCT/US1990/002939 US9002939W WO9107754A1 WO 1991007754 A1 WO1991007754 A1 WO 1991007754A1 US 9002939 W US9002939 W US 9002939W WO 9107754 A1 WO9107754 A1 WO 9107754A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- data
- write
- address
- read
- memory
- Prior art date
Links
Classifications
-
- G—PHYSICS
- G11—INFORMATION STORAGE
- G11C—STATIC STORES
- G11C8/00—Arrangements for selecting an address in a digital store
- G11C8/16—Multiple access memory array, e.g. addressing one storage element via at least two independent addressing line groups
Definitions
- the present invention relates to the design of Random Access Memory (RAM) devices.
- the present invention relates to a RAM design having concurrent READ and WRITE capability.
- RAM Random Access Memory
- a RAM device usually consists of one or more semiconductor devices which are connected to form a storage cell. Large numbers of such cells may be formed into memories. Each cell has a unique address or memory location.
- the RAM device provides structures for storing data at various address locations. Digital information may be written into a selected address (WRITE) , and may be read from a specific location (READ) .
- a conventional RAM device generally has only one address decoder for selecting the specific memory cell to undergo either a READ or WRITE operation. Additionally, the data path to the memory cells during a WRITE operation, is identical with the data path for the READ operation.
- the READ-WHILE-WRITE RAM of the present invention includes: a compare means; an output means; a memory means having WRITE data inputs, READ data outputs, and READ and WRITE address ports.
- the RAM device can write data into a memory address or READ data stored at an address. These two activities can overlap in time and can occur synchronously ⁇ asynchronously with other logic operations.
- the compare means compares the address information on the READ and WRITE address ports, setting the memory bypass flag when the READ and WRITE address data match. A match sets the memory bypass flag. When the data does not match the flag is cleared. The state of the memory bypass flag selects between two sources of output data.
- the output means is coupled to the memory array and to the input latch.
- the memory bypass flag is set the data to be written to the address is concurrently avalible at the data output bus.
- the memory means writes data into memory, stores the data at specified address locations, and reads data stored in specified address locations.
- FIGURE 1 is a block diagram of an illustrative embodiment of the invention. DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENT
- FIGURE 1 forms a part hereof, and in which the invention may be practiced. This embodiment is described in sufficient detail to enable those skilled in the art to practice the invention and it is to be understood that other embodiments may be utilized without departing from the spirit and scope of the present invention. The following detailed description is therefore not to be taken in a limiting sense and the scope of the present invention is defined by the appended claims.
- a memory 10 which incorporates the present invention.
- Data to be written to the memory is presented to the device through a data input bus 12.
- Data read from the device is placed on a data output bus 14.
- the WRITE data on the data input bus 12 is clocked into the input latch 21 on the rising edge of the WRITE data clock input 20.
- the latched WRITE data is presented to the parity generator 22; memory array 23 and output select multiplexer 24.
- Parity generator 22 performs a parity check on the latched WRITE data and then outputs a parity bit via line 34, to memory array 23 and output select multiplexer 24.
- the parity bit 34 is used to detect errors in data stored in memory array 23.
- the READ address is applied via the READ data bus 32 to READ address latch 26.
- the READ data is latched into READ address latch 26.
- the latched READ address information is then presented to the READ decoder 28 and to comparator 29.
- the READ decoder 28 decodes the latched READ address and applies the decoded output to the READ select circuitry of memory array 23 for selecting the memory cells to be read.
- the WRITE address information is applied via the WRITE address bus 33 to WRITE latch 25. On the rising edge of the WRITE address clock 31, the WRITE data is latched into WRITE latch 25.
- the latched WRITE address is presented to the WRITE decoder 27 and to comparator 29.
- the WRITE decoder 27 decodes the latched WRITE address and applies the decoded output to the WRITE select circuitry of memory array 23 for selecting the memory cells to be written to.
- memory array 23 receives the latched WRITE data from the WRITE input latch 21, a parity bit from the parity generator 22, the decoded READ address from the READ decoder 28 and the decoded WRITE address from the WRITE decoder 27.
- the WRITE data and the parity bit are stored in the address location specified by the decoded WRITE address.
- Memory array 23 also outputs the data stored at the address locations specified by the decoded READ address to output select multiplexer 24.
- Memory array 23 can store WRITE data and output READ data either concurrently or at different times, even to the same address.
- comparator 29 The latched READ and WRITE addresses applied to comparator 29 are used to set a memory bypass flag. If, and only if, the READ and WRITE addresses are equivalent, comparator 29 outputs a high signal to AND gate 30. If, and only if, the WRITE enable (WE) signal from external circuitry is present and applied to AND gate 30, AND gate 30 sets a memory bypass flag.
- WE WRITE enable
- the output select multiplexer 24 receives the READ data output from memory array 23, an output enable (OE) signal from circuitry external to the present invention, latched WRITE data from input latch 21, a parity bit from the parity generator 22 and a memory bypass flag signal from AND gate 30.
- OE output enable
- output select multiplexer 24 With output enable (OE) present, output select multiplexer 24 is enabled. When the memory bypass flag signal is not present, output select multiplexer 24 outputs the READ data output from memory Array 23. However, when the memory bypass flag signal from AND gate 30 is present, instead of outputting the changing and possibly unstable data from the memory array 23, the output select multiplexer 24 outputs the latched WRITE data with parity from the input latch 21 and parity generator 22.
- comparator 29 can be placed after decoding to compare READ and WRITE addresses.
- certain features of the invention may be used to advantage without a corresponding use of other features of the invention.
- input latches need not be present, and parity is not required. Therefore, the following claims should be interpreted so as to encompass all equivalents which might suggest themselves to one skilled in the art upon a reading of the present specification.
Landscapes
- Engineering & Computer Science (AREA)
- Microelectronics & Electronic Packaging (AREA)
- Techniques For Improving Reliability Of Storages (AREA)
Abstract
A random-access memory device capable of concurrent reading and writing. The device consists of a READ address input latch, a WRITE address input latch, a READ address decoder, a WRITE address decoder, a memory matrix capable of simultaneously reading and writing data, a comparator for detecting when the WRITE address and the READ address are the same, and a bypass circuit for sending the WRITE input data to the READ data output line when the READ address and the WRITE address are the same.
Description
READ-WHILE-WRITE-MEMORY FIELD OF THE INVENTION
The present invention relates to the design of Random Access Memory (RAM) devices. In particular, the present invention relates to a RAM design having concurrent READ and WRITE capability.
BACKGROUND OF THE INVENTION Modern digital computers, require structures for storing digital information. Various well-known methods of storing and retrieving information are available to the designer. However, when the application requires that digital information be temporarily stored for subsequent quick retrieval, Random Access Memory (RAM) is generally used. A RAM device usually consists of one or more semiconductor devices which are connected to form a storage cell. Large numbers of such cells may be formed into memories. Each cell has a unique address or memory location. The RAM device provides structures for storing data at various address locations. Digital information may be written into a selected address (WRITE) , and may be read from a specific location (READ) .
A conventional RAM device generally has only one address decoder for selecting the specific memory cell to undergo either a READ or WRITE operation. Additionally, the data path to the memory cells during a WRITE operation, is identical with the data path for the READ operation.
Therefore, in conventional RAM devices it is not possible to READ and WRITE concurrently. Typically, 1ΗD and WRITE operations are performed on separate clock phases. This synchronous operation is not always desirable since it can slow overall system performance and/or cause increased complexity.
In some applications, such as high speed computer memory, it may be desirable to perform READ and WRITE operation simultaneously The ability to READ and WRITE concurrently can increase overall sysstem performance.
SUMMARY OF THE INVENTION The READ-WHILE-WRITE RAM of the present invention includes: a compare means; an output means; a memory means having WRITE data inputs, READ data outputs, and READ and WRITE address ports. In operation the RAM device can write data into a memory address or READ data stored at an address. These two activities can overlap in time and can occur synchronously σ asynchronously with other logic operations. The compare means compares the address information on the READ and WRITE address ports, setting the memory bypass flag when the READ and WRITE address data match. A match sets the memory bypass flag. When the data does not match the flag is cleared. The state of the memory bypass flag selects between two sources of output data. The output means is coupled to the memory array and to the input latch. When the memory bypass flag is set the data to be written to the address is concurrently avalible at the data output bus. The memory means writes data into memory, stores the data at specified address locations, and reads data stored in specified address locations.
BRIEF DESCRIPTION OF THE DRAWINGS The previously mentioned features of the present invention will become more apparent with reference to the accompanying drawing and the following description thereof. The sole figure, FIGURE 1 is a block diagram of an illustrative embodiment of the invention.
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENT In the following detailed description of the preferred embodiment, reference is made to the sole FIGURE which forms a part hereof, and in which the invention may be practiced. This embodiment is described in sufficient detail to enable those skilled in the art to practice the invention and it is to be understood that other embodiments may be utilized without departing from the spirit and scope of the present invention. The following detailed description is therefore not to be taken in a limiting sense and the scope of the present invention is defined by the appended claims.
Referring to the sole FIGURE, there is shown a memory 10, which incorporates the present invention. Data to be written to the memory is presented to the device through a data input bus 12. Data read from the device is placed on a data output bus 14.
When the chip enable (CE) signal 16 is present on the input latch 21, the WRITE data on the data input bus 12 is clocked into the input latch 21 on the rising edge of the WRITE data clock input 20. The latched WRITE data is presented to the parity generator 22; memory array 23 and output select multiplexer 24.
Parity generator 22 performs a parity check on the latched WRITE data and then outputs a parity bit via line 34, to memory array 23 and output select multiplexer 24. The parity bit 34 is used to detect errors in data stored in memory array 23.
The READ address is applied via the READ data bus 32 to READ address latch 26. On the rising edge of the READ address clock 31, the READ data is latched into READ address latch 26. The latched READ address information is then presented to the READ decoder 28 and to comparator 29.
In the embodiment depicted, the READ decoder 28 decodes the latched READ address and applies the decoded output to the READ select circuitry of memory array 23 for selecting the memory cells to be read. The WRITE address information is applied via the WRITE address bus 33 to WRITE latch 25. On the rising edge of the WRITE address clock 31, the WRITE data is latched into WRITE latch 25. The latched WRITE address is presented to the WRITE decoder 27 and to comparator 29. In the preferred embodiment, the WRITE decoder 27 decodes the latched WRITE address and applies the decoded output to the WRITE select circuitry of memory array 23 for selecting the memory cells to be written to.
As indicated earlier, memory array 23 receives the latched WRITE data from the WRITE input latch 21, a parity bit from the parity generator 22, the decoded READ address from the READ decoder 28 and the decoded WRITE address from the WRITE decoder 27. The WRITE data and the parity bit are stored in the address location specified by the decoded WRITE address. Memory array 23 also outputs the data stored at the address locations specified by the decoded READ address to output select multiplexer 24. Memory array 23 can store WRITE data and output READ data either concurrently or at different times, even to the same address.
The latched READ and WRITE addresses applied to comparator 29 are used to set a memory bypass flag. If, and only if, the READ and WRITE addresses are equivalent, comparator 29 outputs a high signal to AND gate 30. If, and only if, the WRITE enable (WE) signal from external circuitry is present and applied to AND gate 30, AND gate 30 sets a memory bypass flag.
The output select multiplexer 24 receives the READ data output from memory array 23, an output enable (OE) signal from circuitry external to the present invention, latched WRITE data from input latch 21, a parity bit from
the parity generator 22 and a memory bypass flag signal from AND gate 30.
With output enable (OE) present, output select multiplexer 24 is enabled. When the memory bypass flag signal is not present, output select multiplexer 24 outputs the READ data output from memory Array 23. However, when the memory bypass flag signal from AND gate 30 is present, instead of outputting the changing and possibly unstable data from the memory array 23, the output select multiplexer 24 outputs the latched WRITE data with parity from the input latch 21 and parity generator 22.
In accordance with provisions and statutes, there has been described and illustrated the preferred embodiment of the invention. However, those skilled in the art will appreciate that many changes may be made without departing from the spirit of the invention as set forth in the claims. For example, comparator 29 can be placed after decoding to compare READ and WRITE addresses. Additionally, certain features of the invention may be used to advantage without a corresponding use of other features of the invention. For example, input latches need not be present, and parity is not required. Therefore, the following claims should be interpreted so as to encompass all equivalents which might suggest themselves to one skilled in the art upon a reading of the present specification.
Claims
1. A READ-WHILE-WRITE RAM device, comprising: a memory array having a plurality of memory cells for the stroage of data:
READ address means coupled to said memory array for selecting a memory cell for connection to an output data bus; WRITE address means for selecting a memory cell for connection to an input data bus; comparator means for comparing the address data present on said READ address means and said WRITE address means and for generating bypass memory flag signal when said address data match; an output select multiplexer coupled to said input data bus and connected to said output data bus; said multiplexer responsive to the state of said bypass flag such that said multiplexer presents data on said input data bus to said output databus when said bypass flag indcates that the address data match.
2. The device according to claim 1 further comprising: parity means coupled to said input data bus for generating a parity bit from said WRITE data inputs and applying said parity bit as an additional WRITE data input bit to said memory means.
3. A READ-WHILE-WRITE RAM device, comprising: a READ address input bus having READ address data; a WRITE address input bus having WRITE address data; memory means with READ and WRITE address ports, a WRITE data input port having WRITE data inputs, and a READ data output bus having READ data outputs, said memory means operable for writing said WRITE data inputs into memory, storing data, and retrieving said READ data outputs and applying it to said READ data output bus, said operations capable of being performed either separately or concurrently; decoder means connected between said READ address input bus and said READ address port of said memory means for decoding said READ address data and applying the decoded READ address data to said READ address port; decoder means connected between said WRITE address input bus and said WRITE address port of said memory means for decoding said WRITE address data and applying the decoded WRITE address data to said WRITE address port; compare means having a memory bypass flag, for comparing said READ address data with said WRITE address data, and for setting said memory bypass flag when they are equivalent; and output means for selecting said READ data outputs when said memory bypass flag is clear, and for selecting said WRITE data inputs when said memory bypass flag is set.
4. The device according to claim 3 further comprising: a parity means connected to said WRITE data input port for generating a parity bit from said WRITE data inputs, and applying said parity bit as an additional WRITE data input bit on an additional line of said WRITE data input port.
5. A READ-WHILE-WRITE RAM device, comprising: a READ address input bus having READ address data; a WRITE address input bus having WRITE address data; a READ data output bus; a WRITE data input bus having WRITE data inputs; WRITE data latch means connected to said WRITE data input bus, said WRITE data latch means for latching said WRITE data inputs and outputting latched WRITE data on a latched WRITE data port; memory means having a latched WRITE data input port connected to said latched WRITE data port, READ data outputs connected to said READ data output bus, and both WRITE and READ address ports, said memory means operable for writing said latched WRITE data into memory at address locations specified by the data on said WRITE address port, storing data, and retrieving READ data outputs from the locations specified by the data on said READ address port, said operations capable of being performed either separately or concurrently; decoder means connected between said READ address input bus and said READ address port of said memory means for decoding said READ address data and applying the decoded READ address data onto said READ address port of said memory means; decoder means connected between said WRITE address input bus and said WRITE address port of said memory means for decoding said WRITE address data and applying the decoded WRITE address data onto said WRITE address port of said memory means; compare means having a memory bypass flag, for comparing said READ address data with said WRITE address data, and for setting said memory bypass flag when they are equivalent; and output means connected to said READ data output bus and said latched WRITE data port for selecting said READ data outputs when said memory bypass flag is clear, and for selecting said latched WRITE data when said memory bypass flag is set.
6. The device according to claim 5 further comprising: parity means connected to said latched WRITE data port for generating a parity bit from said latched WRITE data, and applying said parity bit as an additional bit of said latched WRITE data on an additional line of said latched WRITE data port.
7. A READ-WHILE-WRITE RAM device, comprising: a READ address input bus having READ address data; a WRITE address input bus having WRITE address data; a READ data output bus; a WRITE data input bus having WRITE data inputs; WRITE data latch means connected to said WRITE data input bus, said WRITE data latch means for latching said WRITE data inputs and outputting latched WRITE data on a latched WRITE data port; a READ address latch connected to said READ address input bus, said READ address latch for latching said READ address data and outputting latched READ address data on to a latched READ address bus; a WRITE address latch connected to said WRITE address input bus, said WRITE address latch for latching said WRITE address data and outputting latched WRITE address data on to a latched WRITE address bus; memory means having a latched WRITE data input port connected to said latched WRITE data port, READ data outputs connected to said READ data output bus, and both WRITE and READ address ports, said memory means operable for writing said latched WRITE data into memory at address locations specified by the data on said WRITE address port, storing data, and retrieving READ data outputs from the locations specified by the data on said READ address port, said operations capable of being performed either separately or concurrently; decoder means connected between said latched READ address bus and said READ address port of said memory means for decoding said latched READ address data and applying the decoded READ address data onto said READ address port of said memory means; decoder means connected between said latched WRITE address bus and said WRITE address port of said memory means for decoding said latched WRITE address data and applying the decoded WRITE address data onto said WRITE address port of said memory means; compare means having a memory bypass flag, for comparing said READ address data with said WRITE address data, and for setting said memory bypass flag when they are equivalent; and output means connected to said READ data output bus and latched WRITE data port for selecting said READ data outputs when said memory bypass flag is clear, and for selecting said latched WRITE data inputs when said memory bypass flag is set.
8. The device according to claim 7 further comprising: parity means connected to said latched WRITE data port for generating a parity bit from said latched WRITE data, and applying said parity bit as an additional bit of said latched WRITE data on an additional line of said latched WRITE data port.
9. The method of transferring data between a WRITE digital system and a READ digital system operating asynchronously, comprising: inputting WRITE digital data from said WRITE digital system into a RAM device having a WRITE address select means, said WRITE address select means being controlled by said WRITE digital system; outputting READ data to said READ digital system from said RAM device, said RAM device having a READ address select means independent of said WRITE address select means, said READ address select means being controlled by said READ digital system.
10. The method according to claim 9 further comprising bypassing said RAM device when said WRITE address and said READ address are equivalent.
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US43436389A | 1989-11-13 | 1989-11-13 | |
US434,363 | 1989-11-13 |
Publications (1)
Publication Number | Publication Date |
---|---|
WO1991007754A1 true WO1991007754A1 (en) | 1991-05-30 |
Family
ID=23723917
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/US1990/002939 WO1991007754A1 (en) | 1989-11-13 | 1990-05-24 | Read-while-write-memory |
Country Status (1)
Country | Link |
---|---|
WO (1) | WO1991007754A1 (en) |
Cited By (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5255220A (en) * | 1992-04-16 | 1993-10-19 | Thomson Consumer Electronics, Inc. | Dual port video memory system having pulse triggered dual column addressing |
US5495444A (en) * | 1993-07-14 | 1996-02-27 | Ricoh Company, Ltd. | Semiconductor memory device used as a digital buffer and reading and writing method thereof |
EP0807935A2 (en) * | 1996-05-16 | 1997-11-19 | HE HOLDINGS, INC. dba HUGHES ELECTRONICS | System and method for simultaneously reading and writing data in a random access memory |
EP0965129A1 (en) * | 1997-03-05 | 1999-12-22 | Sun Microsystems, Inc. | Recursive multi-channel interface |
EP1201899A2 (en) * | 2000-10-16 | 2002-05-02 | STMicroelectronics S.r.l. | A control device for a vehicle motor |
WO2003098634A3 (en) * | 2002-05-22 | 2005-09-29 | Koninkl Philips Electronics Nv | Magnetoresistive memory cell array and mram memory comprising such array |
KR100549937B1 (en) * | 1998-12-23 | 2006-09-20 | 삼성전자주식회사 | High speed data output semiconductor device |
GB2621458A (en) * | 2022-07-08 | 2024-02-14 | Advanced Risc Mach Ltd | Circuitry for memory address collision prevention |
Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO1988009035A2 (en) * | 1987-05-15 | 1988-11-17 | Analog Devices, Inc. | Multi-port register file with flow-through of data |
-
1990
- 1990-05-24 WO PCT/US1990/002939 patent/WO1991007754A1/en unknown
Patent Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO1988009035A2 (en) * | 1987-05-15 | 1988-11-17 | Analog Devices, Inc. | Multi-port register file with flow-through of data |
Non-Patent Citations (2)
Title |
---|
Electro/87 and Mini/Micro Northeast, vol. 12, Conference Record, 1987, (Los Angeles, CA, US), S. Rajpal et al.: "Memory devices for improved data communications and integrity", pages (4/1) 1-12 * |
IEEE Proceedings of the 1987 Bipolar Circuits and Technology Meeting, Minneapolis, Minnesota, 21-22 September 1987, IEEE, D. Chang et al.: "A sub-five nanosecond ECL 128x18 three port register file", pages 98-100 * |
Cited By (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5255220A (en) * | 1992-04-16 | 1993-10-19 | Thomson Consumer Electronics, Inc. | Dual port video memory system having pulse triggered dual column addressing |
US5495444A (en) * | 1993-07-14 | 1996-02-27 | Ricoh Company, Ltd. | Semiconductor memory device used as a digital buffer and reading and writing method thereof |
EP0807935A2 (en) * | 1996-05-16 | 1997-11-19 | HE HOLDINGS, INC. dba HUGHES ELECTRONICS | System and method for simultaneously reading and writing data in a random access memory |
EP0807935A3 (en) * | 1996-05-16 | 1998-11-04 | Hughes Electronics Corporation | System and method for simultaneously reading and writing data in a random access memory |
EP0965129A1 (en) * | 1997-03-05 | 1999-12-22 | Sun Microsystems, Inc. | Recursive multi-channel interface |
EP0965129A4 (en) * | 1997-03-05 | 2000-01-12 | Sun Microsystems Inc | Recursive multi-channel interface |
KR100549937B1 (en) * | 1998-12-23 | 2006-09-20 | 삼성전자주식회사 | High speed data output semiconductor device |
EP1201899A3 (en) * | 2000-10-16 | 2003-11-26 | STMicroelectronics S.r.l. | A control device for a vehicle motor |
EP1201899A2 (en) * | 2000-10-16 | 2002-05-02 | STMicroelectronics S.r.l. | A control device for a vehicle motor |
WO2003098634A3 (en) * | 2002-05-22 | 2005-09-29 | Koninkl Philips Electronics Nv | Magnetoresistive memory cell array and mram memory comprising such array |
GB2621458A (en) * | 2022-07-08 | 2024-02-14 | Advanced Risc Mach Ltd | Circuitry for memory address collision prevention |
US12066926B2 (en) | 2022-07-08 | 2024-08-20 | Arm Limited | Circuitry for memory address collision prevention |
GB2621458B (en) * | 2022-07-08 | 2024-10-02 | Advanced Risc Mach Ltd | Circuitry for memory address collision prevention |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US6536004B2 (en) | On-chip circuit and method for testing memory devices | |
US6327188B1 (en) | Synchronous random access memory | |
EP0374829B1 (en) | Dual port memory unit | |
US6519675B1 (en) | Two step memory device command buffer apparatus and method and memory devices and computer systems using same | |
EP0716421B1 (en) | A method for testing an array of Random Access Memories (RAMs) | |
EP0355560B1 (en) | Conditional write ram | |
US7349285B2 (en) | Dual port memory unit using a single port memory core | |
US5864505A (en) | Random access memory with plural simultaneously operable banks | |
EP0341897A2 (en) | Content addressable memory array architecture | |
JP2001526819A (en) | Combined program and data non-volatile memory with simultaneous program read / data write capability | |
JPS635839B2 (en) | ||
JPH0245277B2 (en) | ||
EP0341896B1 (en) | Content addressable memory array | |
US6931483B2 (en) | Memory device having different burst order addressing for read and write operations | |
EP0689695A1 (en) | Fault tolerant memory system | |
US5367526A (en) | Memory module, parity bit emulator, and associated method for parity bit emulation | |
KR100487180B1 (en) | Testing RAMBUS memories | |
US5301292A (en) | Page mode comparator decode logic for variable size DRAM types and different interleave options | |
US6484244B1 (en) | Method and system for storing and processing multiple memory commands | |
US6725325B2 (en) | Semiconductor memory device having a double data rate (DDR) mode and utilizing a plurality of comparison circuits to prevent errors due to a late write function | |
WO1991007754A1 (en) | Read-while-write-memory | |
US20060155940A1 (en) | Multi-queue FIFO memory systems that utilize read chip select and device identification codes to control one-at-a-time bus access between selected FIFO memory chips | |
US6118682A (en) | Method and apparatus for reading multiple matched addresses | |
US7127564B2 (en) | Double buffered flash programming | |
US4982379A (en) | Semiconductor memory device having associative function |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AK | Designated states |
Kind code of ref document: A1 Designated state(s): CA JP KR |
|
AL | Designated countries for regional patents |
Kind code of ref document: A1 Designated state(s): AT BE CH DE DK ES FR GB IT LU NL SE |
|
NENP | Non-entry into the national phase |
Ref country code: CA |