US6785188B2 - Fully synchronous pipelined RAM - Google Patents

Fully synchronous pipelined RAM Download PDF

Info

Publication number
US6785188B2
US6785188B2 US10/059,899 US5989902A US6785188B2 US 6785188 B2 US6785188 B2 US 6785188B2 US 5989902 A US5989902 A US 5989902A US 6785188 B2 US6785188 B2 US 6785188B2
Authority
US
United States
Prior art keywords
address
register
data
read
signal
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
US10/059,899
Other versions
US20020154548A1 (en
Inventor
John R. Mick
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.)
Renesas Electronics America Inc
Original Assignee
Integrated Device Technology 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 Integrated Device Technology Inc filed Critical Integrated Device Technology Inc
Priority to US10/059,899 priority Critical patent/US6785188B2/en
Publication of US20020154548A1 publication Critical patent/US20020154548A1/en
Application granted granted Critical
Publication of US6785188B2 publication Critical patent/US6785188B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Classifications

    • 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/1015Read-write modes for single port memories, i.e. having either a random port or a serial port
    • G11C7/1039Read-write modes for single port memories, i.e. having either a random port or a serial port using pipelining techniques, i.e. using latches between functional memory parts, e.g. row/column decoders, I/O buffers, sense amplifiers
    • 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/1072Input/output [I/O] data interface arrangements, e.g. I/O data control circuits, I/O data buffers for memories with random access ports synchronised on clock signal pulse trains, e.g. synchronous memories, self timed memories
    • GPHYSICS
    • G11INFORMATION STORAGE
    • G11CSTATIC STORES
    • G11C2207/00Indexing scheme relating to arrangements for writing information into, or reading information out from, a digital store
    • G11C2207/22Control and timing of internal memory operations
    • G11C2207/2218Late write

Definitions

  • This invention relates to memory circuits and, more particularly, to fully synchronous pipelined random access memory circuits.
  • RAMs synchronous random access memories
  • SRAMs synchronous static RAMs
  • These SRAMs use a “pipeline” scheme whereby the address to be accessed is provided during one cycle and, during the next sequential cycle, the data is provided on the data bus. For example, during a read operation, the address from which data is to be read is provided on the nth cycle and the data read from the SRAM is provided on the data bus on the (n+1)th cycle.
  • SRAMs that provide the address, control and data during the same cycle and there are designs where address and control are provided on the nth cycle and data is provided on the (n+1)th cycle.
  • the speed of the SRAM is increased because the set-up and hold time for a register or latch is typically much shorter than the time to access the main array of the SRAM (the difference typically being several nanoseconds). The result is to break the operations into shorter cycles.
  • the register or latch On the (n+1)th cycle, the register or latch provides the stored address to the SRAM's main array along with the data to be written to the stored address, meeting the set-up and hold times for writing to the SRAM's main array. Because of the reduced set-up and hold time for the address and data on the (n+1)th cycle, the SRAM's cycle time, as viewed at the pins of the device, can be significantly reduced. As a result, the frequency of the system clock can be increased.
  • a fully synchronous pipelined RAM with no lost cycles on bus turnaround is provided (i.e., the RAM is capable of performing a read operation during any clock cycle or a write operation during any clock cycle without limitation).
  • an SRAM includes a memory, an input circuit and a logic circuit.
  • the input circuit is coupled to receive a memory address and control signals during any cycle referred to as the nth cycle.
  • the nth cycle During a write operation on the nth cycle, the corresponding write data to be written into the SRAM is provided during the next, (n+1)th, cycle.
  • the logic circuit causes the previously stored write data to be written from the input circuit into the memory.
  • the new write data associated with the address and control signal received on the nth cycle is received into the input circuit on the (n+1)th cycle.
  • the write data and the address remain in the input circuit during any intervening read operations.
  • the logic circuit compares the address of the read operation to the address of the most recent write operation. If the addresses match, then the SRAM outputs the data stored in the input circuit; however, if the addresses do not match, the SRAM outputs the data stored in the memory corresponding to the requested read address.
  • an SRAM in another embodiment, includes an input circuit, an output circuit, a logic circuit and a memory.
  • the input circuit is coupled to receive a memory address and control signals during any cycle referred to as the nth cycle.
  • the output circuit includes a register to store data read from the memory which is read during the (n+1)th cycle. Data will then be provided out of the output circuit on the next, (n+2)th, cycle.
  • the logic circuit causes the write data to be stored in a first data register in the input circuit two clock cycles after receipt of the write address and control signals. This data will move through the two-stage pipeline in the input circuit during intervening read operations. Thus, write data is written into the memory during the second write operation after the data has been received in the input circuit.
  • the logic circuit compares the address of the read operation to the addresses of the previous two write operations. If the read address matches one of the write-addresses stored in the input circuit, then the SRAM outputs to the output circuit the data corresponding to the matched address from the input circuit to the output circuit; if the read address matches both of the write-addresses stored in the input circuit, then the SRAM outputs to the output circuit the data corresponding to the most recently written matched address from the input circuit to the output circuit; however, if the addresses do not match, the SRAM outputs to the output circuit the data stored in the memory corresponding to the requested read address.
  • FIG. 1 shows a block diagram of one embodiment of the present invention using a single stage pipeline.
  • FIG. 2 shows a more detailed diagram of the embodiment of FIG. 1 .
  • FIG. 3 shows a timing diagram illustrating the operation of the embodiment of FIG. 2 .
  • FIG. 4 shows a block diagram of another embodiment of the present invention using a two-stage pipeline.
  • FIGS. 5A, 5 B and 5 C show timing diagrams illustrating the operation of the embodiment of FIG. 4 .
  • FIGS. 6A (comprising sheets 6 A- 1 and 6 A- 2 ) and 6 B (comprising sheets 6 B- 1 and 6 B- 2 ) illustrate the logic states of certain components and terminals shown in FIG. 7 for two different read/write sequences applied to the structure shown in FIG. 7 in the double pipelined (i.e., two-stage -pipeline) mode.
  • FIG. 7 (comprising sheets 7 - 1 and 7 - 2 ) shows a schematic block diagram of an embodiment of the present invention capable of operating in either a single pipeline or two-stage pipeline configuration.
  • FIGS. 7A and 7B (comprising sheets 7 B- 1 and 7 B- 2 ) show the embodiment of FIG. 7 modified for single stage pipeline and two-stage pipeline operation, respectively.
  • FIGS. 8A and 8B show timing waveforms for two sequences of read/write signals applied to the structure of FIG. 7 operating in the single pipeline mode and dual pipeline mode, respectively.
  • FIG. 9 (comprising sheets 9 A and 9 B) shows an embodiment of this invention suitable for implementation in an integrated circuit chip.
  • FIGS. 10A and 10B show timing waveforms illustrating the operation of the embodiment of FIG. 9 in the two-stage pipeline mode for two different sequences of read/write signals.
  • FIG. 10C shows timing waveforms illustrating the operation of the embodiment of FIG. 9 in the one stage pipeline mode for one sequence of read/write signals.
  • FIG. 1 shows a simplified block diagram of a single pipeline SRAM 100 according to one embodiment of the present invention.
  • SRAM 100 includes a memory 110 connected to control logic 120 , which is connected to an input circuit 130 .
  • Input circuit 130 is coupled to receive address, control, and clock signals from a processor or controller (not shown) on input address bus 131 , input control lead or bus 132 , and input clock lead 134 , respectively.
  • Input data bus 133 is connected to control logic 120 .
  • a read operation is performed as follows.
  • the processor or controller (not shown) provides to SRAM 100 an address to be read on bus 131 .
  • the processor or controller also indicates a read operation by asserting (i.e. taking high) the read/write signal transmitted on control lead or bus 132 .
  • control logic 120 compares the address of the read operation stored in input circuit 130 to the address stored in control logic 120 during the most recent write operation.
  • control logic 120 If the addresses match, then control logic 120 outputs the data stored in the control logic 120 corresponding to the most recent write operation via an output buffer 140 ; however, if the addresses do not match, control logic 120 outputs, via output port Do and buffer 140 , the data stored in SRAM memory 110 corresponding to the address of the read operation. Because the data is read from control logic 120 when a read operation sequentially follows a write operation and the address of the data to be read corresponds to the address to which the last received write data is to be written, no extra cycle is needed to write the data into memory 110 before it can be read as in conventional synchronous SRAMs. As a result, lost cycles are eliminated during bus turnaround, thereby increasing the bandwidth of a system using SRAM 100 .
  • a write operation is performed as follows.
  • the processor or controller (not shown) provides to SRAM 100 an address on bus 131 during an nth cycle.
  • the processor or controller also indicates a write operation by deasserting (i.e. taking low) a read/write signal transmitted on input control lead or bus 132 .
  • Control lead 132 may be replaced by a bus which can then carry other control signals, such as a chip enable signal and a chip select signal.
  • the processor provides on the (n+1)th cycle the corresponding data on bus 133 (called “write data”) to be written to SRAM 110 during the (n+2)th write cycle at the address on bus 131 during the nth cycle.
  • Input circuit 130 receives and stores the address and control on one cycle and the corresponding write data on the next following cycle. Input circuit 130 receives the address and control and input logic 120 receives the write data with a much shorter set up and hold time relative to a typical SRAM memory, thereby allowing SRAM 100 to have a shorter cycle time.
  • control logic circuit 120 causes the write data stored in control logic 120 during the previous write operation to be written into SRAM memory 110 and stored there at the address also stored in control logic 120 associated with that write data.
  • Logic circuit 120 simply holds the write data and write address during any intervening read operations.
  • FIG. 2 shows an embodiment of the SRAM system 100 in FIG. 1 .
  • SRAM system 100 includes registers A 1 , A 3 , R 1 and D 3 .
  • Register A 3 and register D 3 each includes an enable input lead 200 - 1 and 200 - 2 respectively.
  • register A 3 or register D 3 receives a logic low signal on enable input lead 200 - 1 or enable input lead 200 - 2 , respectively, register A 3 or register D 3 will operate as a conventional register.
  • register A 3 and register D 3 each will not alter the stored information on its output bus 205 or 221 , respectively, while a logic high signal is received on enable input lead 200 - 1 or enable input lead 200 - 2 , respectively.
  • Registers A 1 , R 1 and D 3 are respectively coupled to receive the address signals via bus 131 , the read/write control signal via bus 132 and the data signals from the Data I/O input port via bus 133 .
  • the output bus 201 of register A 1 is connected to the input bus 202 of register A 3 and to the H input port 203 of a multiplexer 204 .
  • the output bus 205 of register A 3 is connected to the L input port 206 of multiplexer 204 .
  • the output port 207 of multiplexer 204 is connected to the address port of memory 110 .
  • multiplexer 204 operates to provide either the address stored in register A 1 or the address stored in register A 3 to memory 110 to identify in memory 110 either the address from which read data is to be read or the address to which write data is to be written.
  • Multiplexer 204 is controlled by the read/write signal stored in register R 1 , which signal register R 1 provides to the select input lead of multiplexer 204 via line 208 .
  • the stored read/write signal when asserted (i.e. high) to indicate a read operation, causes multiplexer 204 to pass the output signals of register A 1 to the address port of memory 110 .
  • the stored read/write signal when deasserted (i.e. low) to mean a data-write operation, causes multiplexer 204 to pass the output signals of register A 3 to the address port of memory 110 ; the write data signals in register D 3 are already applied to the Data-In port of memory 110 .
  • the stored read/write signal when deasserted to indicate a write operation, enables register A 3 to store the output address signals from register A 1 and further enables new write data to be stored in register D 3 , this new write data being associated with the address signals being transferred from address register A 1 to address register A 3 .
  • All register storage is on the rising clock edge where the clock signal transitions from low-to-high.
  • FIG. 3 shows a timing diagram exemplifying a series of read and write operations.
  • a read operation is performed as follows.
  • the read/write signal into register R 1 is asserted (i.e. goes high) on lead 132 .
  • Register R 1 receives and stores the asserted read/write signal on the rising edge of the clock signal at the end of the nth cycle (i.e. the start of the (n+1)th cycle) and outputs the asserted read/write signal at the beginning of the (n+1)th cycle.
  • register A 1 receives the read address on input bus 131 , and on the next rising edge of the clock signal at the start of the (n+1)th cycle, stores in, and outputs from register A 1 the address a 1 to be accessed. At the same time, address a 0 stored in register A 1 is transferred to register A 3 since the diagram shows a write cycle at the beginning of the nth cycle.
  • the asserted (i.e. high) read/write signal output from register R 1 at the beginning of the (n+1)th cycle causes multiplexer 204 to pass address a 1 in register A 1 to memory 110 . No write data is associated with the read operation.
  • the address a 0 stored in address register A 1 during the nth cycle represents the address in memory 110 to which data d 0 is to be written.
  • Data d 0 data to be written into SRAM 110 at address a 0 , is applied at the Data I/O port during the nth cycle and is stored in data register D 3 on the low-to-high transition of the clock signal at the end of the nth cycle.
  • SRAM system 100 also includes a comparator 211 having an input bus 212 connected to output port 201 of register A 1 and another input bus 213 connected to output port 205 of register A 3 . Consequently, during the first part of the (n+1)th cycle comparator 211 compares the requested read address a 1 (the address stored in register A 1 ) to the address a 0 of the location in memory to which data d 0 in register D 3 will be sent on the next write clock cycle (this location is at the address a 0 stored in register A 3 ).
  • comparator 211 detects that addresses a 1 and a 0 match, then the read operation is reading from the address a 0 (stored in register A 3 ) to which data d 0 in register D 3 is to be written in the next write operation.
  • the updated data d 0 stored in register D 3 and corresponding to address a 0 in register A 3 has not yet been written into memory 110 ; rather, the updated data d 0 is passed to the input port 218 of mux 217 .
  • the output lead 215 of comparator 211 is connected to select lead 216 of multiplexer 217 .
  • Multiplexer 217 has an H input port 218 connected by bus 221 to the output port 219 of register D 3 .
  • Multiplexer 217 has an L input port 220 connected to the Data-Out port of memory 110 .
  • multiplexer 217 selects the Data-Out port of memory 110 (i.e., data d 1 stored in memory 110 corresponding to address a 1 ) and outputs this data on bus 220 through mux 217 and through buffer 140 to the Data I/O bus.
  • comparator 211 detects that address a 1 does match address a 0 in register A 3
  • multiplexer 217 passes the output signals d 0 on buses 221 and 218 from the data out port 219 of register D 3 to the Data I/O bus through buffer 140 .
  • a write operation is performed as follows.
  • the read/write signal i.e. R/W*
  • the read/write signal is deasserted (i.e. taken low) during the (n+1)th cycle to indicate a write operation is to take place in the (n+2)th cycle.
  • register R 1 receives, stores and outputs the deasserted read/write signal.
  • a low signal on the select input line 208 of multiplexer 204 causes mux 204 to pass on bus 207 to the address port of SRAM 110 the output signals on bus 205 representing the address a 0 stored in register A 3 (which is the address in SRAM memory 110 to which the data d 0 stored in register D 3 as a result of the previous write operation during the nth cycle is to be written).
  • Write enable circuit 210 controls the actual writing of data into SRAM 110 .
  • Circuit 210 is enabled by the deasserted (i.e. low) write signal as is register D 3 , thereby causing memory 110 to receive at the Data-In port, the data signals d 0 on buses 221 and 218 from register D 3 on the next low clock signal (SRAM 110 is enabled by write enable circuit 210 to write data d 0 on the low clock signal during cycle (n+2)).
  • cycle (n+2) the data d 0 in register D 3 will be written into the location in memory 110 defined by the address a 0 in register A 3 .
  • register A 1 receives, stores and outputs the address a 2 to which to-be-received data d 2 applied to the Data I/O terminal during the (n+2)th cycle is to be written in SRAM 110 on the next write cycle.
  • Pulse circuit 210 provides a delayed self timed high-low-high pulse after a low-to-high clock signal after waiting the required time to receive the stored deasserted read/write signal from register R 1 via a line 200 .
  • This pulse causes memory 110 to store at the address a 0 (received from register A 3 via multiplexer 204 ) the data d 0 received at the Data-In port of memory 110 .
  • the Data-In port of memory 110 is connected by buses 218 and 221 to the output port 219 of register D 3 , which outputs data d 0 (the data from the previous write operation associated with address a 0 ).
  • data d 2 is applied to the Data I/O terminal and thus to the input port of register D 3 .
  • Data d 2 corresponds to address a 2 loaded in register A 1 during the low-to-high transition of the clock signal signifying the end of the (n+1)th cycle and the beginning of the (n+2)th cycle.
  • the read/write signal is asserted (i.e. goes high) to indicate that a read operation associated with address a 3 will take place during cycle (n+3).
  • register D 3 stores data d 2 associated with address a 2 .
  • Address a 2 in register A 1 is transferred to register A 3 also at the end of cycle (n+2).
  • the read/write signal asserted during the end of cycle (n+2) is stored in register R 1 on the low-to-high transition of the clock signal at the start of cycle (n+3).
  • Register R 1 provides the asserted read/write signal on output lead 200 to disable pulse circuit 210 , on output lead 200 - 2 to disable data register D 3 and on output lead 200 - 1 to disable address register A 3 .
  • address a 2 remains in address register A 3 .
  • Pulse circuit 210 provides a pulse to write data d 2 from register D 3 into the location in memory 110 at address a 2 in address register A 3 during cycle (n+4) a delayed time after the low-high transition of the clock signal.
  • comparator 211 and multiplexer 217 provides the data requested by the read operation (specified by an address a 3 in register A 1 ) if this data is d 2 (the address a 2 to which this data d 2 is to be written is stored in register A 3 at the start of cycle (n+3)) without first writing this data d 2 into memory 110 , thereby eliminating the lost cycle. Accordingly, an SRAM memory system 100 will have higher system bandwidth relative to the conventional synchronous SRAM system because there is no lost cycle on bus turnaround.
  • FIG. 4 shows a block diagram of another embodiment of the present invention.
  • each of the elements disclosed therein is identical to the elements disclosed in FIG. 1 with the exception that buffer 140 has been replaced by register 440 .
  • Register 440 allows the fully synchronous SRAM of this invention to be used in the system with two pipeline delays as opposed to the single pipeline delay system shown in FIG. 1 .
  • an output signal from SRAM 110 is passed through control logic 120 on bus 443 to register 440 and there stored to be read out of register 440 on bus 444 in response to a clocking signal brought to register 440 on leads 441 and 442 from an external clock (not shown) on the next following clock cycle.
  • the remainder of the structure shown in FIG. 4 at the level of abstraction depicted is identical to that shown in FIG. 1 and operates in essentially the same manner as described above in conjunction with FIGS. 1, 2 and 3 but with two cycle delays associated with data to be written into SRAM 110 and with additional registers and logic required to implement the two-stage pipeline delay.
  • FIGS. 5A, 5 B, and 5 C respectively, illustrate the double pipeline read sequence for reading information from the memory of FIG. 7, the double pipe write sequence for writing information into the memory at a specified address, and an illustrative double pipe read and write sequence as applied over a period of clock cycles illustrated as 0-8 (FIG. 5 C).
  • the double pipe read requires the presence on the input bus to the first address register of an address containing information to be read on the first cycle, the read out from the SRAM of the information at the specified address in the SRAM in the second cycle and then, on the third clock cycle, the storage of this data in a system register and the reading out from the system register of this data.
  • the double pipe write shown in FIG. 5B requires the presence on the input bus to an address register of an address of the location in memory to which data is to be written on the first cycle, a delay for the second cycle during which time the address on the input bus is transferred into the address register. This is followed by a third cycle during which write data to be written into the memory is applied to the input bus of a first data register. This data is written into the first data register in the system on the fourth cycle.
  • FIG. 7 illustrates a fully synchronous SRAM system utilizing the principles of this invention.
  • read and write cycles can be intermixed without bus turnaround cycles for a read cycle following a write cycle.
  • Edge triggered registers i.e. registers which load signals previously applied to their input buses on a low-to-high clock signal transition
  • the unique bus turnaround capability of this invention is achieved using internal edge-triggered flip flops and various gating and controlling logic.
  • read data to be output from the system is available at the Data I/O bus on the next clock cycle after the read address and control signals are presented to the input leads.
  • a separate asynchronous output structure is available to solve high speed timing problems on read cycles should such problems arise.
  • Data for write cycles is presented to the Data I/O bus on the cycle following the cycle in which the address and control signals are presented to the address input bus and the control signal input bus, respectively.
  • the data signals are always one cycle delayed from address and control signals. But the address and control signals are applied to the memory simultaneously in proper timing to ensure that the data is written to or read from the proper cells in the memory.
  • FIG. 7 The structure shown in FIG. 7 is particularly useful in very high speed digital applications.
  • digital signal processing memories for recursive or nonrecursive filters or digital integrators can move data on every clock cycle.
  • ATM switches can have access to data cells continuously without dead cycles.
  • High speed cache memory systems can implement read cycles or write cycles on every clock cycle without interruption caused by the memory component. In many high speed applications, this can result in a speed improvement of up to fifty percent (50%), for example.
  • Data 8 Data inputs/outputs.
  • CLK 1 Clock input All operations (except write to SRAM 710) execute on the low-to-high transitions.
  • R/W* 1 Read/Write input CS* 1 Chip select input.
  • CEN* 1 Clock enable input When active (low), the chip is enabled. When not active (high) all register operations are disabled. Data still appears on the output data bus if the last valid operation was a read and data still appears on the input bus to be written into memory if the last valid operation was a write.
  • OE* 1 Output enable input When active (low), the chip is enabled.
  • the SRAM system of FIG. 7 has the unique property of being able to read or write on every cycle with no dead cycles.
  • the data, read or write, is always delayed by one or two clock cycles (a function of whether a single clock cycle delay or a two clock cycle delay is used) compared to the address and control signals.
  • the circuit of FIG. 7 is capable of operating either as a single pipeline structure (one clock cycle delay) or a double pipeline structure (two clock cycle delay).
  • SGL/DBL* denoted as S/D* in FIG. 7
  • SGL/DBL* denoted as S/D* in FIG. 7
  • SGL/DBL* the data in/out is delayed by two clock cycles.
  • comparators have been given the numbers 701 -i, where i represents a particular comparator, multiplexers have been given the numbers 703 -i, where i represents a particular multiplexer, address registers have been given the numbers 704 -i where i represents a particular address register, read/write (R/W*) control signal registers have been given the numbers 707 -i where i represents a particular control signal register, chip enable registers have been numbered 708 -i, and two sets of registers whose uses will be described shortly have been numbered 709 -i and 710 -i, where i equals 1 or 2.
  • Item 702 is a pulse generator. To avoid cluttering the drawing, leads and terminals have not been numbered.
  • time to should be understood to represent some arbitrary time during the operation of the circuit and not the start time of the circuit.
  • This is shown in FIG. 8A by the notation n, n+1, n+2, . . . n+8 placed above the arbitrary times t 0 , t 1 , t 2 , . . . t 8 , respectively to show that FIG. 8A describes the nth through (n+8)th cycles of operation, where n is a selected integer.
  • the address signals a 0 and the R/W* signal are supplied to appropriate input buses to the circuit. These signals are clocked into address register 704 - 1 and control register 707 - 1 on the low-to-high clock transition at the end of period t 0 and the start of period t 1 .
  • the select input signal Cnt/Load on the select input lead to mux 703 - 1 is low thereby allowing the address signals a 0 applied to the address input bus of mux 703 - 1 to pass through mux 703 - 1 to the D input bus of address register 704 - 1 .
  • Register 704 - 1 is enabled by CpEn* low. Simultaneously OR gate 706 - 1 , enabled by chip select signal CS* low, allows the R/W* signal to pass through OR gate 706 - 1 to the D input lead into register 707 - 1 .
  • Mux 703 - 3 has the FLIP signal applied to its gate. This FLIP signal is low because the signal S/D*, applied to one input lead of inverter 705 - 4 is high (indicating one clock cycle delay). The output signal from inverter 705 - 4 is low so long as the system is operating in the single pipeline mode. Therefore the output signal from AND gate 706 - 7 will be low regardless of the states of the input signals W 1 and R 2 on the other two input leads to AND gate 706 - 7 .
  • OR gate 706 - 5 receives input signals on three input leads.
  • the first input lead is connected to the output lead of mux 703 - 8 .
  • mux 703 - 8 passes the CS 1 * signal through the S input lead. Since CS 1 * is low, OR gate 706 - 5 will have a low input signal on the input lead connected to the output lead of mux 703 - 8 .
  • Chip enable signal CpEn* applied to the middle input lead of OR gate 706 - 5 , is also low to enable the chip containing the circuit of FIG. 7 to operate.
  • the third input lead to OR gate 706 - 5 is connected to the output lead of mux 703 - 6 .
  • the select input lead of mux 703 - 6 is driven by the high S/D* signal for the single pipeline mode.
  • the two input leads to mux 703 - 6 carry the R 1 and R 2 signals, respectively. Because the low output signal from mux 703 - 8 and the low CpEn* signal enable OR gate 706 - 5 , the signal passed by mux 703 - 6 is transferred through OR gate 706 - 5 to the output lead of OR gate 706 - 5 .
  • This signal depending on whether it is low or high enables or disables, respectively, data registers 709 - 1 and 709 - 2 and address registers 704 - 3 and 704 - 4 .
  • the particular address a 0 to which data d 0 will be written is stored in register 704 - 1 on the rising edge of the clock signal between time period t 0 and time period t 1 , one clock cycle before the data d 0 associated with address a 0 is applied to the Data I/O lead of the circuit.
  • a write signal w- 1 is shown as stored in register 707 - 1 .
  • the output lead R 1 of register 707 - 1 will have a low level signal during period t 1 .
  • the output signal W 1 from inverter 705 - 1 will be high during period t 1 .
  • the output address signal a 0 at address register 704 - 1 is applied to the H input bus of multiplexer 703 - 4 .
  • the select input of mux 703 - 4 is driven by the low R 1 signal from register 707 - 1 and therefore the address signal a 0 applied to the H input bus of mux 703 - 4 is not passed through mux 703 - 4 .
  • a new address a 1 is applied to the input bus to register 704 - 1 .
  • data d 0 is applied through the Data I/O pin to the input bus to data register 709 - 1 .
  • Register 709 - 1 is enabled to receive and store data by the low write signal R 1 on the Q output lead of control register 707 - 1 (corresponding to the signal w 0 in FIG. 8A) applied through the S input lead of mux 703 - 6 to one input lead of OR gate 706 - 5 to produce a low enable signal on the enable input leads E of data registers 709 - 1 and 709 - 2 and address registers 704 - 3 and 704 - 4 .
  • the control signal in register 707 - 1 during period t 0 is transferred to register 707 - 2 .
  • the output signal on the Q output lead from register 707 - 2 is inverted in inverter 705 - 2 to yield output signal W 2 which is high or low depending on the state of register 707 - 2 .
  • the address a- 1 in register 704 - 1 during period t 0 is transferred to address registers 704 - 2 and 704 - 3 during the low-to-high transition of the clock signal at the start of period t 1 .
  • This latter transfer occurs through the S input bus of mux 703 - 2 , the select input signal to which is S/D* which is high for the single pipeline mode of operation.
  • the states of the select inputs on muxes 703 - 3 and 703 - 4 remain as they were during period t 0 .
  • Mux 703 - 3 passes the output address a- 1 on the Q output bus from register 704 - 3 and on the L input bus to mux 703 - 3 to the L input bus of mux 703 - 4 (selected by signal R 1 from control register 707 - 1 being low) and from there to the address port of memory 710 .
  • the address of memory 710 to which data d ⁇ 1 in data register 709 - 1 will be written is a- 1 .
  • the low FLIP signal is applied to the select input lead of mux 703 - 5 , the output bus of which is connected to the Data-In port of memory 710 .
  • mux 703 - 5 passes the data signal d ⁇ from data register 709 - 1 to the L input bus of mux 703 - 5 .
  • W 1 is high when R 1 is low and HOLD is high (HOLD is the inverted low output signal on the Q output lead from register 710 - 1 , the input signal to which is low CpEn*)
  • AND gate 706 - 3 is enabled.
  • the output signal from AND gate 706 - 3 goes high in response to the delayed clock signal being applied to one input lead of AND gate 706 - 3 through delay 706 - 2 .
  • This clock signal causes write enable circuit 706 - 4 to produce a low pulse to enable the write input to SRAM 710 .
  • the data d ⁇ 1 is read into and stored at the location in SRAM memory 710 given by address a- 1 because the control signal in register 707 - 1 during time t 0 is a write signal w- 1 .
  • address a 1 is entered into register 704 - 1 and address a 0 , previously in register 704 - 1 , is transferred to registers 704 - 2 (a “don't care”) and 704 - 3 , replacing the address a- 1 formerly in these two registers.
  • write signal w 1 is stored in control register 707 - 1 .
  • Data d 0 is transferred into data register 709 - 1 and data d 1 which corresponds t 0 the address a 1 stored in address register 704 - 1 , is placed on the input bus to data register 709 - 1 from Data I/O terminal.
  • Data d ⁇ 1 is transferred from register 709 - 1 to register 709 - 2 (a “don't care”).
  • the clock signal is transmitted through delay 706 - 2 and, since HOLD and W 1 are both high, causes AND gate 706 - 3 to cause write enable circuit 706 - 4 to enable SRAM 710 to write into memory the data d 0 stored in data register 709 - 1 at the address a 0 stored in address register 704 - 3 .
  • Address a 0 stored in address register 704 - 3 is transmitted to the address port of SRAM 710 on the L input bus of mux 703 - 3 and the L input bus of mux 703 - 4 .
  • the data d 1 is transferred into data storage register 709 - 1 and the data d 0 previously in this data register is transferred to data register 709 - 2 (a “don't care”).
  • data d 1 is transferred into SRAM memory 710 through the L input bus of mux 703 - 5 to the Data-In port of memory 710 and stored in memory 710 at the address a 1 stored in register 704 - 3 during the low-to-high transition of the clock signal at the start of period t 3 .
  • Address a 1 is transmitted through the L input bus of mux 703 - 3 and the L input bus of mux 703 - 4 into the address port of memory 710 to control the location to which the data d 1 in data register 709 - 1 is written.
  • the address a 2 previously in address register 704 - 1 is transferred into address registers 704 - 2 (a “don't care”) and 704 - 3 .
  • the address a 2 is transmitted through the L input bus of mux 703 - 3 to the L input bus of mux 703 - 4 to the address port of SRAM 710 .
  • data d 2 in data register 709 - 1 is transmitted through the low input bus of mux 703 - 5 to the Data-In port of SRAM 710 .
  • data d 2 will be written to address a 2 in SRAM 710 upon the low write enable signal from enable circuit 706 - 4 being applied to the write enabled port of SRAM 710 during period t 4 .
  • Address a 4 is placed on the input bus to address register 704 - 1 and R/W* signal r 4 , denoting a read operation, is placed on the input bus to control register 707 - 1 during period t 4 .
  • the Q output lead of register 707 - 1 still carries a low level signal because write signal w 3 is stored in register 707 - 1 and W 1 from inverter 705 - 1 remains high.
  • W 2 remains high because the previous low write signal w 2 is transferred into control register 707 - 2 causing the output signal W 2 from inverter 705 - 2 to remain high.
  • the R 1 input signal on the S input lead to mux 703 - 6 remains low thereby enabling data registers 709 - 1 and 709 - 2 and address registers 704 - 3 and 704 - 4 .
  • address a 4 is transferred into address register 704 - 1 and address a 3 previously in this register is transferred into address registers 704 - 2 (a “don't care”) and 704 - 3 .
  • Data d 3 is passed into data register 709 - 1 and write signal r 4 is transferred into control register 707 - 1 thereby causing signal R 1 to go high.
  • the signal W 1 from inverter 705 - 1 goes low.
  • the write signal r 4 in control register 707 - 1 causes mux 703 - 4 to select the signals on the H input bus for transfer to the output bus connected to the address port of SRAM 710 .
  • the address a 3 stored in address register 704 - 3 is not transferred to the address port of SRAM 710 . Rather, the address a 4 stored in address register 704 - 1 is transmitted through the H input bus of mux 703 - 4 to the address port of SRAM 710 .
  • a read operation is to be carried out during time period t 5 . If the address a 4 stored in address register 704 - 1 does not equal the address a 3 stored in address register 704 - 3 , then the output signal Eq 3 from comparator 701 - 2 will be low. Thus, mux 703 - 13 will be activated to pass the data out at the address a 4 in SRAM 710 through the L input bus of mux 703 - 13 to the S input bus of output mux 703 - 12 activated by the high level signal S/D*. This output signal will then be transmitted through output buffer 706 - 9 to the Data I/O pin.
  • the signal R 1 going high passes through mux 703 - 6 on the S input lead and then through OR gate 706 - 5 to cause OR gate 706 - 5 to produce a high level output signal thereby disabling data registers 709 - 1 and 709 - 2 and address registers 704 - 3 and 704 - 4 . Consequently, at the start of the next time period, these registers will be disabled and will retain the contents which they held during period t 5 .
  • Eq 3 will be high. High Eq 3 will cause the data d 3 in data register 709 - 1 to be transmitted through the H input bus of mux 703 - 13 and from there to the S input bus of mux 703 - 12 to the output buffer 706 - 9 and from there to the Data I/O port.
  • the data stored in data register 709 - 1 does not have to be written into SRAM 710 when address a 4 equals address a 3 but rather can be read out of the system to the Data I/O bus.
  • Address signal a 5 and control signal r 5 are applied to the input bus and lead, respectively, of address register 704 - 1 and control register 707 - 1 .
  • address a 5 is loaded into address register 704 - 1 .
  • Address a 4 previously in this register is transferred to address register 704 - 2 (a “don't care”).
  • Address a 3 previously in address register 704 - 3 remains in address register 704 - 3 , because register 704 - 3 has been disabled by a high level output signal from OR gate 706 - 5 .
  • read control signal r 5 is loaded into control register 707 - 1 and the previous read control signal r 4 in register 707 - 1 is transferred to register 707 - 2 .
  • signal R 1 is high and signal W 1 is low.
  • OR gate 706 - 5 produced a high level output signal during period t 5 , data register 709 - 1 is disabled.
  • data register 709 - 1 retains the data d 3 previously placed in that register at the start of time period t 5 .
  • Control signal r 5 indicates that a read of the data at address a 5 is to be carried out on SRAM memory 710 during period t 6 .
  • Address as from register 704 - 1 is transmitted through the H input bus of mux 703 - 4 selected by R 1 being high to the address port of SRAM 710 . If address a 5 does not equal address a 4 in data register 704 - 2 , then the signal Eq 2 from comparator 701 - 1 will be low. If a 5 does not equal a 3 stored in data register 704 - 3 , the signal Eq 3 will also be low.
  • the data in SRAM 710 at address a 5 will be transmitted through the Data Out port and through the L input bus of mux 703 - 13 to the S input bus of mux 703 - 12 and from there through output buffer 706 - 9 to the Data I/O bus from the system.
  • the output signal Eq 3 from comparator 701 - 2 will be high. Eq 3 high will cause the data d 3 stored in data register 709 - 1 to be transmitted through the H input bus of mux 703 - 13 to the S input bus of mux 703 - 12 and from there through buffer 706 - 9 to the Data I/O port. Buffer 706 - 9 is enabled during period t 6 as it was during period t 5 by the high R 1 output signal from control register 707 - 1 .
  • Address a 6 and control signal w 6 are applied to the input bus and input lead, respectively, of address register 704 - 1 and storage register 707 - 1 .
  • address a 6 is loaded into address register 704 - 1 .
  • Address a 5 previously in address register 704 - 1 is loaded into address register 704 - 2 .
  • address a 3 previously in address register 704 - 3 remains in address register 704 - 3 because this register has been disabled by the high output signal from OR gate 706 - 5 .
  • write control signal w 6 is transferred into control register 707 - 1 .
  • Read signal r 5 previously in control register 707 - 1 is transferred to control register 707 - 2 .
  • the signal R 1 goes low and W 1 goes high enabling AND gate 706 - 3 .
  • the control signal w 6 means a write operation is now to be carried out on SRAM memory 710 .
  • the last write data to be placed in data register 709 - 1 is data d 3 .
  • This data has yet to be written to SRAM 710 .
  • the address a 3 to which this data d 3 should be written is still stored in address register 704 - 3 which has been disabled by the two high level read signals during periods t 5 and t 6 .
  • the address a 3 is transmitted from address register 704 - 3 through the L input bus to mux 703 - 3 to the L input bus of mux 703 - 4 selected by the signal R 1 being low, and thus to the address port of SRAM 710 .
  • the signal d 3 in data register 709 - 1 is transmitted on the L input bus of mux 703 - 5 to the data in port of SRAM 710 .
  • the clock signal passed through delay 706 - 2 and AND gate 706 - 3 during cycle t 7 enables data d 3 to be written into SRAM 710 to the address a 3 at the address port of SRAM 710 .
  • the system operates to eliminate the one cycle delay during the reading of data from the memory caused by the need to store in the memory the data to be written into the memory before the same data can be read from the memory during a read operation immediately following a write operation.
  • FIG. 7A illustrates the structure of FIG. 7 where all unnecessary elements in the logic block diagram of FIG. 7 have been removed to implement the single pipeline operation of the structure of FIG. 7 .
  • the operation of the structure of FIG. 7A is as described above in conjunction with FIG. 7 .
  • the double pipeline operation is characterized by S/D* going low.
  • the signal FLIP from AND gate 706 - 7 will be high or low depending on the states of signals W 1 and R 2 .
  • FLIP will change from high to low depending on the states of the control signals in control registers 707 - 1 and 707 - 2 .
  • Time t 0 represents some arbitrary time (characterized as the nth cycle) during the operation of the circuit and not the start time of the circuit.
  • times t 1 , t 2 , . . . t 8 correspond to cycles n+1, n+2, . . . n+8where n is an arbitrary integer.
  • address a 0 is applied to the input bus to address register 704 - 1 .
  • a read control signal r 0 is applied to the input lead of control register 707 - 1 .
  • the signal S/D* is low. Accordingly, an input signal on the D* input bus to mux 703 - 2 is passed to the output bus of mux 703 - 2 .
  • the output bus of mux 703 - 2 is connected to the D input bus of address register 704 - 3 .
  • address signal a 0 is transferred into address register 704 - 1 . Simultaneously address a- 1 , already in address register 704 - 1 , is transferred to address register 704 - 2 .
  • the read control signal R/W* shown in FIG. 8B as r 0 , on the input lead to control register 707 - 1 , is transferred into control register 707 - 1 .
  • the write control signal w- 1 in control register 707 - 1 during period t 0 is transferred to control register 707 - 2 .
  • the R 1 and R 2 signals are high and low, respectively, and the W 1 and W 2 signals are low and high, respectively.
  • the signal FLIP is low.
  • the low S/D* signal causes mux 703 - 2 to transmit the address a- 1 in register 704 - 2 on output bus Q to the D* input bus of mux 703 - 2 and through mux 703 - 2 to the D input bus of address register 704 - 3 .
  • the control signal r 0 is stored in register 707 - 1 .
  • the control signal r 0 is high meaning that information is to be read from SRAM 710 during time period t 1 .
  • the address signal a 0 in address register 704 - 1 is applied to the H input bus of mux 703 - 4 .
  • Mux 703 - 4 has the high level signal R 1 on its select input lead and thus passes address a 0 to the address port of SRAM 710 .
  • the data stored at the location in SRAM 710 given by address a 0 is then passed to the Data Out port of SRAM 710 and to the low input bus of mux 703 - 7 .
  • Mux 703 - 7 passes this data to the low input bus of mux 703 - 9 which in turn passes this data to the low input bus of mux 703 - 11 .
  • the select inputs of muxes 703 - 7 and 703 - 9 both have low signals thereby activating their low input buses.
  • the output signal from AND gate 706 - 6 is low because Eq 2 is low meaning comparator 701 - 1 produces a low output signal.
  • mux 703 - 11 passes the data being read out of SRAM 710 to the D input bus of output register 710 - 2 . This data is then read into register 710 - 2 on the low-to-high transition of the clock signal at the end of period t 1 and the start of period t 2 .
  • Address signal a 1 and read control signal r 1 are applied to the input bus and input lead, respectively, of address register 704 - 1 and control register 707 - 1 .
  • the low-to-high transition of the clock signal causes the address a 1 applied to the input bus of address register 704 - 1 to be stored in address register 704 - 1 .
  • the address a 0 previously stored in address register 704 - 1 is stored in address register 704 - 2 .
  • the control signal r 1 indicating that the information stored at address a 1 is to be read out of SRAM 710 , is read into control register 707 - 1 .
  • the control signal r 0 previously in register 707 - 1 is read into control register 707 - 2 .
  • the signals W 1 and W 2 are both low and the signals R 1 and R 2 are both high.
  • the data d 0 read out from SRAM 710 during period t 1 and placed on the input bus D to output register 710 - 2 is transferred into output register 710 - 2 and transferred on the Q output bus from register 710 - 2 to the D input bus of mux 703 - 12 .
  • this data d 0 is then passed from the D input bus of mux 703 - 12 through mux 703 - 12 enabled by the S/D* signal being low, to and through output buffer 706 - 9 enabled by the high level output signal from AND gate 706 - 8 .
  • the data d 0 being output from the memory is passed through buffer 706 - 9 to the Data I/O port and sent from there to its destination.
  • the address a 1 in register 704 - 1 is passed to the H input bus of mux 703 - 4 . Because the select input of mux 703 - 4 is driven high by signal R 1 , this address a 1 is passed to the address port of SRAM 710 . The information d 1 located in SRAM 710 at address a 1 is then passed through the Data Out port from SRAM 710 to the L input bus of mux 703 - 7 and through mux 703 - 7 to the L input bus of mux 703 - 9 . Both muxes 703 - 7 and 703 - 9 have low input signals on their select inputs and thus pass this data d 1 to the L input bus of mux 703 - 11 . This mux also has a low input signal on its select lead and thus passes the data d 1 through mux 703 - 11 to the D input bus of register 710 - 2 .
  • Address signal a 2 is applied to the input bus of address register 704 - 1 while write control signal w 2 is applied to the input lead of control register 707 - 1 .
  • the address a 2 which has previously been placed on the input bus to address register 704 - 1 during period t 2 , is loaded into address register 704 - 1 .
  • the control signal w 2 applied to the D input lead of control register 707 - 1 is loaded into control register 707 - 1 .
  • the signal r 1 previously in control register 707 - 1 is loaded into control register 707 - 2 .
  • the data d 1 on the D input bus to register 710 - 2 (read out from the address location a 1 during the previous period t 2 ) is transferred into register 710 - 2 and made available through mux 703 - 12 and output buffer 706 - 9 to the Data I/O port.
  • Address signal a 3 and write control signal w 3 are applied to the input bus and input lead, respectively, of address register 704 - 1 and control register 707 - 1 .
  • control signal w 2 in register 707 - 1 during period t 3 means that in period t 4 data d 2 will be applied to the Data I/O bus and to the D input bus of register 709 - 1 . This data d 2 will be written into SRAM 710 at the address given by w 2 during a subsequent write period.
  • the write control signal w 3 is placed in register 707 - 1 and the address a 2 specifying the location in memory 710 at which data d 2 is to be stored is transferred from address register 704 - 1 to address register 704 - 2 .
  • the control signal w 2 is transferred from control register 707 - 1 to control register 707 - 2 .
  • read signal r 4 is applied to the input terminal of control register 707 - 1 and the address signal a 4 is applied to the input bus of address register 704 - 1 .
  • the data d 2 is applied to the Data I/O bus and to the D input bus of data register 709 - 1 .
  • control signal r 4 is stored in control register 707 - 1 , address a 4 is stored in address register 704 - 1 and data d 2 is stored in data register 709 - 1 .
  • Output signal R 1 from register 707 - 1 is high.
  • Output signal W 1 from inverter 705 - 1 is low.
  • Control register 707 - 2 stores the write signal w 3 .
  • output signal W 2 from inverter 705 - 2 is high because w 3 is low.
  • the output signal from mux 703 - 6 remains low because the signal R 2 is low.
  • Data registers 709 - 1 and 709 - 2 along with address registers 704 - 3 and 704 - 4 are disabled.
  • AND gate 706 - 3 is disabled when signal W 1 goes low thereby preventing information from being written into SRAM 710 .
  • Data d 3 is applied to the Data I/O bus; data d 3 corresponds t 0 address a 3 applied two cycle previously to the input bus of address register 704 - 1 .
  • the address a 4 stored in address register 704 - 1 depicts the location in SRAM 710 at which information d 4 is to be read out from SRAM 710 . Because R 1 is high, this address is supplied directly through the H input bus of mux 703 - 4 to the address port of SRAM 710 . Simultaneously, this address a 4 is compared in comparator 701 - 1 to the address a 3 stored in register 704 - 2 and also in comparator 701 - 2 to the address a 2 stored in address register 704 - 3 . Should the address a 3 stored in address register 704 - 2 equal the address a 4 stored in address register 704 - 1 , then Eq 2 goes high.
  • AND gate 706 - 6 produces a high output signal enabling mux 703 - 11 .
  • Data d 3 on the input Data I/O bus (corresponding to data d 4 to be read out of memory 710 ) is passed through mux 703 - 11 to the D input bus of register 710 - 2 .
  • Address signal as and read control signal r 5 are applied to the input bus and input lead, respectively, of address register 704 - 1 and control register 707 - 1 .
  • Data d 3 is applied to the Data I/O bus.
  • address as on the input bus to address register 704 - 1 is transferred into register 704 - 1 on the low-to-high transition of the clock signal.
  • Address a 5 is then applied to the input bus of address register 704 - 2 .
  • a read signal r 5 was applied to the input lead of control register 707 - 1 .
  • This read signal r 5 is then transferred into control register 707 - 1 on the low-to-high transition of the clock signal at the beginning of period t 6 .
  • the read control signal r 4 in control register 707 - 1 is transferred to register 707 - 2 .
  • both signals W 1 and W 2 go low.
  • Data d 3 is transferred into data register 709 - 1 and data d 2 is transferred from register 709 - 1 into data register 709 - 2 on the low-to-high transition of the clock signal.
  • Address register 704 - 3 has been enabled by the low level signal from OR gate 706 - 5 generated by R 2 being low during period t 5 . Accordingly, the address a 3 on the input bus to address register 704 - 3 during period t 5 is transferred to address register 704 - 3 at the beginning of period t 6 and the address a 2 on the input bus to address register 704 - 4 during period t 5 is transferred to address register 704 - 4 at the beginning of period t 6 .
  • a read operation is to take place during time period t 6 .
  • the information stored in SRAM 710 at address a 5 is to be read from the system.
  • the address a 5 transmitted to the H input bus of mux 703 - 4 and from there to the address port of SRAM 710 , will determine the address within SRAM 710 at which the information d 5 , to be read from the memory, is located. This information, d 5 , will then be read out of SRAM 710 through the Data Out port and through the L input bus of mux 703 - 7 , the L input bus of mux 703 - 9 , the L input bus of mux 703 - 11 to the input bus of register 710 - 2 .
  • This data d 5 will be transferred into register 710 - 2 on the low-to-high clock transition at the start of period t 7 .
  • the comparators 701 - 1 , 701 - 2 and 701 - 3 all produce low output signals Eq 2 , Eq 3 and Eq 4 , respectively.
  • comparator 701 - 2 produces a high level output signal Eq 3 .
  • a high level signal Eq 3 indicates that the data d 5 to be read out from the memory system is stored in data register 709 - 1 .
  • This data is read out from register 709 - 1 through the H input bus of mux 703 - 9 , the L input bus of mux 703 - 11 , to the D input bus of register 710 - 2 and is stored in register 710 - 2 on the low-to-high transition of the clock signal at the start of period t 7 .
  • the signal Eq 2 goes high.
  • the address a 4 does not correspond to data being read into the system but rather corresponds t 0 a read signal r 4 . Accordingly, no data is present in storage register 709 - 1 or 709 - 2 corresponding to the address a 4 and the address a 5 is transmitted directly to the address input port of SRAM 710 through the H input bus of mux 703 - 4 .
  • the data d 3 stored in data register 709 - 1 during period t 6 identified by the address a 3 in address register 704 - 3 during period t 6 and by the address a 3 in address register 704 - 2 during period t 5 , is read directly out of data register 709 - 1 when the address stored in address register 704 - 1 matches the address stored in address register 704 - 3 .
  • the data d 3 is read from the Data I/O bus when the address a 4 stored in register 704 - 1 matches the address a 3 stored in register 704 - 2 during period t 5 .
  • the address signal a 6 and write control signal w 6 are applied to the input bus and input lead, respectively, of address register 704 - 1 and control register 707 - 1 .
  • Data d 4 corresponding to the information at or to be placed at address a 4 in memory 710 is placed on the Data I/O.
  • address a 6 located on the input bus to address register 704 - 1 during period t 6 , is transferred into and stored in address register 704 - 1 . Simultaneously, the address a 5 previously stored in address register 704 - 1 is transferred to address register 704 - 2 .
  • R 2 was high.
  • data registers 709 - 1 and 709 - 2 and address registers 704 - 3 and 704 - 4 were disabled. These registers are also disabled during time period t 7 .
  • This data d 2 is stored in register 709 - 2 . Because both R 2 and W 1 are high, the FLIP signal from AND gate 706 - 7 is high. Thus, mux 703 - 5 provides the data from the Q output bus of data register 709 - 2 through the H input bus of mux 703 - 5 to the Data In port of SRAM 710 . Meanwhile the address a 2 stored in register 704 - 4 is provided through the H input bus of mux 703 - 3 to the L input bus of mux 703 - 4 to the address port of SRAM 710 . The L input bus of mux 703 - 4 is activated by the low level signal R 1 on the select input of mux 703 - 4 .
  • a write signal w 6 had been applied to the input lead of control register 707 - 1 during period t 6 .
  • This write signal w 6 is now stored in control register 707 - 1 .
  • output signal R 1 goes low causing signal W 1 to go high.
  • R 2 is still high thereby still disabling data registers 709 - 1 and 709 - 2 and address registers 704 - 3 and 704 - 4 .
  • address register 704 - 3 had previously been disabled during period t 6 , the address a 5 on the input bus to address register 704 - 3 is not stored in address register 704 - 3 . Rather, address a 3 previously in address register 704 - 3 during period t 6 remains stored in this register.
  • Data d 3 likewise remains stored in data register 709 - 1 for the same reason.
  • the signal W 1 goes high on the low-to-high clock transition at the beginning of period t 7 , thereby causing AND gate 706 - 3 to produce a high output signal which enables write circuit 706 - 4 to cause the writing of information into SRAM 710 when the clock signal goes high to enable circuit 706 - 4 during period t 7 .
  • a write signal is generated by write enable circuit 706 - 4 which causes the data d 2 stored in data register 709 - 2 to be transmitted through the H input bus of mux 703 - 5 to the Data In port of SRAM 710 and stored at the address a 2 applied to the address port of SRAM 710 through the L input bus of mux 703 - 4 and the H input bus of mux 703 - 3 from the Q output bus of address register 704 - 4 .
  • Address signal a 7 and write control signal w 7 are applied to the input bus and input lead, respectively, of address register 704 - 1 and control register 707 - 1 .
  • register 704 - 1 On the low-to-high transition of the clock signal at the start of period t 8 , address a 7 on the input bus of register 704 - 1 is stored in register 704 - 1 . Address a 6 in register 704 - 1 during period t 7 is transferred to and stored in register 704 - 2 . Registers 704 - 3 and 704 - 4 , however, are still disabled by the high level signal R 2 transmitted through OR gate 706 - 5 . Therefore, registers 704 - 3 and 704 - 4 continue to hold the addresses a 3 and a 2 , respectively. The data in data registers 709 - 1 and 709 - 2 likewise remains d 3 and d 2 respectively.
  • the signal w 7 on the input lead to control register 707 - 1 during period t 7 is transferred into control register 707 - 1 .
  • Signal w 6 previously in control register 707 - 1 , is transferred to control register 707 - 2 .
  • the signals R 1 and R 2 become low. Consequently, the FLIP signal from AND gate 706 - 7 changes from high to low and thereby enables the L input bus of mux 703 - 5 . Consequently, the data d 3 in data register 709 - 1 is transferred through the L input bus of mux 703 - 5 to the Data In port of SRAM 710 .
  • the address a 3 stored in address register 704 - 3 is transmitted through the L input bus of mux 703 - 3 to the L input bus of mux 703 - 4 thereby to the address port of SRAM 710 . Consequently, the data d 3 is stored in SRAM 710 at the address a 3 during period t 8 .
  • data to be written into the memory is applied to the Data I/O two clock periods after the write signal associated with that data is applied to the control circuit.
  • a read signal immediately following a write signal occurs before the data associated with that write signal even appears on the Data I/O port.
  • the data read out from the SRAM memory during the next cycle will be stored in a register prior to being transmitted on the second following clock cycle to the Data I/O port.
  • the Data I/O port will at all times either have input data being transmitted into the system or output data being transmitted from the system.
  • the system basically allows data being written into the system to be held in suspense during the reading out of data from the system.
  • the reading out of data from the system causes the addresses of the two sets of data being written into the system but still in the double pipeline to be checked to determine if the data being read out is one of these two pieces of data. If it is, the system automatically reads out the correct data from a temporary storage register; if it is not, the system automatically reads out the correct data from SRAM 710 .
  • FIG. 7B illustrates the components of FIG. 7 which are required to implement the double pipeline version of this invention.
  • the operation of the structure in FIG. 7B is as described above in connection with the double pipeline operation of the structure shown in FIG. 7 .
  • the elements in FIG. 7B are numbered identically to the corresponding elements in FIG. 7 .
  • FIG. 9 shows the structure of this invention as implemented in the preferred embodiment incorporated in a semiconductor integrated circuit chip.
  • the waveforms shown in FIGS. 10A and 10B illustrate the operation of the embodiment of this invention shown in FIG. 9 in the dual pipeline mode for two sequences of operations.
  • FIG. 10A the sequence of read read write write read read write write read read is described.
  • FIG. 10B the sequence of read write read write read read read is described.
  • any sequence of read and write signals can be applied to the circuit.
  • the waveforms shown in FIGS. 10A and 10B are merely illustrative of two possible sequences of such read and write signals.
  • FIG. 9 the signals depicted in FIG. 9 are as follows:
  • XENB Enable signal (Low to enable)
  • XADDR Address
  • XWEB Write (low)/Read (high)
  • XIO Data signals
  • XOEB Output buffer enable signal
  • XDin Data In to System
  • WB output signal from register 807-1
  • RB Inverted output signal from register 807-1
  • XENB is low to enable operation of the system.
  • the address a 0 is transferred into the address register 804 - 1 .
  • the control signal XWEB corresponding to a read, is transferred into control register 807 - 1 .
  • the chip select signal XCSB (not shown in FIG. 10 A), which is low to select a particular chip, is applied to the D input lead of and is thus stored in register 808 - 1 .
  • the output signal CSB from register 808 - 1 is passed to one input lead of OR gate 805 - 4 and thus CSB when low enables this OR gate to pass the Q output signal from register 807 - 1 .
  • CSB is also passed through inverter 812 - 1 which, when CSB is low, produces a high level signal CS which enables the NAND gate 805 - 3 .
  • the signal RB output from NAND gate 805 - 3 is the complement of signal WB from OR gate 805 - 4 .
  • address a 0 in memory array 810 is applied through the H input bus of mux 803 - 2 (selected because WB is high to indicate a read operation is taking place) to the address port of memory array 810 .
  • the data in memory array 810 at address a 0 is then placed on the output bus OUT from memory array 810 and then transmitted through a buffer 812 - 3 to the input bus to data register 811 - 1 .
  • This data is then stored in register 711 - 1 on the low-to-high transition of the clock signal at the end of period t 0 and the beginning of period t 1 .
  • a write signal w 1 has been applied to control register 807 - 1 and the read signal r 0 previously in control register 807 - 1 is transmitted through OR gate 805 - 4 to control register 807 - 2 .
  • Signal CSB remains low as it will during all operations.
  • the signal WXB represents the control signal in register 807 - 1 during the preceding time period t 0 whereas the signal WB represents the control signal in register 807 - 1 during the current time period t 1 .
  • the address a 1 stored in register 804 - 1 represents the address to which data d 1 , to be applied to the XIO pin in the next clock cycle after the address a 1 is stored in register 804 - 1 , is to be stored in memory array 810 .
  • This data d 1 will be transmitted into data register 809 - 1 two cycles after the address a 1 is transferred into register 804 - 1 .
  • the data stored in register 811 - 1 during time period t 1 is transmitted through the L input bus of mux 803 - 5 , enabled by the low level S/DB signal, to output buffer 812 - 4 and from there to the XIO bus of the system.
  • Buffer 812 - 4 is enabled by a high level signal from AND gate 805 - 10 .
  • Gate 805 - 10 is enabled by the high level signal WXB stored in register 807 - 2 and the high level signal CSX from mux 803 - 3 .
  • the high level signal CSX reflects the high level output signal from inverter 812 - 1 during time period t 0 stored in register 808 - 2 on the low-to-high transition of the clock signal at the start of period t 1 .
  • This high level signal is passed through the L bus of mux 803 - 3 to become the CSX output signal from mux 803 - 3 .
  • a write operation is also called for.
  • write signal w 2 is transferred into control register 807 - 1 and the write signal w 1 previously in control register 807 - 1 is transferred into control register 807 - 2 .
  • WB and WXB become low level signals.
  • the address a 2 is stored in address register 804 - 1 and the address a 1 previously stored in address register 804 - 1 is transferred to address register 804 - 2 .
  • Data d 1 is applied to the input data bus XIO and will be transferred into data register 809 - 1 on the low-to-high transition of the clock signal at the start of the next time period t 3 .
  • the data d 1 on the input bus XIO is transmitted into data register 809 - 1 .
  • a new address a 3 is placed in address register 804 - 1 and the address a 2 previously in register 804 - 1 is transferred to address register 804 - 2 .
  • the address a 1 previously in address register 804 - 2 is transferred to address register 804 - 3 .
  • the read signal r 3 is transferred into control register 807 - 1 and the write signal w 2 previously in control register 807 - 1 during period t 2 is transferred into register 807 - 2 .
  • the address signal a 3 stored in register 804 - 1 is transmitted through the H input bus of mux 803 - 2 , selected by signal WB being high, to the address port of memory array 810 . Because a read operation is being called for, if address a 3 stored in address register 804 - 1 equals the address a 2 stored in address register 804 - 2 or the address a 1 stored in address register 804 - 3 , then comparator 801 - 1 will produce a high output signal EQX or comparator 801 - 2 will produce a high output signal EQY, respectively.
  • AND gate 805 - 12 produces a high level output signal enabling buffer 812 - 12 to pass the data d 2 on the input bus XIO to the system corresponding to address a 2 in register 804 - 2 to output register 811 - 1 .
  • the data d 2 is passed to the input bus of output register 811 - 1 to be stored in this register on the low-to-high transition of the clock signal at the start of period t 4 .
  • read signal r 4 is stored in control register 807 - 1 and previous read signal r 3 is stored in control register 807 - 2 .
  • address a 4 is stored in address register 804 - 1 .
  • Data d 1 stored in data register 809 - 1 is transferred to data register 809 - 2 and data d 2 on the XIO input bus is transferred into data register 809 - 1 .
  • address registers 804 - 2 and 804 - 3 are disabled and thus retain the addresses a 2 and a 1 , respectively.
  • the address a 4 is compared to the addresses stored in address registers 804 - 2 and 804 - 3 , respectively. If the address a 4 equals the address a 2 stored in address register 804 - 2 or the address a 1 stored in address register 804 - 3 then the signal EQX or EQY, respectively will be high.
  • EQY If EQY is high, then EQX will be low and the address a 1 stored in address register 804 - 3 corresponds t 0 the data d 1 stored in data register 809 - 2 .
  • Signal WXB is now high level reflecting the storage of the signal r 3 in control register 807 - 2 . Consequently, AND gate 805 - 11 produces a high level output signal which enables buffer 812 - 10 to pass the data d 1 represented by signal DY, stored in data register 809 - 2 , to the input bus of output register 811 - 1 .
  • Data d 1 will be stored in output register 811 - 1 on the low-to-high clock transition of the clock signal at the start of time period t 5 .
  • data in register 811 - 1 will be passed through the L input bus of mux 803 - 5 (selected by signal S/DB being low) to output buffer 812 - 4 and from there to the Data I/O pin XIO to be sent outside the system.
  • a write signal w 5 is stored in control register 807 - 1 and the read signal r 4 previously in this control register is transferred to and stored in control register 807 - 2 .
  • Address a 5 is stored in address register 804 - 1 but address registers 804 - 2 and 804 - 3 continue to store addresses a 2 and a 1 , respectively because these two registers are still disabled by the read signal r 4 at the low-to-high transition of the clock signal at the start of time period t 5 .
  • the data d 1 in data register 809 - 2 is to be written into memory array 810 at the address a 1 stored in address register 804 - 3 .
  • the system writes data into memory array 810 on the second write operation after the address to which the data is to be written is stored in address register 804 - 1 .
  • Signal WB is low therefore the mux 803 - 2 passes the address a 1 in address register 804 - 3 directly to the L input bus of mux 803 - 2 to the address port of memory 810 .
  • the data DY stored in data register 809 - 2 is applied through the H input bus of mux 803 - 7 selected by the high signal WXB from control register 807 - 2 passed through the L input bus of mux 803 - 6 (selected by the low S/DB signal) to the L input bus of mux 803 - 8 (also selected by the low S/DB signal) to the select input lead of mux 803 - 7 .
  • the data d 1 represented in FIGS. 9 and 10A by the signal DY, is passed through the H input bus of mux 803 - 7 to the Data In port of memory array 810 and stored in memory array 810 at the location given by address a 1 in register 804 - 3 .
  • address a 6 is placed in address register 804 - 1 and address a 5 previously in this register is transmitted to address register 804 - 2 .
  • Control signal w 6 a write signal (low) is transferred into control register 807 - 1 and control signal w 5 , also a write signal (low), is transferred from control register 807 - 1 to control register 807 - 2 .
  • Data d 1 remains in register 809 - 2 and data d 2 remains in register 809 - 1 because these registers are disabled by the high level signal WXB from control register 807 - 2 passed to the L input bus of mux 803 - 6 and from there through OR gate 805 - 5 (enabled by the low XENB signal) to disable data registers 809 - 1 and 809 - 2 .
  • a write operation is to take place during time period t 6 .
  • This write operation involves the transfer of the data d 2 in data register 809 - 1 into SRAM 810 at the address a 2 now stored in address register 804 - 3 . Because WB is low reflecting the write signal w 6 stored in control register 807 - 1 , the address a 2 is transmitted from address register 804 - 3 through the L input bus of mux 803 - 2 to the address port of memory array 810 .
  • Data d 2 is stored in data register 809 - 1 .
  • the data d 2 in data register 809 - 1 is transmitted through the L input bus of mux 803 - 7 selected by the low output signal from mux 803 - 8 transmitted from the WXB output lead of control register 807 - 2 through the L input bus of mux 803 - 6 to the L input bus of mux 803 - 8 to the select input lead of mux 803 - 7 .
  • the low signal WXB (note that WXB goes low during period t 6 because write signal w 5 is transmitted into register 807 - 2 during period t 6 ) thus ensures that the data d 2 is passed through mux 803 - 7 from data register 809 - 1 to the Data In port of memory array 810 and placed at the location in memory array 810 given by address a 2 during period t 6 .
  • Data d 5 corresponding to address as, is placed on the input bus XIO.
  • address signal a 7 is stored in address register 804 - 1 .
  • Addresses a 6 and a 5 are transferred to address registers 804 - 2 and 804 - 3 , respectively.
  • Read signal r 7 is transmitted into and stored in the control register 807 - 1 and the write signal w 6 previously in register 807 - 1 is transferred into and stored in register 807 - 2 .
  • Data d 5 corresponding to the write address a 5 received and stored in address register 804 - 1 during period t 5 is stored in data register 809 - 1 and the data d 2 previously stored in register 809 - 1 is transferred to and stored in register 809 - 2 .
  • WXB is low and thus data registers 809 - 1 and 809 - 2 are enabled. Because a read operation is being carried out during period t 7 , the data stored in memory array 810 at address a 7 is to be read out of the memory array. However, if this data corresponds t 0 the data at the address a 6 stored in address register 804 - 2 or to the data at the address as stored in address register 804 - 3 , EQX or EQY from comparator 801 - 1 or comparator 801 - 2 will be high, respectively.
  • the data d 5 stored in data register 809 - 1 or the data d 6 applied to the Data I/O port (shown as signal XIO) will be selected to be transferred to the input bus to storage register 811 - 1 .
  • WXB which is low, will be inverted by inverter 812 - 13 and applied to one input lead of AND gate 805 - 12 .
  • the high level signal EQX will be applied to the other input lead of AND gate 805 - 12 causing AND gate 805 - 12 to produce a high level output signal which enables buffer 812 - 12 .
  • Buffer 812 - 12 transmits the data signal d 6 on the input I/O bus directly to the input bus to register 811 - 1 to be stored in register 811 - 1 on the low-to-high transition of the clock signal at the start of the next time period t 8 .
  • the data d 6 stored in register 811 - 1 will be read out of register 811 - 1 through the L input bus of mux 803 - 5 and through the output buffer 812 - 4 (enabled by WXB and CSX both high and XOEB low) to the I/O output bus.
  • the circuit continues to operate as described above as additional read and write signals are applied to the circuit.
  • FIG. 10B illustrates the operation of the circuit of FIG. 9 for the sequence of control signals read, write, read, write, read, write, read, read.
  • the address signal a 0 is loaded into address register 804 - 1 .
  • a high level signal XWEB corresponding to a read r 0 is loaded into control register 807 - 1 .
  • address a 1 is loaded into address register 804 - 1 . Because the signal WB is still high, reflecting the read control signal r 0 in control 807 - 1 during time period t 0 , OR gate 805 - 1 produces a high output signal disabling address registers 804 - 2 and 804 - 3 . Therefore the address a 0 in register 804 - 1 is essentially lost and replaced with address a 1 .
  • the control signal w 1 a low write signal, is read into control register 807 - 1 causing the signal WB to become low and the signal RB output from NAND gate 805 - 3 to become high.
  • the write signal w 1 indicates that data d 1 is going to be applied to XIO, the Data I/O terminal, sometime during the next clock period and will be written into the data register 809 - 1 during the second following clock period. Meanwhile any data d 0 being read out of the system as a result of the read control signal during period t 0 is transferred into output register 811 - 1 on the low-to-high transition of the clock signal at the start of the time period t 1 .
  • This data d 0 the data at address a 0 in memory array 810 , is transferred through buffer 812 - 3 enabled by EQY and EQX both being low thereby causing the output signal from AND gate 805 - 6 to be high and thus enable buffer 812 - 3 . From register 811 - 1 , this data d 0 is transmitted on the L input bus of mux 83 - 5 , through buffer 812 - 4 , to the Data I/O.
  • address a 2 is read into address register 804 - 1 .
  • Address a 1 previously in address register 804 - 1 is transferred into address register 804 - 2 , enabled by the low write signal WB during time period t 1 .
  • Any address in address register 804 - 2 is also transferred through mux 803 - 1 to address register 804 - 3 during the same low-to-high transition of the clock signal.
  • the read signal r 2 is transferred into control register 807 - 1 and the low level write signal w 1 previously in control register 807 - 1 during time period t 1 is transferred to control register 807 - 2 .
  • control register 807 - 2 the output signal from control register 807 - 2 is low during time period t 2 . Because the operation during time period t 2 is a read, information contained at address a 2 in SRAM memory 810 is transferred to the data output of memory array 810 and through enabled buffer 812 - 3 to the input port of register 811 - 1 . If, however, the address a 2 stored in address register 804 - 1 of the information to be read from the memory system is equal to the address a 1 stored in address register 804 - 2 , comparator 804 - 1 produces a high level signal EQX.
  • High level signal EQX disables buffer 812 - 3 and means that the data d 1 being applied to the input bus XIO during time period t 2 must also be transferred to the input bus of the output register 811 - 1 because this is the data to be read out from the circuit during period t 2 in response to the read signal r 1 .
  • This data d 1 represented by the signal XIO, is applied directly to the input bus to buffer 812 - 12 .
  • Buffer 812 - 12 is enabled by the high level EQX signal from comparator 801 - 1 together with the low level signal WXB inverted by inverter 812 - 13 to produce a high level output signal from NAND gate 805 - 12 .
  • the data d 1 on the input bus XIO is transferred to the input bus D of output register 811 - 1 .
  • the data d 1 on the input bus D of output register 811 - 1 is transferred into register 811 - 1 .
  • the data d 1 is also transferred into data register 809 - 1 and the address a 3 is transferred into address register 804 - 1 .
  • Write control signal w 3 is transferred into control register 807 - 1 and the read control signal r 2 previously in control register 807 - 1 is transferred through OR gate 805 - 4 enabled by the low level CSB signal from chip select register 808 - 1 to control register 807 - 2 .
  • the signal WXB goes high.
  • the address signal a 2 in register 804 - 1 is not transferred into address register 804 - 2 and the address signal a 1 in address 804 - 2 remains in address register 804 - 2 .
  • the write signal w 3 is stored in control register 807 - 1 .
  • the signal WB goes low.
  • the address stored in register 804 - 3 is transferred through the L input bus of mux 803 - 2 to the address port of memory array 810 .
  • the data previously in data register 809 - 2 is transmitted through the H input bus of mux 803 - 7 (selected by the high WXB signal passed through the L input bus of mux 803 - 6 and the L input bus of mux 803 - 8 ) to the Data In port of memory array 810 .
  • WXB going high disables data registers 809 - 1 and 809 - 2 so that on the low-to-high transition of the clock signal at the start of the next time period t 4 , the data in these two registers will remain in place and not be transferred.
  • the address registers 804 - 2 and 804 - 3 are enabled so that the addresses in registers 804 - 1 and 804 - 2 can be transferred to registers 804 - 2 and 804 - 3 , respectively, on the low-to-high transition of the clock signal at the start of time t 4 .
  • address a 4 is loaded into address register 804 - 1 .
  • Address a 3 previously in address register 804 - 1 is transferred to address register 804 - 2 and address a 1 previously in address register 804 - 2 is transferred to address register 804 - 3 .
  • the read signal r 4 is transferred into control register 807 - 1 and the write signal w 3 previously in control register 807 - 1 is transferred through OR gate 805 - 4 into control register 807 - 2 .
  • the signal WXB goes low.
  • the read signal r 4 means that information d 4 contained in memory array 810 at the location given by address a 4 is to be read out of memory array 810 .
  • the output signal EQX from comparator 801 - 1 goes high. If both EQX and EQY are not high, then the data stored at address a 4 is passed through the Data Out port from SRAM 810 and through buffer 812 - 3 to the input bus of output register 811 - 1 .
  • this data will be loaded into output register 811 - 1 and passed through the L input bus of mux 803 - 5 to buffer 812 - 4 and then read out of the system. If, however, EQX is high then the address a 4 of the data to be read out from the memory array equals the address a 3 stored in address register 804 - 2 . The address a 3 corresponds t 0 data d 3 placed on the input bus XIO. EQX being high and WXB being low (to reflect the write signal w 3 stored in control register 807 - 2 ) causes AND gate 805 - 12 to produce a high output signal to enable buffer 812 - 12 .
  • the data signal d 3 is thereby passed directly to the input bus of output register 811 - 1 .
  • This data signal d 3 will then be stored in output register 811 - 1 on the low-to-high transition of the clock signal at the start of time period t 5 .
  • the address a 4 equals the address a 1 stored in address register 804 - 3 .
  • the address a 1 corresponds t 0 the data d 1 stored in data register 809 - 1 . Accordingly, the data d 1 (corresponding to the signal DX) is read out of the system through buffer 812 - 6 .
  • Buffer 812 - 6 is enabled by a high output signal from AND gate 805 - 9 caused by a high signal EQY applied to one input lead and low signals EQX and WXB applied to and inverted by inverters 812 - 8 and 812 - 9 , respectively.
  • the data d 1 is transferred through buffer 812 - 6 to the input bus of output register 811 - 1 to be loaded into output register 811 - 1 on the low-to-high transition of the clock signal at the start of the next time period t 5 .
  • the system continues to operate as described above with the data corresponding to a given write signal being written into memory array 810 two write cycles following the loading of the address corresponding to that data into address register 804 - 1 .
  • FIG. 9 illustrates the single pipeline operation of the circuit.
  • the single pipeline operation of the circuit requires the signal S/DB to be high.
  • muxes 803 - 1 , 803 - 3 , 803 - 5 , 803 - 6 and 803 - 8 will all have their high input buses selected for the transmission of signals to the output bus from the mux.
  • FIG. 10C illustrates the timing waveforms associated with the system shown in FIG. 9 for the single pipeline delay.
  • address a 0 is read into address register 804 - 1 .
  • Read signal r 0 is read into control register 807 - 1 .
  • the signal WB is high and thus the address a 0 is transmitted directly through the H input bus of mux 803 - 2 to the address port of memory array 810 .
  • the address a- 1 is transferred simultaneously into address register 804 - 2 and address register 804 - 3 , the latter register receiving the output signal from mux 803 - 1 , the input signal to mux 803 - 1 being applied to the H input bus directly from the output bus of register 804 - 1 . If address a 0 equals address a- 1 stored in both registers 804 - 2 and 804 - 3 , then both EQX and EQY from comparators 801 - 1 and 801 - 2 are high.
  • the high EQY signal causes mux 803 - 4 to pass the DX signal reflecting the data signal in register 809 - 1 through the H input bus of mux 803 - 4 to the H input bus of mux 803 - 5 and from there through buffer 812 - 4 to the XIO pin of the circuit. Because EQY is high, the signal DX is the data d ⁇ 1 stored in data register 809 - 1 . Note that in the single pipeline mode, signals EQX and EQY are both simultaneously high or simultaneously low because the same address is stored in both data registers 804 - 2 and 804 - 3 .
  • the address signal a 1 is written to address register 804 - 1 . Because the signal WB is high at the start of time period t 1 , the address registers 804 - 2 and 804 - 3 retain their contents, namely the address a- 1 in both registers. Because a write signal w 1 is stored in control register 807 - 1 and the previous read signal r 0 is stored in control register 807 - 2 , the signal WB is low and the signal RB is high.
  • the address a- 1 stored in address register 804 - 3 is transmitted directly through the L input bus of mux 803 - 2 (selected because the control signal WB is low).
  • the data d ⁇ 1 in data register 809 - 1 is then written into memory array 810 at the address a- 1 stored in address registers 804 - 2 and 804 - 3 .
  • the address signal a 2 is written to address register 804 - 1 . Because the signal WB is low at the start of time period t 2 , the address a 1 in address register 804 - 1 is transferred to register 804 - 2 and also to 804 - 3 . On the low-to-high transition of the clock signal at the start of time period t 2 , the write signal w 2 is transferred into control register 807 - 1 . The previous write signal w 1 stored in control register 807 - 1 is transferred to control register 807 - 2 . Thus the signal WXB is low as is the signal WB.
  • the data d 1 is stored in data register 809 - 1 and the data d ⁇ 1 is transferred from data register 809 - 1 to data register 809 - 2 . Because WB is low, the address a 1 in address register 804 - 3 is transmitted directly to the address port of SRAM 810 and the data d 1 in data register 809 - 1 is transmitted directly to the Data In port of SRAM 810 to be stored there at address a 1 .
  • the data d 2 corresponding to the address a 2 is placed on the Data I/O pin during the time period t 2 .
  • the address signal a 3 is read into address register 804 - 1 .
  • the data d 2 placed on the input bus XIO during the latter portion of time period t 2 is read into data register 809 - 1 and the data d 1 previously in data register 809 - 1 is transferred to data register 809 - 2 .
  • Both of these registers are enabled at the start of time period t 3 by the low level write signal w 2 stored in control register 807 - 1 during time period t 2 .
  • This low level signal is transferred through the H input bus of mux 803 - 6 and through one input lead of OR gate 805 - 5 to enable these two data registers.
  • control register 807 - 1 On the low-to-high transition of the clock signal at the start of time period t 3 , the signal w 2 in control register 807 - 1 is transferred to control register 807 - 2 and the signal r 3 , a read signal, is transferred into control register 807 - 1 .
  • the signal WB becomes high level thereby selecting the H input bus of mux 803 - 2 which passes the address a 3 from address register 804 - 1 through mux 803 - 2 to the address port associated with memory array 810 . Simultaneously the address a 2 previously in address register 804 - 1 is stored in address registers 804 - 2 and 804 - 3 .
  • both EQX and EQY go high thereby both disabling buffer 812 - 3 .
  • EQY high selects the H input bus of mux 803 - 4 which thereby passes to the H input bus of mux 803 - 5 and through the output buffer 812 - 4 to the XIO port the data d 2 associated with the address a 2 .
  • the single pipeline delay system operates to either read out of memory the data at the address associated with a read control signal or to read out of a data storage register the data associated with the address of the location in memory to be read from when that address is the immediately preceding address of data to be written to the memory.
  • FIGS. 7, 7 A and 7 B are shown in FIGS. 7, 7 A and 7 B, for example, for receiving data to be written into or being read from the memory 710 , in practice separate data input and data output terminals can be used, if desired.

Abstract

A memory system includes a memory, an input circuit and a logic circuit. The input circuit is coupled to receive a memory address and, during a write operation, the corresponding write data to be written into the SRAM. The logic circuit causes the write data to be stored in the input circuit for the duration of any sequential read operations immediately following the write operation and then to be read into the memory during subsequent write operation. During the read operation, data which is stored in the write data storage registers prior to being read into the memory can be read out from the memory system should the address of one or more read operations equal the address of the data to be written into the memory while temporarily stored in the write data storage registers. Thus, no “bus turnaround” down time is experienced by the system thereby increasing the bandwidth of the system. The system can operate in a single pipeline mode or a dual pipeline mode.

Description

RELATED APPLICATION
This application is a continuation application of Ser. No. 09/625,382, filed Jul. 25, 2000, which is a continuation application of Ser. No. 09/429,849, filed Oct. 28, 1999 now U.S. Pat. No. 6,249,480, which is a divisional of U.S. application Ser. No. 09/253,577 filed Feb. 19, 1999 (now U.S. Pat. No. 6,094,399), which is a continuation of Ser. No. 08/864,456, filed May 28, 1997 (now U.S. Pat. No. 5,875,151), which is a divisional application of Ser. No. 08/635,128, filed Apr. 19, 1996 (now U.S. Pat. No. 5,838,631).
FIELD OF THE INVENTION
This invention relates to memory circuits and, more particularly, to fully synchronous pipelined random access memory circuits.
BACKGROUND
Many high performance systems require a memory that operates with a fast system clock. Some designers use synchronous random access memories (“RAMs”) to meet this system requirement. For example, some synchronous static RAMs (SRAMs) are available which use registers or latches to temporarily store the address and control. These SRAMs use a “pipeline” scheme whereby the address to be accessed is provided during one cycle and, during the next sequential cycle, the data is provided on the data bus. For example, during a read operation, the address from which data is to be read is provided on the nth cycle and the data read from the SRAM is provided on the data bus on the (n+1)th cycle. For write operations, there are SRAMs that provide the address, control and data during the same cycle and there are designs where address and control are provided on the nth cycle and data is provided on the (n+1)th cycle.
The speed of the SRAM is increased because the set-up and hold time for a register or latch is typically much shorter than the time to access the main array of the SRAM (the difference typically being several nanoseconds). The result is to break the operations into shorter cycles. On the (n+1)th cycle, the register or latch provides the stored address to the SRAM's main array along with the data to be written to the stored address, meeting the set-up and hold times for writing to the SRAM's main array. Because of the reduced set-up and hold time for the address and data on the (n+1)th cycle, the SRAM's cycle time, as viewed at the pins of the device, can be significantly reduced. As a result, the frequency of the system clock can be increased.
One problem with conventional SRAMs is that, typically, trying to intermix reads and writes in a high speed system causes a cycle to be “lost” when a memory write is immediately followed by a memory read (i.e., bus turnaround). Generally, a cycle is lost on turnaround because the structure of these RAMs requires an extra cycle to make sure that all of the data is written into the memory before a read operation can be performed. For example, if a write operation is followed by a read operation from the same address, a lost cycle is needed so that the “new” data will be written to the specified address before the read operation is performed on the data stored at the same address. In systems where bus turnaround occurs frequently, the lost cycles on bus turnaround can significantly reduce the bandwidth of the system. With conventional synchronous SRAMs, the same problem can exist.
SUMMARY
According to the present invention, a fully synchronous pipelined RAM with no lost cycles on bus turnaround is provided (i.e., the RAM is capable of performing a read operation during any clock cycle or a write operation during any clock cycle without limitation).
One embodiment of the present invention, an SRAM, includes a memory, an input circuit and a logic circuit. The input circuit is coupled to receive a memory address and control signals during any cycle referred to as the nth cycle. During a write operation on the nth cycle, the corresponding write data to be written into the SRAM is provided during the next, (n+1)th, cycle. During the nth cycle, the logic circuit causes the previously stored write data to be written from the input circuit into the memory. The new write data associated with the address and control signal received on the nth cycle is received into the input circuit on the (n+1)th cycle. The write data and the address remain in the input circuit during any intervening read operations.
In this embodiment, when performing a read operation, the logic circuit compares the address of the read operation to the address of the most recent write operation. If the addresses match, then the SRAM outputs the data stored in the input circuit; however, if the addresses do not match, the SRAM outputs the data stored in the memory corresponding to the requested read address.
In another embodiment of the present invention, an SRAM includes an input circuit, an output circuit, a logic circuit and a memory. In this embodiment, the input circuit is coupled to receive a memory address and control signals during any cycle referred to as the nth cycle. The output circuit includes a register to store data read from the memory which is read during the (n+1)th cycle. Data will then be provided out of the output circuit on the next, (n+2)th, cycle.
The logic circuit causes the write data to be stored in a first data register in the input circuit two clock cycles after receipt of the write address and control signals. This data will move through the two-stage pipeline in the input circuit during intervening read operations. Thus, write data is written into the memory during the second write operation after the data has been received in the input circuit. These operations and their associated variations will be more fully understood in accordance with the detailed description taken with the drawings.
When performing a read operation, the logic circuit compares the address of the read operation to the addresses of the previous two write operations. If the read address matches one of the write-addresses stored in the input circuit, then the SRAM outputs to the output circuit the data corresponding to the matched address from the input circuit to the output circuit; if the read address matches both of the write-addresses stored in the input circuit, then the SRAM outputs to the output circuit the data corresponding to the most recently written matched address from the input circuit to the output circuit; however, if the addresses do not match, the SRAM outputs to the output circuit the data stored in the memory corresponding to the requested read address.
This invention will be more fully understood in accordance with the following detailed description taken with the drawings.
BRIEF DESCRIPTION OF THE DRAWINGS
FIG. 1 shows a block diagram of one embodiment of the present invention using a single stage pipeline.
FIG. 2 shows a more detailed diagram of the embodiment of FIG. 1.
FIG. 3 shows a timing diagram illustrating the operation of the embodiment of FIG. 2.
FIG. 4 shows a block diagram of another embodiment of the present invention using a two-stage pipeline.
FIGS. 5A, 5B and 5C show timing diagrams illustrating the operation of the embodiment of FIG. 4.
FIGS. 6A (comprising sheets 6A-1 and 6A-2) and 6B (comprising sheets 6B-1 and 6B-2) illustrate the logic states of certain components and terminals shown in FIG. 7 for two different read/write sequences applied to the structure shown in FIG. 7 in the double pipelined (i.e., two-stage -pipeline) mode.
FIG. 7 (comprising sheets 7-1 and 7-2) shows a schematic block diagram of an embodiment of the present invention capable of operating in either a single pipeline or two-stage pipeline configuration.
FIGS. 7A and 7B (comprising sheets 7B-1 and 7B-2) show the embodiment of FIG. 7 modified for single stage pipeline and two-stage pipeline operation, respectively.
FIGS. 8A and 8B show timing waveforms for two sequences of read/write signals applied to the structure of FIG. 7 operating in the single pipeline mode and dual pipeline mode, respectively.
FIG. 9 (comprising sheets 9A and 9B) shows an embodiment of this invention suitable for implementation in an integrated circuit chip.
FIGS. 10A and 10B show timing waveforms illustrating the operation of the embodiment of FIG. 9 in the two-stage pipeline mode for two different sequences of read/write signals.
FIG. 10C shows timing waveforms illustrating the operation of the embodiment of FIG. 9 in the one stage pipeline mode for one sequence of read/write signals.
DETAILED DESCRIPTION
FIG. 1 shows a simplified block diagram of a single pipeline SRAM 100 according to one embodiment of the present invention. Although this embodiment utilizes SRAM memory cells, this invention also can be embodied using DRAM memory cells. SRAM 100 includes a memory 110 connected to control logic 120, which is connected to an input circuit 130. Input circuit 130 is coupled to receive address, control, and clock signals from a processor or controller (not shown) on input address bus 131, input control lead or bus 132, and input clock lead 134, respectively. Input data bus 133 is connected to control logic 120.
A read operation is performed as follows. During the nth cycle, the processor or controller (not shown) provides to SRAM 100 an address to be read on bus 131. The processor or controller also indicates a read operation by asserting (i.e. taking high) the read/write signal transmitted on control lead or bus 132. During the (n+1)th cycle, control logic 120 compares the address of the read operation stored in input circuit 130 to the address stored in control logic 120 during the most recent write operation. If the addresses match, then control logic 120 outputs the data stored in the control logic 120 corresponding to the most recent write operation via an output buffer 140; however, if the addresses do not match, control logic 120 outputs, via output port Do and buffer 140, the data stored in SRAM memory 110 corresponding to the address of the read operation. Because the data is read from control logic 120 when a read operation sequentially follows a write operation and the address of the data to be read corresponds to the address to which the last received write data is to be written, no extra cycle is needed to write the data into memory 110 before it can be read as in conventional synchronous SRAMs. As a result, lost cycles are eliminated during bus turnaround, thereby increasing the bandwidth of a system using SRAM 100.
A write operation is performed as follows. The processor or controller (not shown) provides to SRAM 100 an address on bus 131 during an nth cycle. The processor or controller also indicates a write operation by deasserting (i.e. taking low) a read/write signal transmitted on input control lead or bus 132. Control lead 132 may be replaced by a bus which can then carry other control signals, such as a chip enable signal and a chip select signal. The processor provides on the (n+1)th cycle the corresponding data on bus 133 (called “write data”) to be written to SRAM 110 during the (n+2)th write cycle at the address on bus 131 during the nth cycle.
Input circuit 130 receives and stores the address and control on one cycle and the corresponding write data on the next following cycle. Input circuit 130 receives the address and control and input logic 120 receives the write data with a much shorter set up and hold time relative to a typical SRAM memory, thereby allowing SRAM 100 to have a shorter cycle time.
During the (n+1)th cycle, control logic circuit 120 causes the write data stored in control logic 120 during the previous write operation to be written into SRAM memory 110 and stored there at the address also stored in control logic 120 associated with that write data.
Logic circuit 120 simply holds the write data and write address during any intervening read operations.
FIG. 2 shows an embodiment of the SRAM system 100 in FIG. 1. Like reference numerals are used between drawings for like structures. SRAM system 100 includes registers A1, A3, R1 and D3. Register A3 and register D3 each includes an enable input lead 200-1 and 200-2 respectively. When register A3 or register D3 receives a logic low signal on enable input lead 200-1 or enable input lead 200-2, respectively, register A3 or register D3 will operate as a conventional register. However, register A3 and register D3 each will not alter the stored information on its output bus 205 or 221, respectively, while a logic high signal is received on enable input lead 200-1 or enable input lead 200-2, respectively.
Registers A1, R1 and D3 are respectively coupled to receive the address signals via bus 131, the read/write control signal via bus 132 and the data signals from the Data I/O input port via bus 133. The output bus 201 of register A1 is connected to the input bus 202 of register A3 and to the H input port 203 of a multiplexer 204. The output bus 205 of register A3 is connected to the L input port 206 of multiplexer 204. The output port 207 of multiplexer 204 is connected to the address port of memory 110. Thus, multiplexer 204 operates to provide either the address stored in register A1 or the address stored in register A3 to memory 110 to identify in memory 110 either the address from which read data is to be read or the address to which write data is to be written.
Multiplexer 204 is controlled by the read/write signal stored in register R1, which signal register R1 provides to the select input lead of multiplexer 204 via line 208. The stored read/write signal, when asserted (i.e. high) to indicate a read operation, causes multiplexer 204 to pass the output signals of register A1 to the address port of memory 110.
Conversely, the stored read/write signal, when deasserted (i.e. low) to mean a data-write operation, causes multiplexer 204 to pass the output signals of register A3 to the address port of memory 110; the write data signals in register D3 are already applied to the Data-In port of memory 110.
In addition, the stored read/write signal, when deasserted to indicate a write operation, enables register A3 to store the output address signals from register A1 and further enables new write data to be stored in register D3, this new write data being associated with the address signals being transferred from address register A1 to address register A3. All register storage is on the rising clock edge where the clock signal transitions from low-to-high.
FIG. 3 shows a timing diagram exemplifying a series of read and write operations. With reference to FIGS. 2 and 3, a read operation is performed as follows. In the nth cycle, the read/write signal into register R1 is asserted (i.e. goes high) on lead 132. Register R1 receives and stores the asserted read/write signal on the rising edge of the clock signal at the end of the nth cycle (i.e. the start of the (n+1)th cycle) and outputs the asserted read/write signal at the beginning of the (n+1)th cycle. At the same nth cycle as the read/write signal into register R1 is asserted, register A1 receives the read address on input bus 131, and on the next rising edge of the clock signal at the start of the (n+1)th cycle, stores in, and outputs from register A1 the address a1 to be accessed. At the same time, address a0 stored in register A1 is transferred to register A3 since the diagram shows a write cycle at the beginning of the nth cycle. The asserted (i.e. high) read/write signal output from register R1 at the beginning of the (n+1)th cycle causes multiplexer 204 to pass address a1 in register A1 to memory 110. No write data is associated with the read operation.
Assuming that the read/write signal applied on the input lead 132 to control register R1 during the (n−1)th cycle represented a write operation, then the address a0 stored in address register A1 during the nth cycle represents the address in memory 110 to which data d0 is to be written. Data d0, data to be written into SRAM 110 at address a0, is applied at the Data I/O port during the nth cycle and is stored in data register D3 on the low-to-high transition of the clock signal at the end of the nth cycle.
SRAM system 100 also includes a comparator 211 having an input bus 212 connected to output port 201 of register A1 and another input bus 213 connected to output port 205 of register A3. Consequently, during the first part of the (n+1)th cycle comparator 211 compares the requested read address a1 (the address stored in register A1) to the address a0 of the location in memory to which data d0 in register D3 will be sent on the next write clock cycle (this location is at the address a0 stored in register A3). When comparator 211 detects that addresses a1 and a0 match, then the read operation is reading from the address a0 (stored in register A3) to which data d0 in register D3 is to be written in the next write operation. The updated data d0 stored in register D3 and corresponding to address a0 in register A3 has not yet been written into memory 110; rather, the updated data d0 is passed to the input port 218 of mux 217.
The output lead 215 of comparator 211 is connected to select lead 216 of multiplexer 217. Multiplexer 217 has an H input port 218 connected by bus 221 to the output port 219 of register D3. Multiplexer 217 has an L input port 220 connected to the Data-Out port of memory 110.
During the read operation in the (n+1)th cycle, if comparator 211 detects that address a1 in register A1 does not match address a0 in register A3, then multiplexer 217 selects the Data-Out port of memory 110 (i.e., data d1 stored in memory 110 corresponding to address a1) and outputs this data on bus 220 through mux 217 and through buffer 140 to the Data I/O bus. However, if comparator 211 detects that address a1 does match address a0 in register A3, then during the (n+1)th cycle, multiplexer 217 passes the output signals d0 on buses 221 and 218 from the data out port 219 of register D3 to the Data I/O bus through buffer 140.
Referring to FIGS. 2 and 3, a write operation is performed as follows. In this example, the read/write signal (i.e. R/W*) is deasserted (i.e. taken low) during the (n+1)th cycle to indicate a write operation is to take place in the (n+2)th cycle. On the next transition of the clock signal from low-to-high at the end of the (n+1)th cycle and the beginning of the (n+2)th cycle, register R1 receives, stores and outputs the deasserted read/write signal. Consequently, a low signal on the select input line 208 of multiplexer 204 causes mux 204 to pass on bus 207 to the address port of SRAM 110 the output signals on bus 205 representing the address a0 stored in register A3 (which is the address in SRAM memory 110 to which the data d0 stored in register D3 as a result of the previous write operation during the nth cycle is to be written).
Write enable circuit 210 controls the actual writing of data into SRAM 110. Circuit 210 is enabled by the deasserted (i.e. low) write signal as is register D3, thereby causing memory 110 to receive at the Data-In port, the data signals d0 on buses 221 and 218 from register D3 on the next low clock signal (SRAM 110 is enabled by write enable circuit 210 to write data d0 on the low clock signal during cycle (n+2)). During cycle (n+2) the data d0 in register D3 will be written into the location in memory 110 defined by the address a0 in register A3. Also, during cycle (n+2), register A1 receives, stores and outputs the address a2 to which to-be-received data d2 applied to the Data I/O terminal during the (n+2)th cycle is to be written in SRAM 110 on the next write cycle.
Pulse circuit 210 provides a delayed self timed high-low-high pulse after a low-to-high clock signal after waiting the required time to receive the stored deasserted read/write signal from register R1 via a line 200. This pulse causes memory 110 to store at the address a0 (received from register A3 via multiplexer 204) the data d0 received at the Data-In port of memory 110. The Data-In port of memory 110 is connected by buses 218 and 221 to the output port 219 of register D3, which outputs data d0 (the data from the previous write operation associated with address a0 ).
In addition, during the (n+2)th cycle, data d2 is applied to the Data I/O terminal and thus to the input port of register D3. Data d2 corresponds to address a2 loaded in register A1 during the low-to-high transition of the clock signal signifying the end of the (n+1)th cycle and the beginning of the (n+2)th cycle. During the (n+2)th cycle, the read/write signal is asserted (i.e. goes high) to indicate that a read operation associated with address a3 will take place during cycle (n+3).
At the end of cycle (n+2), on the low-to-high transition of the clock signal, register D3 stores data d2 associated with address a2. Address a2 in register A1 is transferred to register A3 also at the end of cycle (n+2).
In the same manner as described above, the read/write signal asserted during the end of cycle (n+2) is stored in register R1 on the low-to-high transition of the clock signal at the start of cycle (n+3). Register R1 provides the asserted read/write signal on output lead 200 to disable pulse circuit 210, on output lead 200-2 to disable data register D3 and on output lead 200-1 to disable address register A3. Thus, on the low-to-high transition of the clock signal at the start of the (n+4)th cycle, address a2 remains in address register A3.
Then, during the cycle (n+3), the read/write signal is deasserted (i.e. goes low), thereby indicating the start of another write operation during upcoming cycle (n+4). Thus, during cycle (n+4) the output signal from register R1 is low thus enabling pulse circuit 210. Pulse circuit 210 provides a pulse to write data d2 from register D3 into the location in memory 110 at address a2 in address register A3 during cycle (n+4) a delayed time after the low-high transition of the clock signal.
Referring back to cycle (n+2), during this cycle the read/write signal is asserted, thereby indicating a read operation. This read operation sequentially follows a write operation. (i.e., bus turnaround), which would result in a lost cycle in conventional synchronous SRAMs because the conventional synchronous SRAM must write the data into the main memory before this data can be read during the read operation. However, in memory circuit 100, the operation of comparator 211 and multiplexer 217 provides the data requested by the read operation (specified by an address a3 in register A1) if this data is d2 (the address a2 to which this data d2 is to be written is stored in register A3 at the start of cycle (n+3)) without first writing this data d2 into memory 110, thereby eliminating the lost cycle. Accordingly, an SRAM memory system 100 will have higher system bandwidth relative to the conventional synchronous SRAM system because there is no lost cycle on bus turnaround.
FIG. 4 shows a block diagram of another embodiment of the present invention. In the embodiment of FIG. 4 each of the elements disclosed therein is identical to the elements disclosed in FIG. 1 with the exception that buffer 140 has been replaced by register 440. Register 440 allows the fully synchronous SRAM of this invention to be used in the system with two pipeline delays as opposed to the single pipeline delay system shown in FIG. 1. Thus, an output signal from SRAM 110 is passed through control logic 120 on bus 443 to register 440 and there stored to be read out of register 440 on bus 444 in response to a clocking signal brought to register 440 on leads 441 and 442 from an external clock (not shown) on the next following clock cycle. The remainder of the structure shown in FIG. 4 at the level of abstraction depicted is identical to that shown in FIG. 1 and operates in essentially the same manner as described above in conjunction with FIGS. 1, 2 and 3 but with two cycle delays associated with data to be written into SRAM 110 and with additional registers and logic required to implement the two-stage pipeline delay.
FIGS. 5A, 5B, and 5C, respectively, illustrate the double pipeline read sequence for reading information from the memory of FIG. 7, the double pipe write sequence for writing information into the memory at a specified address, and an illustrative double pipe read and write sequence as applied over a period of clock cycles illustrated as 0-8 (FIG. 5C).
As shown in FIG. 5A, the double pipe read requires the presence on the input bus to the first address register of an address containing information to be read on the first cycle, the read out from the SRAM of the information at the specified address in the SRAM in the second cycle and then, on the third clock cycle, the storage of this data in a system register and the reading out from the system register of this data.
The double pipe write shown in FIG. 5B requires the presence on the input bus to an address register of an address of the location in memory to which data is to be written on the first cycle, a delay for the second cycle during which time the address on the input bus is transferred into the address register. This is followed by a third cycle during which write data to be written into the memory is applied to the input bus of a first data register. This data is written into the first data register in the system on the fourth cycle.
FIG. 7 illustrates a fully synchronous SRAM system utilizing the principles of this invention. As a feature of this circuit, read and write cycles can be intermixed without bus turnaround cycles for a read cycle following a write cycle. Edge triggered registers (i.e. registers which load signals previously applied to their input buses on a low-to-high clock signal transition) are used to store address, data and control signals. The unique bus turnaround capability of this invention is achieved using internal edge-triggered flip flops and various gating and controlling logic.
In the single pipeline delay mode, read data to be output from the system is available at the Data I/O bus on the next clock cycle after the read address and control signals are presented to the input leads. A separate asynchronous output structure is available to solve high speed timing problems on read cycles should such problems arise.
Data for write cycles is presented to the Data I/O bus on the cycle following the cycle in which the address and control signals are presented to the address input bus and the control signal input bus, respectively. Thus, whether read or write, the data signals are always one cycle delayed from address and control signals. But the address and control signals are applied to the memory simultaneously in proper timing to ensure that the data is written to or read from the proper cells in the memory.
The structure shown in FIG. 7 is particularly useful in very high speed digital applications. For example, digital signal processing memories for recursive or nonrecursive filters or digital integrators can move data on every clock cycle. ATM switches can have access to data cells continuously without dead cycles. High speed cache memory systems can implement read cycles or write cycles on every clock cycle without interruption caused by the memory component. In many high speed applications, this can result in a speed improvement of up to fifty percent (50%), for example.
In the circuit block diagram schematic shown in FIG. 7, the following abbreviations are used.
NAME PINS FUNCTION
Address
17 or more Address inputs. Word
select in the SRAM.
Data 8 Data inputs/outputs.
CLK 1 Clock input. All
operations (except write
to SRAM 710) execute on
the low-to-high
transitions.
R/W* 1 Read/Write input.
CS* 1 Chip select input. When
active (low), the chip is
enabled. When high, the
chip is deselected and
all functions are
disabled.
CEN* 1 Clock enable input.
CpEN 1 When active (low), the
chip is enabled. When
not active (high) all
register operations are
disabled. Data still
appears on the output
data bus if the last
valid operation was a
read and data still
appears on the input bus
to be written into memory
if the last valid
operation was a write.
OE* 1 Output enable input. An
asynchronous signal.
When low, the output
buses are enabled. When
high, the output buses
are high impedance.
Sgl/Dbl* 1 When high, the data in or
out is delayed by one
clock cycle. When low,
the data in or out is
delayed by two clock
cycles.
Cnt/Load* 1 When low, the address
register will load the
address presented on the
address pins. When high,
the address register will
load the value currently
held in the register as
modified by the +1 logic;
linear or other mapping.
Vdd 6 Plus voltage inputs.
Vss 7 Ground inputs.
With the above definitions of terms, the schematic block diagram shown in FIG. 7 will now be described. The SRAM system of FIG. 7 has the unique property of being able to read or write on every cycle with no dead cycles. The data, read or write, is always delayed by one or two clock cycles (a function of whether a single clock cycle delay or a two clock cycle delay is used) compared to the address and control signals.
The circuit of FIG. 7 is capable of operating either as a single pipeline structure (one clock cycle delay) or a double pipeline structure (two clock cycle delay). Thus, when the signal SGL/DBL* (denoted as S/D* in FIG. 7) is high, the data in/out is delayed by one clock cycle. When SGL/DBL* is low, the data in/out is delayed by two clock cycles.
In the schematic block diagram of FIG. 7, comparators have been given the numbers 701-i, where i represents a particular comparator, multiplexers have been given the numbers 703-i, where i represents a particular multiplexer, address registers have been given the numbers 704-i where i represents a particular address register, read/write (R/W*) control signal registers have been given the numbers 707-i where i represents a particular control signal register, chip enable registers have been numbered 708-i, and two sets of registers whose uses will be described shortly have been numbered 709-i and 710-i, where i equals 1 or 2. Inverters have been numbered 705-i and logic gates, delays, an edge detector, an output buffer and other miscellaneous components have been given the numbers 706-i. Item 702 is a pulse generator. To avoid cluttering the drawing, leads and terminals have not been numbered.
SINGLE PIPELINE OPERATION
In the single pipeline configuration (i.e. one clock delay version) of the structure of FIG. 7, S/D* is high. The operation of the structure of FIG. 7 in the single pipeline mode (i.e. single clock delay mode) will be explained in light of the timing waveforms of FIG. 8A.
While time has been shown as starting at t0 in FIG.8A, this choice is arbitrary. In any event, time to should be understood to represent some arbitrary time during the operation of the circuit and not the start time of the circuit. This is shown in FIG. 8A by the notation n, n+1, n+2, . . . n+8 placed above the arbitrary times t0, t1, t2, . . . t8, respectively to show that FIG. 8A describes the nth through (n+8)th cycles of operation, where n is a selected integer.
Period t0
During period t0 the address signals a0 and the R/W* signal are supplied to appropriate input buses to the circuit. These signals are clocked into address register 704-1 and control register 707-1 on the low-to-high clock transition at the end of period t0 and the start of period t1. During period t0 (and all subsequent time periods of operation of this circuit of FIG. 7) the select input signal Cnt/Load on the select input lead to mux 703-1 is low thereby allowing the address signals a0 applied to the address input bus of mux 703-1 to pass through mux 703-1 to the D input bus of address register 704-1. Register 704-1 is enabled by CpEn* low. Simultaneously OR gate 706-1, enabled by chip select signal CS* low, allows the R/W* signal to pass through OR gate 706-1 to the D input lead into register 707-1.
Mux 703-3 has the FLIP signal applied to its gate. This FLIP signal is low because the signal S/D*, applied to one input lead of inverter 705-4 is high (indicating one clock cycle delay). The output signal from inverter 705-4 is low so long as the system is operating in the single pipeline mode. Therefore the output signal from AND gate 706-7 will be low regardless of the states of the input signals W1 and R2 on the other two input leads to AND gate 706-7.
Similarly, OR gate 706-5 receives input signals on three input leads. The first input lead is connected to the output lead of mux 703-8. Because mux 703-8 is controlled by the high S/D* signal, mux 703-8 passes the CS1* signal through the S input lead. Since CS1* is low, OR gate 706-5 will have a low input signal on the input lead connected to the output lead of mux 703-8. Chip enable signal CpEn*, applied to the middle input lead of OR gate 706-5, is also low to enable the chip containing the circuit of FIG. 7 to operate. The third input lead to OR gate 706-5 is connected to the output lead of mux 703-6. The select input lead of mux 703-6 is driven by the high S/D* signal for the single pipeline mode. The two input leads to mux 703-6 carry the R1 and R2 signals, respectively. Because the low output signal from mux 703-8 and the low CpEn* signal enable OR gate 706-5, the signal passed by mux 703-6 is transferred through OR gate 706-5 to the output lead of OR gate 706-5. This signal, depending on whether it is low or high enables or disables, respectively, data registers 709-1 and 709-2 and address registers 704-3 and 704-4. When R1 is high, the output signal from OR gate 706-5 is high and when R1 is low the output signal from OR gate 706-5 is low. R1 is low only when a write signal is stored in control register 707-1. Thus, the output signal from OR gate 706-5 enables data storage registers 709-1 and 709-2 and address registers 704-3 and 704-4 only when the R1 signal is low indicating a write.
Referring to FIG. 8A as well as FIG. 7, the particular address a0 to which data d0 will be written is stored in register 704-1 on the rising edge of the clock signal between time period t0 and time period t1, one clock cycle before the data d0 associated with address a0 is applied to the Data I/O lead of the circuit.
During time period t0, a write signal w-1 is shown as stored in register 707-1.
Period t1
If the R/W* signal is a write signal (i.e. low) during time t0, then the output lead R1 of register 707-1 will have a low level signal during period t1. The output signal W1 from inverter 705-1 will be high during period t1.
The output address signal a0 at address register 704-1 is applied to the H input bus of multiplexer 703-4. However the select input of mux 703-4 is driven by the low R1 signal from register 707-1 and therefore the address signal a0 applied to the H input bus of mux 703-4 is not passed through mux 703-4.
On the low-to-high transition of the clock signal at start of period t1, data d−1 is transferred into data register 709-1.
During period t1, a new address a1 is applied to the input bus to register 704-1. Simultaneously, data d0 is applied through the Data I/O pin to the input bus to data register 709-1. Register 709-1 is enabled to receive and store data by the low write signal R1 on the Q output lead of control register 707-1 (corresponding to the signal w0 in FIG. 8A) applied through the S input lead of mux 703-6 to one input lead of OR gate 706-5 to produce a low enable signal on the enable input leads E of data registers 709-1 and 709-2 and address registers 704-3 and 704-4. At the low-to-high transition of the clock signal between periods t0 and t1, the control signal in register 707-1 during period t0 is transferred to register 707-2. The output signal on the Q output lead from register 707-2 is inverted in inverter 705-2 to yield output signal W2 which is high or low depending on the state of register 707-2.
The address a-1 in register 704-1 during period t0 is transferred to address registers 704-2 and 704-3 during the low-to-high transition of the clock signal at the start of period t1. This latter transfer occurs through the S input bus of mux 703-2, the select input signal to which is S/D* which is high for the single pipeline mode of operation. The states of the select inputs on muxes 703-3 and 703-4 remain as they were during period t0.
Mux 703-3 passes the output address a-1 on the Q output bus from register 704-3 and on the L input bus to mux 703-3 to the L input bus of mux 703-4 (selected by signal R1 from control register 707-1 being low) and from there to the address port of memory 710. Thus, the address of memory 710 to which data d−1 in data register 709-1 will be written is a-1. Simultaneously, the low FLIP signal is applied to the select input lead of mux 703-5, the output bus of which is connected to the Data-In port of memory 710. Consequently mux 703-5 passes the data signal dfrom data register 709-1 to the L input bus of mux 703-5. Because W1 is high when R1 is low and HOLD is high (HOLD is the inverted low output signal on the Q output lead from register 710-1, the input signal to which is low CpEn*), AND gate 706-3 is enabled. The output signal from AND gate 706-3 goes high in response to the delayed clock signal being applied to one input lead of AND gate 706-3 through delay 706-2. This clock signal causes write enable circuit 706-4 to produce a low pulse to enable the write input to SRAM 710. Consequently during the period t1, the data d−1 is read into and stored at the location in SRAM memory 710 given by address a-1 because the control signal in register 707-1 during time t0 is a write signal w-1.
Period t2
On the low-to-high transition of the clock signal at the end of period t1 and the start of period t2, address a1 is entered into register 704-1 and address a0, previously in register 704-1, is transferred to registers 704-2 (a “don't care”) and 704-3, replacing the address a-1 formerly in these two registers. Simultaneously, write signal w1 is stored in control register 707-1. Data d0 is transferred into data register 709-1 and data d1 which corresponds t0 the address a1 stored in address register 704-1, is placed on the input bus to data register 709-1 from Data I/O terminal. Data d−1 is transferred from register 709-1 to register 709-2 (a “don't care”).
During period t2 the clock signal is transmitted through delay 706-2 and, since HOLD and W1 are both high, causes AND gate 706-3 to cause write enable circuit 706-4 to enable SRAM 710 to write into memory the data d0 stored in data register 709-1 at the address a0 stored in address register 704-3. Address a0 stored in address register 704-3 is transmitted to the address port of SRAM 710 on the L input bus of mux 703-3 and the L input bus of mux 703-4.
Thus, by the end of period t2, data d0 has been placed in memory 710 at the address a0, and data d1, corresponding to address a1 placed in address register 704-1 at the start of period t2, has been placed on the input bus to data storage register 709-1.
Period t3
At the start of the next time period t3, the data d1 is transferred into data storage register 709-1 and the data d0 previously in this data register is transferred to data register 709-2 (a “don't care”). During period t3, data d1 is transferred into SRAM memory 710 through the L input bus of mux 703-5 to the Data-In port of memory 710 and stored in memory 710 at the address a1 stored in register 704-3 during the low-to-high transition of the clock signal at the start of period t3. Address a1 is transmitted through the L input bus of mux 703-3 and the L input bus of mux 703-4 into the address port of memory 710 to control the location to which the data d1 in data register 709-1 is written.
Period t4
On the low-to-high transition of the clock signal at the start of period t4, data d1 is transmitted into data register 709-2 (a “don't care”) replacing the data d0 previously in that register. Simultaneously control signal W3 is placed in control register 707-1 and the control signal W2 previously in register 707-1 is transferred to control register 707-2. Thus, signals R1 and R2 remain low reflecting the write control signals stored in registers 707-1 and 707-2, respectively. Data d2 is transferred into data register 709-1 replacing the data d1 simultaneously transmitted into data register 709-2. The address a2 previously in address register 704-1 is transferred into address registers 704-2 (a “don't care”) and 704-3. The address a2 is transmitted through the L input bus of mux 703-3 to the L input bus of mux 703-4 to the address port of SRAM 710. Simultaneously, data d2 in data register 709-1 is transmitted through the low input bus of mux 703-5 to the Data-In port of SRAM 710. Thus, data d2 will be written to address a2 in SRAM 710 upon the low write enable signal from enable circuit 706-4 being applied to the write enabled port of SRAM 710 during period t4.
Address a4 is placed on the input bus to address register 704-1 and R/W* signal r4, denoting a read operation, is placed on the input bus to control register 707-1 during period t4. The Q output lead of register 707-1 still carries a low level signal because write signal w3 is stored in register 707-1 and W1 from inverter 705-1 remains high. W2 remains high because the previous low write signal w2 is transferred into control register 707-2 causing the output signal W2 from inverter 705-2 to remain high. The R1 input signal on the S input lead to mux 703-6 remains low thereby enabling data registers 709-1 and 709-2 and address registers 704-3 and 704-4.
Period t5
On the low-to-high transition of the clock signal at the start of period t5, address a4 is transferred into address register 704-1 and address a3 previously in this register is transferred into address registers 704-2 (a “don't care”) and 704-3. Data d3 is passed into data register 709-1 and write signal r4 is transferred into control register 707-1 thereby causing signal R1 to go high. Thus, the signal W1 from inverter 705-1 goes low. The write signal r4 in control register 707-1 causes mux 703-4 to select the signals on the H input bus for transfer to the output bus connected to the address port of SRAM 710. Thus, the address a3 stored in address register 704-3 is not transferred to the address port of SRAM 710. Rather, the address a4 stored in address register 704-1 is transmitted through the H input bus of mux 703-4 to the address port of SRAM 710.
Because a read control signal is now stored in control register 707-1, a read operation is to be carried out during time period t5. If the address a4 stored in address register 704-1 does not equal the address a3 stored in address register 704-3, then the output signal Eq3 from comparator 701-2 will be low. Thus, mux 703-13 will be activated to pass the data out at the address a4 in SRAM 710 through the L input bus of mux 703-13 to the S input bus of output mux 703-12 activated by the high level signal S/D*. This output signal will then be transmitted through output buffer 706-9 to the Data I/O pin.
The signal R1 going high passes through mux 703-6 on the S input lead and then through OR gate 706-5 to cause OR gate 706-5 to produce a high level output signal thereby disabling data registers 709-1 and 709-2 and address registers 704-3 and 704-4. Consequently, at the start of the next time period, these registers will be disabled and will retain the contents which they held during period t5.
Should, however, the address a4 equal the address a3 stored in address register 704-3, Eq3 will be high. High Eq3 will cause the data d3 in data register 709-1 to be transmitted through the H input bus of mux 703-13 and from there to the S input bus of mux 703-12 to the output buffer 706-9 and from there to the Data I/O port. Thus, the data stored in data register 709-1 does not have to be written into SRAM 710 when address a4 equals address a3 but rather can be read out of the system to the Data I/O bus.
Address signal a5 and control signal r5 are applied to the input bus and lead, respectively, of address register 704-1 and control register 707-1.
Period t6
On the low-to-high transition of the clock signal at the start of time period t6, address a5 is loaded into address register 704-1. Address a4 previously in this register is transferred to address register 704-2 (a “don't care”). Address a3 previously in address register 704-3 remains in address register 704-3, because register 704-3 has been disabled by a high level output signal from OR gate 706-5.
Simultaneously, read control signal r5 is loaded into control register 707-1 and the previous read control signal r4 in register 707-1 is transferred to register 707-2. Thus, signal R1 is high and signal W1 is low. Because OR gate 706-5 produced a high level output signal during period t5, data register 709-1 is disabled. Thus, throughout period t6 data register 709-1 retains the data d3 previously placed in that register at the start of time period t5.
Control signal r5 indicates that a read of the data at address a5 is to be carried out on SRAM memory 710 during period t6. Address as from register 704-1 is transmitted through the H input bus of mux 703-4 selected by R1 being high to the address port of SRAM 710. If address a5 does not equal address a4 in data register 704-2, then the signal Eq2 from comparator 701-1 will be low. If a5 does not equal a3 stored in data register 704-3, the signal Eq3 will also be low. Thus, the data in SRAM 710 at address a5 will be transmitted through the Data Out port and through the L input bus of mux 703-13 to the S input bus of mux 703-12 and from there through output buffer 706-9 to the Data I/O bus from the system.
If, however, the address a5 equals the address a3 stored in data register 704-3, then the output signal Eq3 from comparator 701-2 will be high. Eq3 high will cause the data d3 stored in data register 709-1 to be transmitted through the H input bus of mux 703-13 to the S input bus of mux 703-12 and from there through buffer 706-9 to the Data I/O port. Buffer 706-9 is enabled during period t6 as it was during period t5 by the high R1 output signal from control register 707-1.
Address a6 and control signal w6 are applied to the input bus and input lead, respectively, of address register 704-1 and storage register 707-1.
Period t7
On the low-to-high transition of the clock signal at the start of period t7, address a6 is loaded into address register 704-1. Address a5 previously in address register 704-1 is loaded into address register 704-2. However address a3 previously in address register 704-3 remains in address register 704-3 because this register has been disabled by the high output signal from OR gate 706-5.
Simultaneously, write control signal w6 is transferred into control register 707-1. Read signal r5 previously in control register 707-1 is transferred to control register 707-2. Thus, the signal R1 goes low and W1 goes high enabling AND gate 706-3.
The control signal w6 means a write operation is now to be carried out on SRAM memory 710. However, the last write data to be placed in data register 709-1 is data d3. This data has yet to be written to SRAM 710. The address a3 to which this data d3 should be written is still stored in address register 704-3 which has been disabled by the two high level read signals during periods t5 and t6. Thus, during period t7 the address a3 is transmitted from address register 704-3 through the L input bus to mux 703-3 to the L input bus of mux 703-4 selected by the signal R1 being low, and thus to the address port of SRAM 710. Simultaneously, the signal d3 in data register 709-1 is transmitted on the L input bus of mux 703-5 to the data in port of SRAM 710. The clock signal passed through delay 706-2 and AND gate 706-3 during cycle t7, enables data d3 to be written into SRAM 710 to the address a3 at the address port of SRAM 710.
Period t8 and Subsequent Periods
The system operation during period t8 and subsequent periods will be as described above with the data to be written into or read from memory always appearing on the Data I/O bus one cycle after the address to which this data is to be written or from which it is to be read, appears on the input bus to the address register 704-1.
Thus, the system operates to eliminate the one cycle delay during the reading of data from the memory caused by the need to store in the memory the data to be written into the memory before the same data can be read from the memory during a read operation immediately following a write operation.
FIG. 7A illustrates the structure of FIG. 7 where all unnecessary elements in the logic block diagram of FIG. 7 have been removed to implement the single pipeline operation of the structure of FIG. 7. The operation of the structure of FIG. 7A is as described above in conjunction with FIG. 7.
DOUBLE PIPELINE OPERATION
The double pipeline operation is characterized by S/D* going low. Thus, the signal FLIP from AND gate 706-7 will be high or low depending on the states of signals W1 and R2. Contrary to the single pipeline operation described above, where the signal FLIP was always low because the signal S/D* was always high, FLIP will change from high to low depending on the states of the control signals in control registers 707-1 and 707-2.
Also, as with FIG. 8A, while the time periods in FIG. 8B are shown as starting at time t0, this choice is arbitrary and for convenience only. Time t0 represents some arbitrary time (characterized as the nth cycle) during the operation of the circuit and not the start time of the circuit. As with FIG. 8A, times t1, t2, . . . t8 correspond to cycles n+1, n+2, . . . n+8where n is an arbitrary integer.
Period t0
Referring to FIGS. 7 and 8B, during period t0, address a0 is applied to the input bus to address register 704-1. Simultaneously a read control signal r0 is applied to the input lead of control register 707-1. The signal S/D* is low. Accordingly, an input signal on the D* input bus to mux 703-2 is passed to the output bus of mux 703-2. The output bus of mux 703-2 is connected to the D input bus of address register 704-3.
Period t1
On the low-to-high transition of the clock signal CK at the start of period t1, address signal a0 is transferred into address register 704-1. Simultaneously address a-1, already in address register 704-1, is transferred to address register 704-2.
At the same time, the read control signal R/W*, shown in FIG. 8B as r0, on the input lead to control register 707-1, is transferred into control register 707-1. The write control signal w-1 in control register 707-1 during period t0 is transferred to control register 707-2. Thus, the R1 and R2 signals are high and low, respectively, and the W1 and W2 signals are low and high, respectively. During period t1, because the signal W1 is low and the signal R2 is low, even through the D input signal to AND gate 706-7 is high, the signal FLIP is low.
The low S/D* signal causes mux 703-2 to transmit the address a-1 in register 704-2 on output bus Q to the D* input bus of mux 703-2 and through mux 703-2 to the D input bus of address register 704-3.
The control signal r0 is stored in register 707-1. The control signal r0 is high meaning that information is to be read from SRAM 710 during time period t1. To do this, the address signal a0 in address register 704-1 is applied to the H input bus of mux 703-4. Mux703-4 has the high level signal R1 on its select input lead and thus passes address a0 to the address port of SRAM 710. The data stored at the location in SRAM 710 given by address a0 is then passed to the Data Out port of SRAM 710 and to the low input bus of mux 703-7. Mux 703-7 passes this data to the low input bus of mux 703-9 which in turn passes this data to the low input bus of mux 703-11. The select inputs of muxes 703-7 and 703-9 both have low signals thereby activating their low input buses. The output signal from AND gate 706-6 is low because Eq2 is low meaning comparator 701-1 produces a low output signal. Thus, mux 703-11 passes the data being read out of SRAM 710 to the D input bus of output register 710-2. This data is then read into register 710-2 on the low-to-high transition of the clock signal at the end of period t1 and the start of period t2. Thus, during period t2 the data being read out of SRAM 710 will be applied to the D input bus of mux 703-12 and from this D input bus to the output bus from mux 703-12 (S/D* is low thereby enabling this path). Because during period t2 the signal R2 will be high, this data will be passed during period t2 from buffer 706-9 (enabled by a high output signal from AND gate 706-8 reflecting the high level signal R2) to the Data I/O terminal from which this data will be sent to its destination.
Address signal a1 and read control signal r1 are applied to the input bus and input lead, respectively, of address register 704-1 and control register 707-1.
Period t2
At the start of period t2, the low-to-high transition of the clock signal causes the address a1 applied to the input bus of address register 704-1 to be stored in address register 704-1. Simultaneously, the address a0 previously stored in address register 704-1 is stored in address register 704-2. The control signal r1 indicating that the information stored at address a1 is to be read out of SRAM 710, is read into control register 707-1. The control signal r0 previously in register 707-1 is read into control register 707-2. Thus, the signals W1 and W2 are both low and the signals R1 and R2 are both high. The data d0 read out from SRAM 710 during period t1 and placed on the input bus D to output register 710-2 is transferred into output register 710-2 and transferred on the Q output bus from register 710-2 to the D input bus of mux 703-12. As described above under period t1, this data d0 is then passed from the D input bus of mux 703-12 through mux 703-12 enabled by the S/D* signal being low, to and through output buffer 706-9 enabled by the high level output signal from AND gate 706-8. The data d0 being output from the memory is passed through buffer 706-9 to the Data I/O port and sent from there to its destination.
Simultaneously, the address a1 in register 704-1 is passed to the H input bus of mux 703-4. Because the select input of mux 703-4 is driven high by signal R1, this address a1 is passed to the address port of SRAM 710. The information d1 located in SRAM 710 at address a1 is then passed through the Data Out port from SRAM 710 to the L input bus of mux 703-7 and through mux 703-7 to the L input bus of mux 703-9. Both muxes 703-7 and 703-9 have low input signals on their select inputs and thus pass this data d1 to the L input bus of mux 703-11. This mux also has a low input signal on its select lead and thus passes the data d1 through mux 703-11 to the D input bus of register 710-2.
Address signal a2 is applied to the input bus of address register 704-1 while write control signal w2 is applied to the input lead of control register 707-1.
Period t3
At the low-to-high clock transition at the start of period t3 the address a2 which has previously been placed on the input bus to address register 704-1 during period t2, is loaded into address register 704-1. Simultaneously, the control signal w2 applied to the D input lead of control register 707-1 is loaded into control register 707-1. The signal r1 previously in control register 707-1 is loaded into control register 707-2. Thus, the signals W1 and W2 become high and low, respectively, and the signals R1 and R2 become low and high, respectively. At the low-to-high clock transition at the start of time t3, the data d1 on the D input bus to register 710-2 (read out from the address location a1 during the previous period t2) is transferred into register 710-2 and made available through mux 703-12 and output buffer 706-9 to the Data I/O port.
Address signal a3 and write control signal w3 are applied to the input bus and input lead, respectively, of address register 704-1 and control register 707-1.
Period t4
The control signal w2 in register 707-1 during period t3 means that in period t4 data d2 will be applied to the Data I/O bus and to the D input bus of register 709-1. This data d2 will be written into SRAM 710 at the address given by w2 during a subsequent write period.
On the low-to-high transition of the clock signal at the start of period t4, the write control signal w3 is placed in register 707-1 and the address a2 specifying the location in memory 710 at which data d2 is to be stored is transferred from address register 704-1 to address register 704-2. The control signal w2 is transferred from control register 707-1 to control register 707-2. During this period, read signal r4 is applied to the input terminal of control register 707-1 and the address signal a4 is applied to the input bus of address register 704-1. During this period, the data d2 is applied to the Data I/O bus and to the D input bus of data register 709-1.
Period t5
On the low-to-high transition of the clock signal at the start of period t5, the control signal r4 is stored in control register 707-1, address a4 is stored in address register 704-1 and data d2 is stored in data register 709-1. Output signal R1 from register 707-1 is high. Output signal W1 from inverter 705-1 is low. Control register 707-2 stores the write signal w3. Thus, output signal W2 from inverter 705-2 is high because w3 is low. However, the output signal from mux 703-6 remains low because the signal R2 is low. Data registers 709-1 and 709-2 along with address registers 704-3 and 704-4 are disabled. In addition, AND gate 706-3 is disabled when signal W1 goes low thereby preventing information from being written into SRAM 710. Data d3 is applied to the Data I/O bus; data d3 corresponds t0 address a3 applied two cycle previously to the input bus of address register 704-1.
The address a4 stored in address register 704-1 depicts the location in SRAM 710 at which information d4 is to be read out from SRAM 710. Because R1 is high, this address is supplied directly through the H input bus of mux 703-4 to the address port of SRAM 710. Simultaneously, this address a4 is compared in comparator 701-1 to the address a3 stored in register 704-2 and also in comparator 701-2 to the address a2 stored in address register 704-3. Should the address a3 stored in address register 704-2 equal the address a4 stored in address register 704-1, then Eq2 goes high. When Eq2 goes high, AND gate 706-6 produces a high output signal enabling mux 703-11. Data d3 on the input Data I/O bus (corresponding to data d4 to be read out of memory 710) is passed through mux 703-11 to the D input bus of register 710-2. If Eq3 goes high indicating address a2 matches address a4, then data d2 stored in register 709-1 (corresponding to data d4 to be read out of memory 710) is transmitted to the H input bus of mux 703-9 enabled by Eq3 being high, and through mux 703-9 to the low input bus of mux 703-11 (enabled by Eq2 low causing the output signal of AND gate 706-6 to be low) and to the D input bus of register 710-2.
Address signal as and read control signal r5 are applied to the input bus and input lead, respectively, of address register 704-1 and control register 707-1. Data d3 is applied to the Data I/O bus.
Period t6
At the end of period t5 and the beginning of period t6, address as on the input bus to address register 704-1 is transferred into register 704-1 on the low-to-high transition of the clock signal. Address a5 is then applied to the input bus of address register 704-2. During period t5, a read signal r5 was applied to the input lead of control register 707-1. This read signal r5 is then transferred into control register 707-1 on the low-to-high transition of the clock signal at the beginning of period t6. The read control signal r4 in control register 707-1 is transferred to register 707-2. Thus, both signals W1 and W2 go low. Data d3 is transferred into data register 709-1 and data d2 is transferred from register 709-1 into data register 709-2 on the low-to-high transition of the clock signal.
Address register 704-3, however, has been enabled by the low level signal from OR gate 706-5 generated by R2 being low during period t5. Accordingly, the address a3 on the input bus to address register 704-3 during period t5 is transferred to address register 704-3 at the beginning of period t6 and the address a2 on the input bus to address register 704-4 during period t5 is transferred to address register 704-4 at the beginning of period t6.
A read operation is to take place during time period t6. The information stored in SRAM 710 at address a5 is to be read from the system.
Should the address as not equal the address a3 stored in register 704-3 or the address a4 stored in register 704-2, then the address a5, transmitted to the H input bus of mux 703-4 and from there to the address port of SRAM 710, will determine the address within SRAM 710 at which the information d5, to be read from the memory, is located. This information, d5, will then be read out of SRAM 710 through the Data Out port and through the L input bus of mux 703-7, the L input bus of mux 703-9, the L input bus of mux 703-11 to the input bus of register 710-2. This data d5 will be transferred into register 710-2 on the low-to-high clock transition at the start of period t7. Note that the comparators 701-1, 701-2 and 701-3 all produce low output signals Eq2, Eq3 and Eq4, respectively.
If, however, address a5 in address register 704-1 equals address a3 in address register 704-3, then, comparator 701-2 produces a high level output signal Eq3. A high level signal Eq3 indicates that the data d5 to be read out from the memory system is stored in data register 709-1. This data is read out from register 709-1 through the H input bus of mux 703-9, the L input bus of mux 703-11, to the D input bus of register 710-2 and is stored in register 710-2 on the low-to-high transition of the clock signal at the start of period t7.
If the address a5 in register 704-1 equals the address a4 stored in register 704-2, then the signal Eq2 goes high. However, the address a4 does not correspond to data being read into the system but rather corresponds t0 a read signal r4. Accordingly, no data is present in storage register 709-1 or 709-2 corresponding to the address a4 and the address a5 is transmitted directly to the address input port of SRAM 710 through the H input bus of mux 703-4.
Thus, in both periods t5 and t6, which correspond to read operations, the data d3 stored in data register 709-1 during period t6, identified by the address a3 in address register 704-3 during period t6 and by the address a3 in address register 704-2 during period t5, is read directly out of data register 709-1 when the address stored in address register 704-1 matches the address stored in address register 704-3. The data d3 is read from the Data I/O bus when the address a4 stored in register 704-1 matches the address a3 stored in register 704-2 during period t5.
The address signal a6 and write control signal w6 are applied to the input bus and input lead, respectively, of address register 704-1 and control register 707-1. Data d4 corresponding to the information at or to be placed at address a4 in memory 710 is placed on the Data I/O.
Period t7
On the low-to-high transition of the clock signal CK at the start of period t7, address a6, located on the input bus to address register 704-1 during period t6, is transferred into and stored in address register 704-1. Simultaneously, the address a5 previously stored in address register 704-1 is transferred to address register 704-2. During period t6, R2 was high. Thus, data registers 709-1 and 709-2 and address registers 704-3 and 704-4 were disabled. These registers are also disabled during time period t7. Consequently, the data d3 in data register 709-1 and the data d2 in data register 709-2 during period t6 remain in place in these registers on the low-to-high clock signal transition at the start of period t7. In addition, the addresses a3 and a2 in address registers 704-3 and 704-4, respectively, likewise remain in place. Thus, during period t7, write signal w6 is stored in control register 707-1 while read signal r5 is stored in control register 707-2. Thus, a write operation is to take place and the data to be written into SRAM 710 is the data d2 associated with the address a2 stored in address register 704-4. This data d2 is stored in register 709-2. Because both R2 and W1 are high, the FLIP signal from AND gate 706-7 is high. Thus, mux 703-5 provides the data from the Q output bus of data register 709-2 through the H input bus of mux 703-5 to the Data In port of SRAM 710. Meanwhile the address a2 stored in register 704-4 is provided through the H input bus of mux 703-3 to the L input bus of mux 703-4 to the address port of SRAM 710. The L input bus of mux 703-4 is activated by the low level signal R1 on the select input of mux 703-4.
As shown in FIG. 8B, a write signal w6 had been applied to the input lead of control register 707-1 during period t6. This write signal w6 is now stored in control register 707-1. Thus, output signal R1 goes low causing signal W1 to go high. R2 is still high thereby still disabling data registers 709-1 and 709-2 and address registers 704-3 and 704-4. Because address register 704-3 had previously been disabled during period t6, the address a5 on the input bus to address register 704-3 is not stored in address register 704-3. Rather, address a3 previously in address register 704-3 during period t6 remains stored in this register. Data d3 likewise remains stored in data register 709-1 for the same reason. The signal W1 goes high on the low-to-high clock transition at the beginning of period t7, thereby causing AND gate 706-3 to produce a high output signal which enables write circuit 706-4 to cause the writing of information into SRAM 710 when the clock signal goes high to enable circuit 706-4 during period t7. Thus, during period t7, a write signal is generated by write enable circuit 706-4 which causes the data d2 stored in data register 709-2 to be transmitted through the H input bus of mux 703-5 to the Data In port of SRAM 710 and stored at the address a2 applied to the address port of SRAM 710 through the L input bus of mux 703-4 and the H input bus of mux 703-3 from the Q output bus of address register 704-4.
Address signal a7 and write control signal w7 are applied to the input bus and input lead, respectively, of address register 704-1 and control register 707-1.
Period t8
On the low-to-high transition of the clock signal at the start of period t8, address a7 on the input bus of register 704-1 is stored in register 704-1. Address a6 in register 704-1 during period t7 is transferred to and stored in register 704-2. Registers 704-3 and 704-4, however, are still disabled by the high level signal R2 transmitted through OR gate 706-5. Therefore, registers 704-3 and 704-4 continue to hold the addresses a3 and a2, respectively. The data in data registers 709-1 and 709-2 likewise remains d3 and d2 respectively. The signal w7 on the input lead to control register 707-1 during period t7 is transferred into control register 707-1. Signal w6, previously in control register 707-1, is transferred to control register 707-2. The signals R1 and R2 become low. Consequently, the FLIP signal from AND gate 706-7 changes from high to low and thereby enables the L input bus of mux 703-5. Consequently, the data d3 in data register 709-1 is transferred through the L input bus of mux 703-5 to the Data In port of SRAM 710. Simultaneously, the address a3 stored in address register 704-3 is transmitted through the L input bus of mux 703-3 to the L input bus of mux 703-4 thereby to the address port of SRAM 710. Consequently, the data d3 is stored in SRAM 710 at the address a3 during period t8.
As can be seen from the above description, in the dual pipeline version of the invention, data to be written into the memory is applied to the Data I/O two clock periods after the write signal associated with that data is applied to the control circuit. Thus, a read signal immediately following a write signal occurs before the data associated with that write signal even appears on the Data I/O port. The data read out from the SRAM memory during the next cycle will be stored in a register prior to being transmitted on the second following clock cycle to the Data I/O port. Thus, the Data I/O port will at all times either have input data being transmitted into the system or output data being transmitted from the system. The system basically allows data being written into the system to be held in suspense during the reading out of data from the system. The reading out of data from the system causes the addresses of the two sets of data being written into the system but still in the double pipeline to be checked to determine if the data being read out is one of these two pieces of data. If it is, the system automatically reads out the correct data from a temporary storage register; if it is not, the system automatically reads out the correct data from SRAM 710.
FIG. 7B illustrates the components of FIG. 7 which are required to implement the double pipeline version of this invention. The operation of the structure in FIG. 7B is as described above in connection with the double pipeline operation of the structure shown in FIG. 7. The elements in FIG. 7B are numbered identically to the corresponding elements in FIG. 7.
INTEGRATED CIRCUIT EMBODIMENT
FIG. 9 shows the structure of this invention as implemented in the preferred embodiment incorporated in a semiconductor integrated circuit chip. The waveforms shown in FIGS. 10A and 10B illustrate the operation of the embodiment of this invention shown in FIG. 9 in the dual pipeline mode for two sequences of operations. In FIG. 10A the sequence of read read write write read read write write read read is described. In FIG. 10B the sequence of read write read write read write read read is described. Naturally, in operation, any sequence of read and write signals can be applied to the circuit. The waveforms shown in FIGS. 10A and 10B are merely illustrative of two possible sequences of such read and write signals.
Turning to FIG. 9, the signals depicted in FIG. 9 are as follows:
XENB = Enable signal (Low to enable)
XADDR = Address
CLK = Clock
S/DB = Single Pipeline (high)/Double
Pipeline (low)
XWEB = Write (low)/Read (high)
XIO = Data signals, Input/output
XCSB = Chip Select - Low to Select
EQX = Comparator - last address - AX
to AR
EQY = Comparator - Second to last
address AY to AR
DX = Last data received
DY = Second to last data received
XOEB = Output buffer enable signal
AX = Address in register 804-2
AY = Address in register 804-3
WXB = Output signal from control
register 807-2
Dout = Data out from memory array 810
XDin = Data In to System
WB = output signal from register
807-1
RB = Inverted output signal from
register 807-1
XENB is low to enable operation of the system.
Time Period t0
At the beginning of time t0 (an arbitrary time during the operation of the system picked solely for illustrative purposes), on the low-to-high transition of the clock signal, the address a0 is transferred into the address register 804-1. Simultaneously, the control signal XWEB, corresponding to a read, is transferred into control register 807-1. The chip select signal XCSB (not shown in FIG. 10A), which is low to select a particular chip, is applied to the D input lead of and is thus stored in register 808-1. The output signal CSB from register 808-1 is passed to one input lead of OR gate 805-4 and thus CSB when low enables this OR gate to pass the Q output signal from register 807-1. CSB is also passed through inverter 812-1 which, when CSB is low, produces a high level signal CS which enables the NAND gate 805-3. Thus, the signal RB output from NAND gate 805-3 is the complement of signal WB from OR gate 805-4. Because at the start of time period t0 a read control signal is transferred into the system, address a0 in memory array 810 is applied through the H input bus of mux 803-2 (selected because WB is high to indicate a read operation is taking place) to the address port of memory array 810. The data in memory array 810 at address a0 is then placed on the output bus OUT from memory array 810 and then transmitted through a buffer 812-3 to the input bus to data register 811-1. This data is then stored in register 711-1 on the low-to-high transition of the clock signal at the end of period t0 and the beginning of period t1.
Time Period t1
During period t1 a write signal w1 has been applied to control register 807-1 and the read signal r0 previously in control register 807-1 is transmitted through OR gate 805-4 to control register 807-2. Signal CSB remains low as it will during all operations. Thus, the signal WXB represents the control signal in register 807-1 during the preceding time period t0 whereas the signal WB represents the control signal in register 807-1 during the current time period t1. Because during period t1 a write operation is being called for, the address a1 stored in register 804-1 represents the address to which data d1, to be applied to the XIO pin in the next clock cycle after the address a1 is stored in register 804-1, is to be stored in memory array 810. This data d1 will be transmitted into data register 809-1 two cycles after the address a1 is transferred into register 804-1.
The data stored in register 811-1 during time period t1 is transmitted through the L input bus of mux 803-5, enabled by the low level S/DB signal, to output buffer 812-4 and from there to the XIO bus of the system. Buffer 812-4 is enabled by a high level signal from AND gate 805-10. Gate 805-10 is enabled by the high level signal WXB stored in register 807-2 and the high level signal CSX from mux 803-3. The high level signal CSX reflects the high level output signal from inverter 812-1 during time period t0 stored in register 808-2 on the low-to-high transition of the clock signal at the start of period t1. This high level signal is passed through the L bus of mux 803-3 to become the CSX output signal from mux 803-3.
Time Period t2
During time period t2, a write operation is also called for. Thus, on the low-to-high transition of the clock signal at the start of period t2, write signal w2 is transferred into control register 807-1 and the write signal w1 previously in control register 807-1 is transferred into control register 807-2. Accordingly, WB and WXB become low level signals. The address a2 is stored in address register 804-1 and the address a1 previously stored in address register 804-1 is transferred to address register 804-2. Data d1 is applied to the input data bus XIO and will be transferred into data register 809-1 on the low-to-high transition of the clock signal at the start of the next time period t3.
Time Period t3
At the low-to-high transition of the clock signal at the start of time period t3, the data d1 on the input bus XIO is transmitted into data register 809-1. Also at approximately the same time a new address a3 is placed in address register 804-1 and the address a2 previously in register 804-1 is transferred to address register 804-2. The address a1 previously in address register 804-2 is transferred to address register 804-3. The read signal r3 is transferred into control register 807-1 and the write signal w2 previously in control register 807-1 during period t2 is transferred into register 807-2.
The address signal a3 stored in register 804-1 is transmitted through the H input bus of mux 803-2, selected by signal WB being high, to the address port of memory array 810. Because a read operation is being called for, if address a3 stored in address register 804-1 equals the address a2 stored in address register 804-2 or the address a1 stored in address register 804-3, then comparator 801-1 will produce a high output signal EQX or comparator 801-2 will produce a high output signal EQY, respectively. If address a3 equals address a1 then the high level signal EQY passed through inverter 812-2 causes NAND gate 805-6 to produce a low level signal thereby disabling buffer 812-3. Thus, no output signal will be transmitted from memory array 810 to the output register 811-1. However, because EQY is high EQX is low, and WXB is low, the output signal of AND gate 805-9 is high, and the output signal of OR gate 805-8 is high thereby enabling buffer 812-6 to pass data d1 (DX, the last data received) from register 809-1, to the input bus to output register 811-1. Thus, the data d1 stored in data register 809-1 will be stored in output register 811-1 on the low-to-high transition of the clock signal at the start of time period t4.
If address a3 equals address a2, then the high level signal EQX passed through inverter 812-5 causes NAND gate 805-6 to produce a low level signal thereby disabling buffer 812-3. Thus, no output signal will be transmitted from memory array 810 to the output register 811-1. However, because EQX is high and WXB is low, reflecting the fact that a write signal w2 was stored in control register 807-1 during time period t2 and is stored in register 807-2 during time period t3, AND gate 805-12 produces a high level output signal enabling buffer 812-12 to pass the data d2 on the input bus XIO to the system corresponding to address a2 in register 804-2 to output register 811-1. Thus, the data d2 is passed to the input bus of output register 811-1 to be stored in this register on the low-to-high transition of the clock signal at the start of period t4.
Time Period t4
During time period t4, read signal r4 is stored in control register 807-1 and previous read signal r3 is stored in control register 807-2. Simultaneously, on the low-to-high transition of the clock signal at the start of period t4, address a4 is stored in address register 804-1. Data d1 stored in data register 809-1 is transferred to data register 809-2 and data d2 on the XIO input bus is transferred into data register 809-1. Because the signal WB passed through OR gate 805-1 is high at the end of time period t3 and also at the start of time period t4, address registers 804-2 and 804-3 are disabled and thus retain the addresses a2 and a1, respectively. The address a4 is compared to the addresses stored in address registers 804-2 and 804-3, respectively. If the address a4 equals the address a2 stored in address register 804-2 or the address a1 stored in address register 804-3 then the signal EQX or EQY, respectively will be high. If EQY is high, then EQX will be low and the address a1 stored in address register 804-3 corresponds t0 the data d1 stored in data register 809-2. Signal WXB is now high level reflecting the storage of the signal r3 in control register 807-2. Consequently, AND gate 805-11 produces a high level output signal which enables buffer 812-10 to pass the data d1 represented by signal DY, stored in data register 809-2, to the input bus of output register 811-1. Data d1 will be stored in output register 811-1 on the low-to-high clock transition of the clock signal at the start of time period t5.
Time Period t5
During time period t5, data in register 811-1 will be passed through the L input bus of mux 803-5 (selected by signal S/DB being low) to output buffer 812-4 and from there to the Data I/O pin XIO to be sent outside the system.
During time period t5 a write signal w5 is stored in control register 807-1 and the read signal r4 previously in this control register is transferred to and stored in control register 807-2. Address a5 is stored in address register 804-1 but address registers 804-2 and 804-3 continue to store addresses a2 and a1, respectively because these two registers are still disabled by the read signal r4 at the low-to-high transition of the clock signal at the start of time period t5.
Because this is a write operation, the data d1 in data register 809-2 is to be written into memory array 810 at the address a1 stored in address register 804-3. The system writes data into memory array 810 on the second write operation after the address to which the data is to be written is stored in address register 804-1. Signal WB is low therefore the mux 803-2 passes the address a1 in address register 804-3 directly to the L input bus of mux 803-2 to the address port of memory 810. Simultaneously, the data DY stored in data register 809-2 is applied through the H input bus of mux 803-7 selected by the high signal WXB from control register 807-2 passed through the L input bus of mux 803-6 (selected by the low S/DB signal) to the L input bus of mux 803-8 (also selected by the low S/DB signal) to the select input lead of mux 803-7. Thus, the data d1, represented in FIGS. 9 and 10A by the signal DY, is passed through the H input bus of mux 803-7 to the Data In port of memory array 810 and stored in memory array 810 at the location given by address a1 in register 804-3.
Time Period t6
On the low-to-high transition of the clock signal at the start of time period t6, address a6 is placed in address register 804-1 and address a5 previously in this register is transmitted to address register 804-2.
Address a2 previously in address register 804-2 is transferred to address register 804-3. Control signal w6, a write signal (low), is transferred into control register 807-1 and control signal w5, also a write signal (low), is transferred from control register 807-1 to control register 807-2. Data d1 remains in register 809-2 and data d2 remains in register 809-1 because these registers are disabled by the high level signal WXB from control register 807-2 passed to the L input bus of mux 803-6 and from there through OR gate 805-5 (enabled by the low XENB signal) to disable data registers 809-1 and 809-2.
A write operation is to take place during time period t6. This write operation involves the transfer of the data d2 in data register 809-1 into SRAM 810 at the address a2 now stored in address register 804-3. Because WB is low reflecting the write signal w6 stored in control register 807-1, the address a2 is transmitted from address register 804-3 through the L input bus of mux 803-2 to the address port of memory array 810.
Data d2, however, is stored in data register 809-1. The data d2 in data register 809-1 is transmitted through the L input bus of mux 803-7 selected by the low output signal from mux 803-8 transmitted from the WXB output lead of control register 807-2 through the L input bus of mux 803-6 to the L input bus of mux 803-8 to the select input lead of mux 803-7. The low signal WXB (note that WXB goes low during period t6 because write signal w5 is transmitted into register 807-2 during period t6) thus ensures that the data d2 is passed through mux 803-7 from data register 809-1 to the Data In port of memory array 810 and placed at the location in memory array 810 given by address a2 during period t6.
Data d5, corresponding to address as, is placed on the input bus XIO.
Time Period t7
At the low-to-high transition of the clock signal at the start of period t7, address signal a7 is stored in address register 804-1. Addresses a6 and a5 are transferred to address registers 804-2 and 804-3, respectively. Read signal r7 is transmitted into and stored in the control register 807-1 and the write signal w6 previously in register 807-1 is transferred into and stored in register 807-2. Data d5 corresponding to the write address a5 received and stored in address register 804-1 during period t5, is stored in data register 809-1 and the data d2 previously stored in register 809-1 is transferred to and stored in register 809-2. WXB is low and thus data registers 809-1 and 809-2 are enabled. Because a read operation is being carried out during period t7, the data stored in memory array 810 at address a7 is to be read out of the memory array. However, if this data corresponds t0 the data at the address a6 stored in address register 804-2 or to the data at the address as stored in address register 804-3, EQX or EQY from comparator 801-1 or comparator 801-2 will be high, respectively. Under these circumstances, the data d5 stored in data register 809-1 or the data d6 applied to the Data I/O port (shown as signal XIO) will be selected to be transferred to the input bus to storage register 811-1. If the data d6 is selected, reflecting the high level EQX signal, then WXB, which is low, will be inverted by inverter 812-13 and applied to one input lead of AND gate 805-12. The high level signal EQX will be applied to the other input lead of AND gate 805-12 causing AND gate 805-12 to produce a high level output signal which enables buffer 812-12. Buffer 812-12 transmits the data signal d6 on the input I/O bus directly to the input bus to register 811-1 to be stored in register 811-1 on the low-to-high transition of the clock signal at the start of the next time period t8. Thus, during period t8, the data d6 stored in register 811-1 will be read out of register 811-1 through the L input bus of mux 803-5 and through the output buffer 812-4 (enabled by WXB and CSX both high and XOEB low) to the I/O output bus. The circuit continues to operate as described above as additional read and write signals are applied to the circuit.
FIG. 10B illustrates the operation of the circuit of FIG. 9 for the sequence of control signals read, write, read, write, read, write, read, read.
Time Period t0
At time t0 (t0 is a time arbitrarily selected during the operation of the system), the address signal a0 is loaded into address register 804-1. A high level signal XWEB corresponding to a read r0 is loaded into control register 807-1.
Time Period t1
At the low-to-high transition of the clock signal at the start of period t1, address a1 is loaded into address register 804-1. Because the signal WB is still high, reflecting the read control signal r0 in control 807-1 during time period t0, OR gate 805-1 produces a high output signal disabling address registers 804-2 and 804-3. Therefore the address a0 in register 804-1 is essentially lost and replaced with address a1. The control signal w1, a low write signal, is read into control register 807-1 causing the signal WB to become low and the signal RB output from NAND gate 805-3 to become high. The write signal w1 indicates that data d1 is going to be applied to XIO, the Data I/O terminal, sometime during the next clock period and will be written into the data register 809-1 during the second following clock period. Meanwhile any data d0 being read out of the system as a result of the read control signal during period t0 is transferred into output register 811-1 on the low-to-high transition of the clock signal at the start of the time period t1. This data d0, the data at address a0 in memory array 810, is transferred through buffer 812-3 enabled by EQY and EQX both being low thereby causing the output signal from AND gate 805-6 to be high and thus enable buffer 812-3. From register 811-1, this data d0 is transmitted on the L input bus of mux 83-5, through buffer 812-4, to the Data I/O.
Time Period t2
On the low-to-high transition of the clock signal at the start of period t2, address a2 is read into address register 804-1. Address a1 previously in address register 804-1 is transferred into address register 804-2, enabled by the low write signal WB during time period t1. Any address in address register 804-2 is also transferred through mux 803-1 to address register 804-3 during the same low-to-high transition of the clock signal. The read signal r2 is transferred into control register 807-1 and the low level write signal w1 previously in control register 807-1 during time period t1 is transferred to control register 807-2. Therefore WXB, the output signal from control register 807-2 is low during time period t2. Because the operation during time period t2 is a read, information contained at address a2 in SRAM memory 810 is transferred to the data output of memory array 810 and through enabled buffer 812-3 to the input port of register 811-1. If, however, the address a2 stored in address register 804-1 of the information to be read from the memory system is equal to the address a1 stored in address register 804-2, comparator 804-1 produces a high level signal EQX. High level signal EQX disables buffer 812-3 and means that the data d1 being applied to the input bus XIO during time period t2 must also be transferred to the input bus of the output register 811-1 because this is the data to be read out from the circuit during period t2 in response to the read signal r1. This data d1, represented by the signal XIO, is applied directly to the input bus to buffer 812-12. Buffer 812-12 is enabled by the high level EQX signal from comparator 801-1 together with the low level signal WXB inverted by inverter 812-13 to produce a high level output signal from NAND gate 805-12. Thus, the data d1 on the input bus XIO is transferred to the input bus D of output register 811-1.
Time Period t3
On the low-to-high transition of the clock signal at the start of time period t3, the data d1 on the input bus D of output register 811-1 is transferred into register 811-1. The data d1 is also transferred into data register 809-1 and the address a3 is transferred into address register 804-1. Write control signal w3 is transferred into control register 807-1 and the read control signal r2 previously in control register 807-1 is transferred through OR gate 805-4 enabled by the low level CSB signal from chip select register 808-1 to control register 807-2. Thus, the signal WXB goes high. Because during time period t2 the signal WB is high level, the address signal a2 in register 804-1 is not transferred into address register 804-2 and the address signal a1 in address 804-2 remains in address register 804-2. The write signal w3 is stored in control register 807-1. Thus, the signal WB goes low. The address stored in register 804-3 is transferred through the L input bus of mux 803-2 to the address port of memory array 810. The data previously in data register 809-2 is transmitted through the H input bus of mux 803-7 (selected by the high WXB signal passed through the L input bus of mux 803-6 and the L input bus of mux 803-8) to the Data In port of memory array 810. WXB going high disables data registers 809-1 and 809-2 so that on the low-to-high transition of the clock signal at the start of the next time period t4, the data in these two registers will remain in place and not be transferred. However, the address registers 804-2 and 804-3 are enabled so that the addresses in registers 804-1 and 804-2 can be transferred to registers 804-2 and 804-3, respectively, on the low-to-high transition of the clock signal at the start of time t4.
Time period t4
On the low-to-high transition of the clock signal at the start of time period t4, address a4 is loaded into address register 804-1. Address a3 previously in address register 804-1 is transferred to address register 804-2 and address a1 previously in address register 804-2 is transferred to address register 804-3. The read signal r4 is transferred into control register 807-1 and the write signal w3 previously in control register 807-1 is transferred through OR gate 805-4 into control register 807-2. Thus, the signal WXB goes low. The read signal r4 means that information d4 contained in memory array 810 at the location given by address a4 is to be read out of memory array 810. If, however, the address a4 equals the address a3 stored in address register 804-2 or equals the address a1 stored in address register 804-3, the output signal EQX from comparator 801-1, or the output signal EQY from comparator 801-2, goes high. If both EQX and EQY are not high, then the data stored at address a4 is passed through the Data Out port from SRAM 810 and through buffer 812-3 to the input bus of output register 811-1. On the low-to-high transition of the clock signal at the start of the next time period t5, this data will be loaded into output register 811-1 and passed through the L input bus of mux 803-5 to buffer 812-4 and then read out of the system. If, however, EQX is high then the address a4 of the data to be read out from the memory array equals the address a3 stored in address register 804-2. The address a3 corresponds t0 data d3 placed on the input bus XIO. EQX being high and WXB being low (to reflect the write signal w3 stored in control register 807-2) causes AND gate 805-12 to produce a high output signal to enable buffer 812-12. The data signal d3 is thereby passed directly to the input bus of output register 811-1. This data signal d3 will then be stored in output register 811-1 on the low-to-high transition of the clock signal at the start of time period t5.
Alternatively, if EQY is high, then the address a4 equals the address a1 stored in address register 804-3. The address a1 corresponds t0 the data d1 stored in data register 809-1. Accordingly, the data d1 (corresponding to the signal DX) is read out of the system through buffer 812-6. Buffer 812-6 is enabled by a high output signal from AND gate 805-9 caused by a high signal EQY applied to one input lead and low signals EQX and WXB applied to and inverted by inverters 812-8 and 812-9, respectively. Thus, the data d1 is transferred through buffer 812-6 to the input bus of output register 811-1 to be loaded into output register 811-1 on the low-to-high transition of the clock signal at the start of the next time period t5.
The system continues to operate as described above with the data corresponding to a given write signal being written into memory array 810 two write cycles following the loading of the address corresponding to that data into address register 804-1.
SINGLE PIPELINE OPERATION OF THE CIRCUIT OF FIG. 9
While the circuit in FIG. 9 has been described in conjunction with the dual pipeline operation, the single pipeline operation of the circuit requires the signal S/DB to be high. Thus, muxes 803-1, 803-3, 803-5, 803-6 and 803-8 will all have their high input buses selected for the transmission of signals to the output bus from the mux. FIG. 10C illustrates the timing waveforms associated with the system shown in FIG. 9 for the single pipeline delay.
Time Period t0
On the low-to-high transition of the clock signal at the start of time period t0 (a time arbitrarily selected after the system has begun operating), address a0 is read into address register 804-1. Read signal r0 is read into control register 807-1. Thus, the signal WB is high and thus the address a0 is transmitted directly through the H input bus of mux 803-2 to the address port of memory array 810.
The address a-1 is transferred simultaneously into address register 804-2 and address register 804-3, the latter register receiving the output signal from mux 803-1, the input signal to mux 803-1 being applied to the H input bus directly from the output bus of register 804-1. If address a0 equals address a-1 stored in both registers 804-2 and 804-3, then both EQX and EQY from comparators 801-1 and 801-2 are high. The high EQY signal causes mux 803-4 to pass the DX signal reflecting the data signal in register 809-1 through the H input bus of mux 803-4 to the H input bus of mux 803-5 and from there through buffer 812-4 to the XIO pin of the circuit. Because EQY is high, the signal DX is the data d−1 stored in data register 809-1. Note that in the single pipeline mode, signals EQX and EQY are both simultaneously high or simultaneously low because the same address is stored in both data registers 804-2 and 804-3.
Time Period t1
On the low-to-high transition of the clock signal at the start of time period t1, the address signal a1 is written to address register 804-1. Because the signal WB is high at the start of time period t1, the address registers 804-2 and 804-3 retain their contents, namely the address a-1 in both registers. Because a write signal w1 is stored in control register 807-1 and the previous read signal r0 is stored in control register 807-2, the signal WB is low and the signal RB is high. Because the write operation is to take place, and because WB is low, the address a-1 stored in address register 804-3 is transmitted directly through the L input bus of mux 803-2 (selected because the control signal WB is low). The data d−1 in data register 809-1 is then written into memory array 810 at the address a-1 stored in address registers 804-2 and 804-3.
Time Period t2
On the low-to-high transition of the clock signal at the start of time period t2, the address signal a2 is written to address register 804-1. Because the signal WB is low at the start of time period t2, the address a1 in address register 804-1 is transferred to register 804-2 and also to 804-3. On the low-to-high transition of the clock signal at the start of time period t2, the write signal w2 is transferred into control register 807-1. The previous write signal w1 stored in control register 807-1 is transferred to control register 807-2. Thus the signal WXB is low as is the signal WB. The data d1 is stored in data register 809-1 and the data d−1 is transferred from data register 809-1 to data register 809-2. Because WB is low, the address a1 in address register 804-3 is transmitted directly to the address port of SRAM 810 and the data d1 in data register 809-1 is transmitted directly to the Data In port of SRAM 810 to be stored there at address a1. The data d2 corresponding to the address a2 is placed on the Data I/O pin during the time period t2.
Time Period t3
On the low-to-high transition of the clock signal at the start of time period t3, the address signal a3 is read into address register 804-1. Simultaneously the data d2 placed on the input bus XIO during the latter portion of time period t2 is read into data register 809-1 and the data d1 previously in data register 809-1 is transferred to data register 809-2. Both of these registers are enabled at the start of time period t3 by the low level write signal w2 stored in control register 807-1 during time period t2. This low level signal is transferred through the H input bus of mux 803-6 and through one input lead of OR gate 805-5 to enable these two data registers.
On the low-to-high transition of the clock signal at the start of time period t3, the signal w2 in control register 807-1 is transferred to control register 807-2 and the signal r3, a read signal, is transferred into control register 807-1. The signal WB becomes high level thereby selecting the H input bus of mux 803-2 which passes the address a3 from address register 804-1 through mux 803-2 to the address port associated with memory array 810. Simultaneously the address a2 previously in address register 804-1 is stored in address registers 804-2 and 804-3.
If address a3 equals address a2, then both EQX and EQY go high thereby both disabling buffer 812-3. EQY high selects the H input bus of mux 803-4 which thereby passes to the H input bus of mux 803-5 and through the output buffer 812-4 to the XIO port the data d2 associated with the address a2.
Thus, the single pipeline delay system operates to either read out of memory the data at the address associated with a read control signal or to read out of a data storage register the data associated with the address of the location in memory to be read from when that address is the immediately preceding address of data to be written to the memory.
While several embodiments of this invention have been described, other embodiments of this invention will be obvious to those skilled in the art. In particular, embodiments involving three or more pipeline delays will be obvious in view of this disclosure. Also, while a single Data I/O terminal is shown in FIGS. 7, 7A and 7B, for example, for receiving data to be written into or being read from the memory 710, in practice separate data input and data output terminals can be used, if desired.

Claims (20)

I claim:
1. A memory structure, comprising:
a memory array;
at least one address register, the at least one address register latching an address on a rising edge of a clock signal;
at least one data register, the at least one data register latching a data word on the rising edge of the clock signal;
a logic circuit coupled to the memory array, the at least one address register, and the at least one data register,
wherein, the logic circuit operates in a write operation such that a write address is presented to the at least one address register in a first write clock cycle and a write data word is presented to the at least one data register in a second clock cycle following the first write clock cycle by a predetermined number of clock cycles; and
wherein the logic circuit operates in a read operation such that a read address is presented in a first read clock cycle and a read data word corresponding to the read address is presented to an output buffer in a second read clock cycle following the first read clock cycle by the predetermined number of clock cycles.
2. The structure of claim 1, wherein the read operation may occur in the following clock cycle from the write operation.
3. The structure of claim 1, wherein a second read operation may occur in the following clock cycle from the read operation.
4. The structure of claim 1, wherein the write operation may occur in the following clock cycle from the read operation.
5. The structure of claim 1, wherein a second write operation may occur in the following clock cycle from the write operation.
6. The structure of claim 1, wherein the data word is stored in the at least one data registers for a predetermined number of write cycles and then written into the memory array.
7. The structure of claim 6, wherein the data word corresponding to the read address is the last data word corresponding to the read address presented to the structure in a write operation.
8. The structure of claim 1, wherein the predetermined number of clock cycles is one.
9. The structure of claim 1, wherein the predetermined number of clock cycles is two.
10. The structure of claim 1, wherein the predetermined number of clock cycles is greater than two.
11. A memory structure, comprising:
at least two address registers coupled in series, each of the at least two address registers including an enable terminal such that the at least two address registers store an address presented to their input terminals on a rising edge of a clock signal;
at least two data registers coupled in series, each of the at least two data registers storing a data word presented to their input terminals on the rising edge of the clock signal;
a memory array;
a logic circuit coupled to the at least two address registers, the at least two data registers, and the memory array, the logic circuit coupled to control presentation of addresses stored in the at least two address registers and data words stored in the at least two data registers to the memory array; and
wherein, in a write operation, the logic circuit controls the at least two address registers and the at least two data registers such that write address is stored in the at least two address registers in a first write clock cycle and a write data word corresponding to the write address is stored in the at least two data registers in a second write clock cycle following the first write clock cycle by a predetermined number of clock cycles, and
wherein, in a read operation, the logic circuit controls the at least two address registers and the at least two data registers such that a read address is presented in a first read clock cycle and a read data word corresponding to the read address is presented to an output terminal in a second read clock cycle following the first read clock cycle by the predetermined number of clock cycles.
12. The structure of claim 11, wherein the predetermined number of clock cycles is one.
13. The structure of claim 11, wherein the predetermined number of clock cycles is two.
14. The structure of claim 11, wherein the predetermined number of clock cycles is greater than two.
15. The structure of claim 11, wherein during the write operation an address and corresponding data word are presented to the memory array.
16. The structure of claim 11, wherein during the read operation if the read address matches an address stored in the at least one address register, the read data word is output from the at least one data register.
17. The structure of claim 11, wherein a second write operation may occur in a clock cycle immediately following the first clock cycle.
18. The structure of claim 11, wherein the write operation may occur in a clock cycle immediately following the clock cycle when the read operation is presented.
19. The structure of claim 11, wherein the read operation may occur in a clock cycle immediately following the first clock cycle.
20. The structure of claim 11, wherein a second read operation may occur in a clock cycle immediately following the clock cycle when the read is presented.
US10/059,899 1996-04-19 2002-01-28 Fully synchronous pipelined RAM Expired - Fee Related US6785188B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US10/059,899 US6785188B2 (en) 1996-04-19 2002-01-28 Fully synchronous pipelined RAM

Applications Claiming Priority (6)

Application Number Priority Date Filing Date Title
US08/635,128 US5838631A (en) 1996-04-19 1996-04-19 Fully synchronous pipelined ram
US08/864,456 US5875151A (en) 1996-04-19 1997-05-28 Fully synchronous pipelined ram
US09/253,577 US6094399A (en) 1996-04-19 1999-02-19 Fully synchronous pipelined RAM
US09/429,849 US6249480B1 (en) 1996-04-19 1999-10-28 Fully synchronous pipelined ram
US09/625,382 US6567338B1 (en) 1996-04-19 2000-07-25 Fully synchronous pipelined RAM
US10/059,899 US6785188B2 (en) 1996-04-19 2002-01-28 Fully synchronous pipelined RAM

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US09/625,382 Continuation US6567338B1 (en) 1996-04-19 2000-07-25 Fully synchronous pipelined RAM

Publications (2)

Publication Number Publication Date
US20020154548A1 US20020154548A1 (en) 2002-10-24
US6785188B2 true US6785188B2 (en) 2004-08-31

Family

ID=24546558

Family Applications (8)

Application Number Title Priority Date Filing Date
US08/635,128 Expired - Fee Related US5838631A (en) 1996-04-19 1996-04-19 Fully synchronous pipelined ram
US08/864,289 Expired - Lifetime US5828606A (en) 1996-04-19 1997-05-28 Fully synchronous pipelined RAM
US08/864,456 Expired - Lifetime US5875151A (en) 1996-04-19 1997-05-28 Fully synchronous pipelined ram
US08/864,285 Expired - Lifetime US5841732A (en) 1996-04-19 1997-05-28 Fully synchronous pipelined ram
US09/253,577 Expired - Lifetime US6094399A (en) 1996-04-19 1999-02-19 Fully synchronous pipelined RAM
US09/429,849 Expired - Lifetime US6249480B1 (en) 1996-04-19 1999-10-28 Fully synchronous pipelined ram
US09/625,382 Expired - Fee Related US6567338B1 (en) 1996-04-19 2000-07-25 Fully synchronous pipelined RAM
US10/059,899 Expired - Fee Related US6785188B2 (en) 1996-04-19 2002-01-28 Fully synchronous pipelined RAM

Family Applications Before (7)

Application Number Title Priority Date Filing Date
US08/635,128 Expired - Fee Related US5838631A (en) 1996-04-19 1996-04-19 Fully synchronous pipelined ram
US08/864,289 Expired - Lifetime US5828606A (en) 1996-04-19 1997-05-28 Fully synchronous pipelined RAM
US08/864,456 Expired - Lifetime US5875151A (en) 1996-04-19 1997-05-28 Fully synchronous pipelined ram
US08/864,285 Expired - Lifetime US5841732A (en) 1996-04-19 1997-05-28 Fully synchronous pipelined ram
US09/253,577 Expired - Lifetime US6094399A (en) 1996-04-19 1999-02-19 Fully synchronous pipelined RAM
US09/429,849 Expired - Lifetime US6249480B1 (en) 1996-04-19 1999-10-28 Fully synchronous pipelined ram
US09/625,382 Expired - Fee Related US6567338B1 (en) 1996-04-19 2000-07-25 Fully synchronous pipelined RAM

Country Status (1)

Country Link
US (8) US5838631A (en)

Families Citing this family (94)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
SE515737C2 (en) * 1995-03-22 2001-10-01 Ericsson Telefon Ab L M Apparatus and method for handling digital signals and a processing device comprising such
US5838631A (en) 1996-04-19 1998-11-17 Integrated Device Technology, Inc. Fully synchronous pipelined ram
US6745302B1 (en) * 1996-08-20 2004-06-01 Sony Corporation Method and circuit for enabling a clock-synchronized read-modify-write operation on a memory array
US5901086A (en) * 1996-12-26 1999-05-04 Motorola, Inc. Pipelined fast-access floating gate memory architecture and method of operation
US6044429A (en) * 1997-07-10 2000-03-28 Micron Technology, Inc. Method and apparatus for collision-free data transfers in a memory device with selectable data or address paths
AU9604698A (en) 1997-10-10 1999-05-03 Rambus Incorporated Method and apparatus for two step memory write operations
US6401167B1 (en) 1997-10-10 2002-06-04 Rambus Incorporated High performance cost optimized memory
US5982786A (en) * 1997-11-21 1999-11-09 Cypress Semiconductor Corp. Circuits and methods for framing one or more data streams
US6115320A (en) * 1998-02-23 2000-09-05 Integrated Device Technology, Inc. Separate byte control on fully synchronous pipelined SRAM
US6262937B1 (en) 1998-03-13 2001-07-17 Cypress Semiconductor Corp. Synchronous random access memory having a read/write address bus and process for writing to and reading from the same
US6262936B1 (en) 1998-03-13 2001-07-17 Cypress Semiconductor Corp. Random access memory having independent read port and write port and process for writing to and reading from the same
US6069839A (en) 1998-03-20 2000-05-30 Cypress Semiconductor Corp. Circuit and method for implementing single-cycle read/write operation(s), and random access memory including the circuit and/or practicing the method
US6158655A (en) * 1998-04-08 2000-12-12 Donnelly Corporation Vehicle mounted remote transaction interface system
KR100276652B1 (en) * 1998-05-18 2001-01-15 윤종용 Semiconductor memory device and data processing method thereof
KR100305647B1 (en) * 1998-05-27 2002-03-08 박종섭 Synchronous memory device
KR100270959B1 (en) * 1998-07-07 2000-11-01 윤종용 Semiconductor memory device
US6487671B1 (en) * 1998-09-29 2002-11-26 International Business Machines Corporation Elimination of turnaround cycles on multiplexed address/data buses
KR100287188B1 (en) * 1999-04-06 2001-04-16 윤종용 Semiconductor memory device capable of data processing speed and efficiency of data pin and read-write control method thereof
US6381684B1 (en) 1999-04-26 2002-04-30 Integrated Device Technology, Inc. Quad data rate RAM
US7069406B2 (en) * 1999-07-02 2006-06-27 Integrated Device Technology, Inc. Double data rate synchronous SRAM with 100% bus utilization
US6640292B1 (en) 1999-09-10 2003-10-28 Rambus Inc. System and method for controlling retire buffer operation in a memory system
JP2001118387A (en) 1999-10-15 2001-04-27 Mitsubishi Electric Corp Synchronizing type semiconductor memory
JP4515566B2 (en) * 1999-11-09 2010-08-04 富士通セミコンダクター株式会社 Semiconductor integrated circuit
JP4090165B2 (en) * 1999-11-22 2008-05-28 富士通株式会社 Semiconductor memory device
US6507899B1 (en) * 1999-12-13 2003-01-14 Infineon Technologies North American Corp. Interface for a memory unit
US6198666B1 (en) 2000-02-29 2001-03-06 International Business Machines Corporation Control input timing-independent dynamic multiplexer circuit
US6259648B1 (en) * 2000-03-21 2001-07-10 Systran Corporation Methods and apparatus for implementing pseudo dual port memory
US6973101B1 (en) 2000-03-22 2005-12-06 Cypress Semiconductor Corp. N-way simultaneous framer for bit-interleaved time division multiplexed (TDM) serial bit streams
US6362668B1 (en) 2000-03-23 2002-03-26 Cypress Semiconductor Corp. Circuit and method for frequency generator control
US6433603B1 (en) 2000-08-14 2002-08-13 Sun Microsystems, Inc. Pulse-based high speed flop circuit
US6647470B1 (en) * 2000-08-21 2003-11-11 Micron Technology, Inc. Memory device having posted write per command
US6662319B1 (en) 2000-08-31 2003-12-09 Hewlett-Packard Development Company, L.P. Special encoding of known bad data
US6567900B1 (en) 2000-08-31 2003-05-20 Hewlett-Packard Development Company, L.P. Efficient address interleaving with simultaneous multiple locality options
US6622225B1 (en) 2000-08-31 2003-09-16 Hewlett-Packard Development Company, L.P. System for minimizing memory bank conflicts in a computer system
US6681295B1 (en) 2000-08-31 2004-01-20 Hewlett-Packard Development Company, L.P. Fast lane prefetching
US6671822B1 (en) * 2000-08-31 2003-12-30 Hewlett-Packard Development Company, L.P. Method and system for absorbing defects in high performance microprocessor with a large n-way set associative cache
US6754739B1 (en) 2000-08-31 2004-06-22 Hewlett-Packard Development Company Computer resource management and allocation system
US7099913B1 (en) 2000-08-31 2006-08-29 Hewlett-Packard Development Company, L.P. Speculative directory writes in a directory based cache coherent nonuniform memory access protocol
US7213087B1 (en) 2000-08-31 2007-05-01 Hewlett-Packard Development Company, L.P. Mechanism to control the allocation of an N-source shared buffer
US6738836B1 (en) * 2000-08-31 2004-05-18 Hewlett-Packard Development Company, L.P. Scalable efficient I/O port protocol
US6633960B1 (en) 2000-08-31 2003-10-14 Hewlett-Packard Development Company, L.P. Scalable directory based cache coherence protocol
US6546453B1 (en) 2000-08-31 2003-04-08 Compaq Information Technologies Group, L.P. Proprammable DRAM address mapping mechanism
US6654858B1 (en) 2000-08-31 2003-11-25 Hewlett-Packard Development Company, L.P. Method for reducing directory writes and latency in a high performance, directory-based, coherency protocol
US6779142B1 (en) 2000-08-31 2004-08-17 Hewlett-Packard Development Company, L.P. Apparatus and method for interfacing a high speed scan-path with slow-speed test equipment
US6751721B1 (en) * 2000-08-31 2004-06-15 Hewlett-Packard Development Company, L.P. Broadcast invalidate scheme
US6704817B1 (en) * 2000-08-31 2004-03-09 Hewlett-Packard Development Company, L.P. Computer architecture and system for efficient management of bi-directional bus
US6715057B1 (en) 2000-08-31 2004-03-30 Hewlett-Packard Development Company, L.P. Efficient translation lookaside buffer miss processing in computer systems with a large range of page sizes
US6662265B1 (en) 2000-08-31 2003-12-09 Hewlett-Packard Development Company, L.P. Mechanism to track all open pages in a DRAM memory system
US6546465B1 (en) 2000-08-31 2003-04-08 Hewlett-Packard Development Company, L.P. Chaining directory reads and writes to reduce DRAM bandwidth in a directory based CC-NUMA protocol
US6961781B1 (en) 2000-08-31 2005-11-01 Hewlett-Packard Development Company, L.P. Priority rules for reducing network message routing latency
US6636955B1 (en) * 2000-08-31 2003-10-21 Hewlett-Packard Development Company, L.P. Mechanism for synchronizing multiple skewed source-synchronous data channels with automatic initialization feature
US6668335B1 (en) 2000-08-31 2003-12-23 Hewlett-Packard Company, L.P. System for recovering data in a multiprocessor system comprising a conduction path for each bit between processors where the paths are grouped into separate bundles and routed along different paths
US6678840B1 (en) * 2000-08-31 2004-01-13 Hewlett-Packard Development Company, Lp. Fault containment and error recovery in a scalable multiprocessor
US6388942B1 (en) 2000-09-28 2002-05-14 Cypress Semiconductor Corp. Deep pipe synchronous SRAM
US6829195B2 (en) * 2001-03-22 2004-12-07 Fujitsu Limited Semiconductor memory device and information processing system
US7127631B2 (en) 2002-03-28 2006-10-24 Advanced Analogic Technologies, Inc. Single wire serial interface utilizing count of encoded clock pulses with reset
US7080266B2 (en) * 2002-05-13 2006-07-18 Advanced Analogic Technologies, Inc Single wire network for sending data in predetermined periods and next register address immediately thereafter and storing data in register identified in last cycle
US6938142B2 (en) * 2002-08-28 2005-08-30 Micron Technology, Inc. Multi-bank memory accesses using posted writes
JP2004206850A (en) * 2002-10-31 2004-07-22 Toshiba Corp Semiconductor storage device
US7372928B1 (en) * 2002-11-15 2008-05-13 Cypress Semiconductor Corporation Method and system of cycle slip framing in a deserializer
US6762973B2 (en) 2002-12-17 2004-07-13 Giga Semiconductor, Inc. Data coherent logic for an SRAM device
US20050067934A1 (en) * 2003-09-26 2005-03-31 Ishikawajima-Harima Heavy Industries Co., Ltd. Discharge apparatus, plasma processing method and solar cell
US6985398B2 (en) 2003-09-26 2006-01-10 Infineon Technologies Ag Memory device having multiple array structure for increased bandwidth
US7042777B2 (en) * 2004-01-28 2006-05-09 Infineon Technologies Ag Memory device with non-variable write latency
US7151709B2 (en) * 2004-08-16 2006-12-19 Micron Technology, Inc. Memory device and method having programmable address configurations
ITRM20040554A1 (en) * 2004-11-08 2005-02-08 Micron Technology Inc METHOD AND APPARATUS FOR FILTERING OUTPUT DATA.
US7403446B1 (en) * 2005-09-27 2008-07-22 Cypress Semiconductor Corporation Single late-write for standard synchronous SRAMs
US7920665B1 (en) 2005-09-28 2011-04-05 Cypress Semiconductor Corporation Symmetrical range controller circuit and method
JP5193045B2 (en) 2005-09-30 2013-05-08 モサイド・テクノロジーズ・インコーポレーテッド Memory with output controller
US7652922B2 (en) * 2005-09-30 2010-01-26 Mosaid Technologies Incorporated Multiple independent serial link memory
US7728675B1 (en) 2006-03-31 2010-06-01 Cypress Semiconductor Corporation Fast lock circuit for a phase lock loop
ITTO20060719A1 (en) * 2006-10-06 2008-04-07 Micron Technology Inc ARCHITECTURE OF FILTERED REGISTERS TO GENERATE SIGNALS FOR ACTUATORS
US8149643B2 (en) * 2008-10-23 2012-04-03 Cypress Semiconductor Corporation Memory device and method
KR101796116B1 (en) 2010-10-20 2017-11-10 삼성전자 주식회사 Semiconductor device, memory module and memory system having the same and operating method thereof
US8711639B2 (en) 2010-11-02 2014-04-29 Micron Technology, Inc. Data paths using a first signal to capture data and a second signal to output data and methods for providing data
US8982649B2 (en) 2011-08-12 2015-03-17 Gsi Technology, Inc. Systems and methods involving multi-bank, dual- or multi-pipe SRAMs
US9431079B1 (en) 2012-12-13 2016-08-30 Gsi Technology, Inc. Systems and methods of memory and memory operation involving input latching, self-timing and/or other features
US9159391B1 (en) 2012-12-13 2015-10-13 Gsi Technology, Inc. Systems and methods of double/quad data rate memory involving input latching, self-timing and/or other features
TWI675372B (en) * 2014-06-05 2019-10-21 美商積佳半導體股份有限公司 Systems and methods involving multi-bank, dual-pipe memory circuitry
US10019170B2 (en) * 2016-03-30 2018-07-10 Micron Technology, Inc. Controlling timing and edge transition of a delayed clock signal and data latching methods using such a delayed clock signal
US10777262B1 (en) 2016-12-06 2020-09-15 Gsi Technology, Inc. Read data processing circuits and methods associated memory cells
US10847213B1 (en) 2016-12-06 2020-11-24 Gsi Technology, Inc. Write data processing circuits and methods associated with computational memory cells
US10770133B1 (en) 2016-12-06 2020-09-08 Gsi Technology, Inc. Read and write data processing circuits and methods associated with computational memory cells that provides write inhibits and read bit line pre-charge inhibits
US10854284B1 (en) 2016-12-06 2020-12-01 Gsi Technology, Inc. Computational memory cell and processing array device with ratioless write port
US10943648B1 (en) 2016-12-06 2021-03-09 Gsi Technology, Inc. Ultra low VDD memory cell with ratioless write port
US10891076B1 (en) 2016-12-06 2021-01-12 Gsi Technology, Inc. Results processing circuits and methods associated with computational memory cells
US10860320B1 (en) 2016-12-06 2020-12-08 Gsi Technology, Inc. Orthogonal data transposition system and method during data transfers to/from a processing array
US10521229B2 (en) 2016-12-06 2019-12-31 Gsi Technology, Inc. Computational memory cell and processing array device using memory cells
US11227653B1 (en) 2016-12-06 2022-01-18 Gsi Technology, Inc. Storage array circuits and methods for computational memory cells
US10847212B1 (en) 2016-12-06 2020-11-24 Gsi Technology, Inc. Read and write data processing circuits and methods associated with computational memory cells using two read multiplexers
US10249362B2 (en) 2016-12-06 2019-04-02 Gsi Technology, Inc. Computational memory cell and processing array device using the memory cells for XOR and XNOR computations
US10877731B1 (en) 2019-06-18 2020-12-29 Gsi Technology, Inc. Processing array device that performs one cycle full adder operation and bit line read/write logic features
US10930341B1 (en) 2019-06-18 2021-02-23 Gsi Technology, Inc. Processing array device that performs one cycle full adder operation and bit line read/write logic features
US10958272B2 (en) 2019-06-18 2021-03-23 Gsi Technology, Inc. Computational memory cell and processing array device using complementary exclusive or memory cells

Citations (159)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3967247A (en) 1974-11-11 1976-06-29 Sperry Rand Corporation Storage interface unit
US4096402A (en) 1975-12-29 1978-06-20 Mostek Corporation MOSFET buffer for TTL logic input and method of operation
US4208716A (en) 1978-12-11 1980-06-17 Honeywell Information Systems Inc. Cache arrangement for performing simultaneous read/write operations
US4225922A (en) 1978-12-11 1980-09-30 Honeywell Information Systems Inc. Command queue apparatus included within a cache unit for facilitating command sequencing
US4371929A (en) 1980-05-05 1983-02-01 Ibm Corporation Multiprocessor system with high density memory set architecture including partitionable cache store interface to shared disk drive memory
US4394732A (en) 1980-11-14 1983-07-19 Sperry Corporation Cache/disk subsystem trickle
US4394733A (en) 1980-11-14 1983-07-19 Sperry Corporation Cache/disk subsystem
US4410942A (en) 1981-03-06 1983-10-18 International Business Machines Corporation Synchronizing buffered peripheral subsystems to host operations
US4415970A (en) 1980-11-14 1983-11-15 Sperry Corporation Cache/disk subsystem with load equalization
US4423479A (en) 1980-11-14 1983-12-27 Sperry Corporation Cache/disk subsystem with acquire write command
US4426681A (en) 1980-01-22 1984-01-17 Cii Honeywell Bull Process and device for managing the conflicts raised by multiple access to same cache memory of a digital data processing system having plural processors, each having a cache memory
US4433374A (en) 1980-11-14 1984-02-21 Sperry Corporation Cache/disk subsystem with cache bypass
US4437155A (en) 1980-11-14 1984-03-13 Sperry Corporation Cache/disk subsystem with dual aging of cache entries
US4442488A (en) 1980-05-05 1984-04-10 Floating Point Systems, Inc. Instruction cache memory system
US4476526A (en) 1981-11-27 1984-10-09 Storage Technology Corporation Cache buffered memory subsystem
US4490782A (en) 1981-06-05 1984-12-25 International Business Machines Corporation I/O Storage controller cache system with prefetch determined by requested record's position within data block
US4523275A (en) 1980-11-14 1985-06-11 Sperry Corporation Cache/disk subsystem with floating entry
US4530054A (en) 1982-03-03 1985-07-16 Sperry Corporation Processor-addressable timestamp for indicating oldest written-to cache entry not copied back to bulk memory
US4530055A (en) 1982-03-03 1985-07-16 Sperry Corporation Hierarchical memory system with variable regulation and priority of writeback from cache memory to bulk memory
US4547848A (en) 1982-06-30 1985-10-15 Fujitsu Limited Access control processing system in computer system
US4611337A (en) 1983-08-29 1986-09-09 General Electric Company Minimal logic synchronous up/down counter implementations for CMOS
US4695943A (en) 1984-09-27 1987-09-22 Honeywell Information Systems Inc. Multiprocessor shared pipeline cache memory with split cycle and concurrent utilization
US4755930A (en) 1985-06-27 1988-07-05 Encore Computer Corporation Hierarchical cache memory system and method
EP0276871A2 (en) 1987-01-30 1988-08-03 RCA Thomson Licensing Corporation Dual port video memory system having a bit-serial address input port
US4789796A (en) 1985-12-23 1988-12-06 U.S. Philips Corporation Output buffer having sequentially-switched output
US4794521A (en) 1985-07-22 1988-12-27 Alliant Computer Systems Corporation Digital computer with cache capable of concurrently handling multiple accesses from parallel processors
US4796231A (en) * 1985-01-22 1989-01-03 Texas Instruments Incorporated Serial accessed semiconductor memory with reconfigurable shift registers
US4817058A (en) 1987-05-21 1989-03-28 Texas Instruments Incorporated Multiple input/output read/write memory having a multiple-cycle write mask
US4882709A (en) 1988-08-25 1989-11-21 Integrated Device Technology, Inc. Conditional write RAM
US4912630A (en) 1988-07-29 1990-03-27 Ncr Corporation Cache address comparator with sram having burst addressing control
US4916604A (en) 1987-06-26 1990-04-10 Hitachi, Ltd. Cache storage apparatus
US4928281A (en) 1986-06-13 1990-05-22 Hitachi, Ltd. Semiconductor memory
US4942550A (en) 1987-06-23 1990-07-17 Burr-Brown Ltd. Printed circuit board topography for high speed intelligent industrial controller with multiple boards located within a single slot
US4958088A (en) 1989-06-19 1990-09-18 Micron Technology, Inc. Low power three-stage CMOS input buffer with controlled switching
US4984204A (en) 1988-01-28 1991-01-08 Hitachi, Ltd. High speed sensor system using a level shift circuit
US5022011A (en) 1989-12-28 1991-06-04 Inova Microelectronics Corporation Apparatus and method for reducing the access time after a write operation in a static memory device
EP0432509A2 (en) 1989-11-15 1991-06-19 Kabushiki Kaisha Toshiba Semiconductor memory device
US5043937A (en) 1987-12-23 1991-08-27 International Business Machines Corporation Efficient interface for the main store of a data processing system
EP0450871A2 (en) 1990-03-30 1991-10-09 Xerox Corporation Interfaces for transmission lines
US5111435A (en) 1987-03-31 1992-05-05 Kabushiki Kaisha Toshiba Bipolar-CMOS semiconductor memory device
US5128563A (en) 1990-11-28 1992-07-07 Micron Technology, Inc. CMOS bootstrapped output driver method and circuit
US5150186A (en) 1991-03-06 1992-09-22 Micron Technology, Inc. CMOS output pull-up driver
US5165046A (en) 1989-11-06 1992-11-17 Micron Technology, Inc. High speed CMOS driver circuit
US5170074A (en) 1990-03-13 1992-12-08 Nec Corporation Master-slave clocked flip-flop circuit
US5179298A (en) 1990-01-17 1993-01-12 Matsushita Electric Industrial Co., Ltd. CMOS buffer circuit which is not influenced by bounce noise
US5195056A (en) 1987-05-21 1993-03-16 Texas Instruments, Incorporated Read/write memory having an on-chip input data register, having pointer circuits between a serial data register and input/output buffer circuits
US5220208A (en) 1991-04-29 1993-06-15 Texas Instruments Incorporated Circuitry and method for controlling current in an electronic circuit
US5239206A (en) 1990-03-06 1993-08-24 Advanced Micro Devices, Inc. Synchronous circuit with clock skew compensating function and circuits utilizing same
US5251181A (en) 1991-06-05 1993-10-05 Kabushiki Kaisha Toshiba Random access memory device and method of controlling same in pipe line page mode
US5254883A (en) 1992-04-22 1993-10-19 Rambus, Inc. Electrical current source circuitry for a bus
US5276642A (en) 1991-07-15 1994-01-04 Micron Technology, Inc. Method for performing a split read/write operation in a dynamic random access memory
US5281865A (en) 1990-11-28 1994-01-25 Hitachi, Ltd. Flip-flop circuit
US5321368A (en) 1992-02-27 1994-06-14 Siemens Aktiengesellschaft Synchronized, digital sequential circuit
US5321651A (en) 1991-07-30 1994-06-14 Inmos Limited Read and write circuitry for a memory
US5341341A (en) 1992-03-26 1994-08-23 Nec Corporation Dynamic random access memory device having addressing section and/or data transferring path arranged in pipeline architecture
US5347177A (en) 1993-01-14 1994-09-13 Lipp Robert J System for interconnecting VLSI circuits with transmission line characteristics
US5349566A (en) 1993-05-19 1994-09-20 Micron Semiconductor, Inc. Memory device with pulse circuit for timing data output, and method for outputting data
US5377338A (en) 1993-10-12 1994-12-27 Wang Laboratories, Inc. Apparatus and methods for reducing numbers of read-modify-write cycles to a memory, and for improving DMA efficiency
US5383157A (en) 1993-08-06 1995-01-17 Cypress Semiconductor Corporation Parallel TESTMODE
US5384745A (en) 1992-04-27 1995-01-24 Mitsubishi Denki Kabushiki Kaisha Synchronous semiconductor memory device
US5384737A (en) 1994-03-08 1995-01-24 Motorola Inc. Pipelined memory having synchronous and asynchronous operating modes
US5387809A (en) 1991-02-25 1995-02-07 Hitachi, Ltd. Semiconductor integrated circuit device capable of outputting a plurality of interface levels
US5390308A (en) 1992-04-15 1995-02-14 Rambus, Inc. Method and apparatus for address mapping of dynamic random access memory
US5394555A (en) 1992-12-23 1995-02-28 Bull Hn Information Systems Inc. Multi-node cluster computer system incorporating an external coherency unit at each node to insure integrity of information stored in a shared, distributed memory
US5400283A (en) 1993-12-13 1995-03-21 Micron Semiconductor, Inc. RAM row decode circuitry that utilizes a precharge circuit that is deactivated by a feedback from an activated word line driver
EP0655741A2 (en) 1993-11-29 1995-05-31 Kabushiki Kaisha Toshiba Memory device and serial-parallel data transform circuit
US5438545A (en) 1993-12-21 1995-08-01 Goldstar Electron Co., Ltd. Data output buffer of semiconductor memory device for preventing noises
US5440260A (en) 1991-08-14 1995-08-08 Advantest Corporation Variable delay circuit
US5444667A (en) * 1993-04-02 1995-08-22 Nec Corporation Semiconductor synchronous memory device having input circuit for producing constant main control signal operative to allow timing generator to latch command signals
US5457407A (en) 1994-07-06 1995-10-10 Sony Electronics Inc. Binary weighted reference circuit for a variable impedance output buffer
EP0680049A2 (en) 1994-04-29 1995-11-02 Mosaid Technologies Incorporated Synchronizer
US5467473A (en) 1993-01-08 1995-11-14 International Business Machines Corporation Out of order instruction load and store comparison
US5473575A (en) 1990-04-18 1995-12-05 Rambus, Inc. Integrated circuit I/O using a high performance bus interface
US5475642A (en) 1992-06-23 1995-12-12 Taylor; David L. Dynamic random access memory with bit line preamp/driver
US5483497A (en) 1993-08-24 1996-01-09 Fujitsu Limited Semiconductor memory having a plurality of banks usable in a plurality of bank configurations
EP0692872A2 (en) 1994-07-11 1996-01-17 International Business Machines Corporation Scannable master slave latch actuated by single phase clock
US5487035A (en) 1993-08-26 1996-01-23 Nippon Telegraph And Telephone Corporation Method of multiplexed data reading/writing suitable for video-on-demand system
US5488712A (en) 1990-12-28 1996-01-30 Nec Corporation Memory circuit with pipeline processing
US5497127A (en) 1994-12-14 1996-03-05 David Sarnoff Research Center, Inc. Wide frequency range CMOS relaxation oscillator with variable hysteresis
US5498990A (en) 1991-11-05 1996-03-12 Monolithic System Technology, Inc. Reduced CMOS-swing clamping circuit for bus lines
US5502676A (en) 1995-04-24 1996-03-26 Motorola, Inc. Integrated circuit memory with column redundancy having shared read global data lines
US5506814A (en) 1993-05-28 1996-04-09 Micron Technology, Inc. Video random access memory device and method implementing independent two WE nibble control
US5515325A (en) 1993-12-24 1996-05-07 Mitsubishi Denki Kabushiki Kaisha Synchronous random access memory
US5523320A (en) 1993-01-20 1996-06-04 Ohgen Research Laboratories, Ltd. N-methyldeacetylcolchiceinamide derivatives
US5526320A (en) 1994-12-23 1996-06-11 Micron Technology Inc. Burst EDO memory device
US5546344A (en) 1995-06-06 1996-08-13 Cirrus Logic, Inc. Extended data output DRAM interface
US5561781A (en) 1993-07-28 1996-10-01 International Business Machines Corporation Port swapping for improved virtual SRAM performance and processing of concurrent processor access requests
US5568077A (en) 1994-11-07 1996-10-22 Mitsubishi Denki Kabushiki Kaisha Latch circuit
US5568430A (en) 1995-12-04 1996-10-22 Etron Technology, Inc. Self timed address locking and data latching circuit
US5572467A (en) 1995-04-24 1996-11-05 Motorola, Inc. Address comparison in an inteagrated circuit memory having shared read global data lines
US5577236A (en) 1994-12-30 1996-11-19 International Business Machines Corporation Memory controller for reading data from synchronous RAM
US5576645A (en) 1995-06-05 1996-11-19 Hughes Aircraft Company Sample and hold flip-flop for CMOS logic
US5578941A (en) 1995-08-23 1996-11-26 Micron Technology, Inc. Voltage compensating CMOS input buffer circuit
US5581197A (en) 1995-05-31 1996-12-03 Hewlett-Packard Co. Method of programming a desired source resistance for a driver stage
US5581718A (en) 1992-02-06 1996-12-03 Intel Corporation Method and apparatus for selecting instructions for simultaneous execution
US5581734A (en) 1993-08-02 1996-12-03 International Business Machines Corporation Multiprocessor system with shared cache and data input/output circuitry for transferring data amount greater than system bus capacity
US5594700A (en) 1990-12-17 1997-01-14 Texas Instruments Incorporated Sequential memory
US5617362A (en) 1993-12-21 1997-04-01 Mitsubishi Denki Kabushiki Kaisha Semiconductor memory device having extended data out function
US5619473A (en) 1994-08-23 1997-04-08 Sharp Kabushiki Kaisha Semiconductor memory device with dual address memory read amplifiers
US5621690A (en) 1995-04-28 1997-04-15 Intel Corporation Nonvolatile memory blocking architecture and redundancy
US5627780A (en) 1994-08-26 1997-05-06 Sgs-Thomson Microelectronics Limited Testing a non-volatile memory
US5627791A (en) 1996-02-16 1997-05-06 Micron Technology, Inc. Multiple bank memory with auto refresh to specified bank
US5629453A (en) 1995-01-13 1997-05-13 Great Lakes Chemical France Process for the manufacture of hydroxyalkoxybenzophenones
US5631872A (en) 1995-08-14 1997-05-20 Nec Corporation Low power consumption semiconductor dynamic random access memory device by reusing residual electric charge on bit line pairs
US5636163A (en) 1986-07-30 1997-06-03 Mitsubishi Denki Kabushiki Kaisha Random access memory with a plurality amplifier groups for reading and writing in normal and test modes
US5636174A (en) 1996-01-11 1997-06-03 Cirrus Logic, Inc. Fast cycle time-low latency dynamic random access memories and systems and methods using the same
US5636173A (en) 1995-06-07 1997-06-03 Micron Technology, Inc. Auto-precharge during bank selection
US5638335A (en) 1995-05-22 1997-06-10 Hitachi, Ltd. Semiconductor device
US5644729A (en) 1992-01-02 1997-07-01 International Business Machines Corporation Bidirectional data buffer for a bus-to-bus interface unit in a computer system
US5650971A (en) 1992-08-14 1997-07-22 Harris Corporation Sense amplifier for a multiport memory and method
US5652724A (en) 1994-12-23 1997-07-29 Micron Technology, Inc. Burst EDO memory device having pipelined output buffer
US5655105A (en) 1995-06-30 1997-08-05 Micron Technology, Inc. Method and apparatus for multiple latency synchronous pipelined dynamic random access memory
US5659696A (en) 1992-01-02 1997-08-19 International Business Machines Corporation Method and apparatus for determining address location and taking one of two actions depending on the type of read/write data transfer required
US5663901A (en) 1991-04-11 1997-09-02 Sandisk Corporation Computer memory cards using flash EEPROM integrated circuit chips and memory-controller systems
US5668763A (en) 1996-02-26 1997-09-16 Fujitsu Limited Semiconductor memory for increasing the number of half good memories by selecting and using good memory blocks
US5675549A (en) 1994-12-23 1997-10-07 Micron Technology, Inc. Burst EDO memory device address counter
US5694065A (en) 1994-08-16 1997-12-02 Burr-Brown Corporation Switching control circuitry for low noise CMOS inverter
US5699317A (en) 1992-01-22 1997-12-16 Ramtron International Corporation Enhanced DRAM with all reads from on-chip cache and all writers to memory array
US5717904A (en) 1995-10-02 1998-02-10 Brooktree Corporation Apparatus and methods for automatically controlling block writes
US5737276A (en) 1995-09-11 1998-04-07 Samsung Electronics Co., Ltd. Memory device with fast extended data out (EDO) mode and methods of operation therefor
US5748558A (en) 1994-07-29 1998-05-05 Kabushiki Kaisha Toshiba Semiconductor memory device
US5754815A (en) 1994-07-29 1998-05-19 Siemens Aktiengesellschaft Method for controlling a sequence of accesses of a processor to an allocated memory
US5757704A (en) 1996-07-30 1998-05-26 Nec Corporation Semiconductor memory integrated circuit with simplified circuit structure
US5761150A (en) 1995-05-24 1998-06-02 Hitachi, Ltd. Synchronous memory with pipelined write operation
US5761147A (en) 1997-02-21 1998-06-02 International Business Machines Corporation Virtual two-port memory structure with fast write-thru operation
US5777942A (en) 1992-11-06 1998-07-07 Mitsubishi Denki Kabushiki Kaisha Semiconductor memory device including dynamic type memory and static type memory formed on the common chip and an operating method thereof
US5781481A (en) 1995-11-07 1998-07-14 Oki Electric Industry Co., Ltd. Semiconductor memory device with reduced leakage current and improved data retention
US5781480A (en) 1997-07-29 1998-07-14 Motorola, Inc. Pipelined dual port integrated circuit memory
US5790838A (en) 1996-08-20 1998-08-04 International Business Machines Corporation Pipelined memory interface and method for using the same
US5819060A (en) 1996-10-08 1998-10-06 Lsi Logic Corporation Instruction swapping in dual pipeline microprocessor
US5825711A (en) 1997-06-13 1998-10-20 Micron Technology, Inc. Method and system for storing and processing multiple memory addresses
USRE35934E (en) 1993-04-02 1998-10-27 Nec Corporation Semiconductor memory device synchronous with external clock signal for outputting data bits through a small number of data lines
US5828606A (en) 1996-04-19 1998-10-27 Integrated Device Technology, Inc. Fully synchronous pipelined RAM
US5831929A (en) 1997-04-04 1998-11-03 Micron Technology, Inc. Memory device with staggered data paths
US5847577A (en) 1995-02-24 1998-12-08 Xilinx, Inc. DRAM memory cell for programmable logic devices
US5854911A (en) 1996-07-01 1998-12-29 Sun Microsystems, Inc. Data buffer prefetch apparatus and method
US5870347A (en) 1997-03-11 1999-02-09 Micron Technology, Inc. Multi-bank memory input/output line selection
US5875152A (en) 1996-11-15 1999-02-23 Macronix International Co., Ltd. Address transition detection circuit for a semiconductor memory capable of detecting narrowly spaced address changes
US5890195A (en) 1997-03-13 1999-03-30 Silicon Aquarius, Inc. Dram with integral sram comprising a plurality of sets of address latches each associated with one of a plurality of sram
US5917772A (en) 1997-09-16 1999-06-29 Micron Technology, Inc. Data input circuit for eliminating idle cycles in a memory device
US5933385A (en) 1997-07-31 1999-08-03 Integrated Silicon Solution Inc. System and method for a flexible memory controller
US5978311A (en) 1998-03-03 1999-11-02 Micron Technology, Inc. Memory with combined synchronous burst and bus efficient functionality
US6044429A (en) 1997-07-10 2000-03-28 Micron Technology, Inc. Method and apparatus for collision-free data transfers in a memory device with selectable data or address paths
US6052769A (en) 1998-03-31 2000-04-18 Intel Corporation Method and apparatus for moving select non-contiguous bytes of packed data in a single instruction
US6058448A (en) 1995-12-19 2000-05-02 Micron Technology, Inc. Circuit for preventing bus contention
US6064625A (en) * 1997-06-24 2000-05-16 Fujitsu Limited Semiconductor memory device having a short write time
US6078527A (en) 1997-07-29 2000-06-20 Motorola, Inc. Pipelined dual port integrated circuit memory
US6081478A (en) 1998-02-23 2000-06-27 Integrated Device Technology, Inc. Separate byte control on fully synchronous pipelined SRAM
US6144616A (en) 1998-10-30 2000-11-07 Fujitsu Limited Semiconductor memory device
US6151236A (en) 2000-02-29 2000-11-21 Enhanced Memory Systems, Inc. Enhanced bus turnaround integrated circuit dynamic random access memory device
EP0294287B1 (en) 1987-06-02 2000-11-29 Storage Computer Corporation Fault-tolerant, error-correcting storage system and method for storing digital information in such a storage system
US6167487A (en) 1997-03-07 2000-12-26 Mitsubishi Electronics America, Inc. Multi-port RAM having functionally identical ports
US6212109B1 (en) 1999-02-13 2001-04-03 Integrated Device Technology, Inc. Dynamic memory array having write data applied to selected bit line sense amplifiers before sensing to write associated selected memory cells
US6219283B1 (en) 1998-09-03 2001-04-17 Micron Technology, Inc. Memory device with local write data latches
US6256716B1 (en) 1998-12-10 2001-07-03 Sun Microsystems, Inc. Apparatus, system and method for reducing bus contention during consecutive read-write operations
US6259648B1 (en) 2000-03-21 2001-07-10 Systran Corporation Methods and apparatus for implementing pseudo dual port memory
US6292428B1 (en) * 1998-02-03 2001-09-18 Fujitsu Limited Semiconductor device reconciling different timing signals
US6373783B1 (en) * 1999-10-29 2002-04-16 Fujitsu Limited Semiconductor integrated circuit, method of controlling the same, and variable delay circuit
US6438066B1 (en) * 1998-11-27 2002-08-20 Mitsubishi Denki Kabushiki Kaisha Synchronous semiconductor memory device allowing control of operation mode in accordance with operation conditions of a system

Family Cites Families (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4404474A (en) 1981-02-06 1983-09-13 Rca Corporation Active load pulse generating circuit
US4638187A (en) 1985-10-01 1987-01-20 Vtc Incorporated CMOS output buffer providing high drive current with minimum output signal distortion
US4884270A (en) 1986-12-11 1989-11-28 Texas Instruments Incorporated Easily cascadable and testable cache memory
US5050072A (en) 1988-06-17 1991-09-17 Modular Computer Systems, Inc. Semaphore memory to reduce common bus contention to global memory with localized semaphores in a multiprocessor system
US5134311A (en) 1990-06-07 1992-07-28 International Business Machines Corporation Self-adjusting impedance matching driver
US5471591A (en) 1990-06-29 1995-11-28 Digital Equipment Corporation Combined write-operand queue and read-after-write dependency scoreboard
US5122690A (en) 1990-10-16 1992-06-16 General Electric Company Interface circuits including driver circuits with switching noise reduction
US5128560A (en) 1991-03-22 1992-07-07 Micron Technology, Inc. Boosted supply output driver circuit for driving an all N-channel output stage
US5194765A (en) 1991-06-28 1993-03-16 At&T Bell Laboratories Digitally controlled element sizing
US5278460A (en) 1992-04-07 1994-01-11 Micron Technology, Inc. Voltage compensating CMOS input buffer
US5274276A (en) 1992-06-26 1993-12-28 Micron Technology, Inc. Output driver circuit comprising a programmable circuit for determining the potential at the output node and the method of implementing the circuit
US5319606A (en) 1992-12-14 1994-06-07 International Business Machines Corporation Blocked flash write in dynamic RAM devices
US5311481A (en) 1992-12-17 1994-05-10 Micron Technology, Inc. Wordline driver circuit having a directly gated pull-down device
US5347179A (en) 1993-04-15 1994-09-13 Micron Semiconductor, Inc. Inverting output driver circuit for reducing electron injection into the substrate
JPH07153286A (en) 1993-11-30 1995-06-16 Sony Corp Non-volatile semiconductor memory
US5424672A (en) 1994-02-24 1995-06-13 Micron Semiconductor, Inc. Low current redundancy fuse assembly
US5562320A (en) 1994-11-04 1996-10-08 International Business Machines Corporation Gripper head
US5619453A (en) * 1995-07-28 1997-04-08 Micron Quantum Devices, Inc. Memory system having programmable flow control register

Patent Citations (175)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3967247A (en) 1974-11-11 1976-06-29 Sperry Rand Corporation Storage interface unit
US4096402A (en) 1975-12-29 1978-06-20 Mostek Corporation MOSFET buffer for TTL logic input and method of operation
US4208716A (en) 1978-12-11 1980-06-17 Honeywell Information Systems Inc. Cache arrangement for performing simultaneous read/write operations
US4225922A (en) 1978-12-11 1980-09-30 Honeywell Information Systems Inc. Command queue apparatus included within a cache unit for facilitating command sequencing
US4426681A (en) 1980-01-22 1984-01-17 Cii Honeywell Bull Process and device for managing the conflicts raised by multiple access to same cache memory of a digital data processing system having plural processors, each having a cache memory
US4371929A (en) 1980-05-05 1983-02-01 Ibm Corporation Multiprocessor system with high density memory set architecture including partitionable cache store interface to shared disk drive memory
US4442488A (en) 1980-05-05 1984-04-10 Floating Point Systems, Inc. Instruction cache memory system
US4523275A (en) 1980-11-14 1985-06-11 Sperry Corporation Cache/disk subsystem with floating entry
US4415970A (en) 1980-11-14 1983-11-15 Sperry Corporation Cache/disk subsystem with load equalization
US4423479A (en) 1980-11-14 1983-12-27 Sperry Corporation Cache/disk subsystem with acquire write command
US4433374A (en) 1980-11-14 1984-02-21 Sperry Corporation Cache/disk subsystem with cache bypass
US4437155A (en) 1980-11-14 1984-03-13 Sperry Corporation Cache/disk subsystem with dual aging of cache entries
US4394733A (en) 1980-11-14 1983-07-19 Sperry Corporation Cache/disk subsystem
US4394732A (en) 1980-11-14 1983-07-19 Sperry Corporation Cache/disk subsystem trickle
US4410942A (en) 1981-03-06 1983-10-18 International Business Machines Corporation Synchronizing buffered peripheral subsystems to host operations
US4490782A (en) 1981-06-05 1984-12-25 International Business Machines Corporation I/O Storage controller cache system with prefetch determined by requested record's position within data block
US4476526A (en) 1981-11-27 1984-10-09 Storage Technology Corporation Cache buffered memory subsystem
US4530054A (en) 1982-03-03 1985-07-16 Sperry Corporation Processor-addressable timestamp for indicating oldest written-to cache entry not copied back to bulk memory
US4530055A (en) 1982-03-03 1985-07-16 Sperry Corporation Hierarchical memory system with variable regulation and priority of writeback from cache memory to bulk memory
US4547848A (en) 1982-06-30 1985-10-15 Fujitsu Limited Access control processing system in computer system
US4611337A (en) 1983-08-29 1986-09-09 General Electric Company Minimal logic synchronous up/down counter implementations for CMOS
US4695943A (en) 1984-09-27 1987-09-22 Honeywell Information Systems Inc. Multiprocessor shared pipeline cache memory with split cycle and concurrent utilization
US4796231A (en) * 1985-01-22 1989-01-03 Texas Instruments Incorporated Serial accessed semiconductor memory with reconfigurable shift registers
US4755930A (en) 1985-06-27 1988-07-05 Encore Computer Corporation Hierarchical cache memory system and method
US4794521A (en) 1985-07-22 1988-12-27 Alliant Computer Systems Corporation Digital computer with cache capable of concurrently handling multiple accesses from parallel processors
US4789796A (en) 1985-12-23 1988-12-06 U.S. Philips Corporation Output buffer having sequentially-switched output
US4928281A (en) 1986-06-13 1990-05-22 Hitachi, Ltd. Semiconductor memory
US5636163A (en) 1986-07-30 1997-06-03 Mitsubishi Denki Kabushiki Kaisha Random access memory with a plurality amplifier groups for reading and writing in normal and test modes
EP0276871A2 (en) 1987-01-30 1988-08-03 RCA Thomson Licensing Corporation Dual port video memory system having a bit-serial address input port
US5111435A (en) 1987-03-31 1992-05-05 Kabushiki Kaisha Toshiba Bipolar-CMOS semiconductor memory device
US4817058A (en) 1987-05-21 1989-03-28 Texas Instruments Incorporated Multiple input/output read/write memory having a multiple-cycle write mask
US5195056A (en) 1987-05-21 1993-03-16 Texas Instruments, Incorporated Read/write memory having an on-chip input data register, having pointer circuits between a serial data register and input/output buffer circuits
EP0294287B1 (en) 1987-06-02 2000-11-29 Storage Computer Corporation Fault-tolerant, error-correcting storage system and method for storing digital information in such a storage system
US4942550A (en) 1987-06-23 1990-07-17 Burr-Brown Ltd. Printed circuit board topography for high speed intelligent industrial controller with multiple boards located within a single slot
US4916604A (en) 1987-06-26 1990-04-10 Hitachi, Ltd. Cache storage apparatus
US5043937A (en) 1987-12-23 1991-08-27 International Business Machines Corporation Efficient interface for the main store of a data processing system
US4984204A (en) 1988-01-28 1991-01-08 Hitachi, Ltd. High speed sensor system using a level shift circuit
US4912630A (en) 1988-07-29 1990-03-27 Ncr Corporation Cache address comparator with sram having burst addressing control
US4882709A (en) 1988-08-25 1989-11-21 Integrated Device Technology, Inc. Conditional write RAM
US4958088A (en) 1989-06-19 1990-09-18 Micron Technology, Inc. Low power three-stage CMOS input buffer with controlled switching
US5165046A (en) 1989-11-06 1992-11-17 Micron Technology, Inc. High speed CMOS driver circuit
EP0432509A2 (en) 1989-11-15 1991-06-19 Kabushiki Kaisha Toshiba Semiconductor memory device
US5022011A (en) 1989-12-28 1991-06-04 Inova Microelectronics Corporation Apparatus and method for reducing the access time after a write operation in a static memory device
US5179298A (en) 1990-01-17 1993-01-12 Matsushita Electric Industrial Co., Ltd. CMOS buffer circuit which is not influenced by bounce noise
US5239206A (en) 1990-03-06 1993-08-24 Advanced Micro Devices, Inc. Synchronous circuit with clock skew compensating function and circuits utilizing same
US5170074A (en) 1990-03-13 1992-12-08 Nec Corporation Master-slave clocked flip-flop circuit
EP0450871A2 (en) 1990-03-30 1991-10-09 Xerox Corporation Interfaces for transmission lines
US6314051B1 (en) * 1990-04-18 2001-11-06 Rambus Inc. Memory device having write latency
US5473575A (en) 1990-04-18 1995-12-05 Rambus, Inc. Integrated circuit I/O using a high performance bus interface
US5513327A (en) 1990-04-18 1996-04-30 Rambus, Inc. Integrated circuit I/O using a high performance bus interface
US5915105A (en) 1990-04-18 1999-06-22 Rambus Inc. Integrated circuit I/O using a high performance bus interface
US5128563A (en) 1990-11-28 1992-07-07 Micron Technology, Inc. CMOS bootstrapped output driver method and circuit
US5281865A (en) 1990-11-28 1994-01-25 Hitachi, Ltd. Flip-flop circuit
US5594700A (en) 1990-12-17 1997-01-14 Texas Instruments Incorporated Sequential memory
US5488712A (en) 1990-12-28 1996-01-30 Nec Corporation Memory circuit with pipeline processing
US5387809A (en) 1991-02-25 1995-02-07 Hitachi, Ltd. Semiconductor integrated circuit device capable of outputting a plurality of interface levels
US5150186A (en) 1991-03-06 1992-09-22 Micron Technology, Inc. CMOS output pull-up driver
US5663901A (en) 1991-04-11 1997-09-02 Sandisk Corporation Computer memory cards using flash EEPROM integrated circuit chips and memory-controller systems
US5220208A (en) 1991-04-29 1993-06-15 Texas Instruments Incorporated Circuitry and method for controlling current in an electronic circuit
US5251181A (en) 1991-06-05 1993-10-05 Kabushiki Kaisha Toshiba Random access memory device and method of controlling same in pipe line page mode
US5276642A (en) 1991-07-15 1994-01-04 Micron Technology, Inc. Method for performing a split read/write operation in a dynamic random access memory
US5321651A (en) 1991-07-30 1994-06-14 Inmos Limited Read and write circuitry for a memory
US5440260A (en) 1991-08-14 1995-08-08 Advantest Corporation Variable delay circuit
US5498990A (en) 1991-11-05 1996-03-12 Monolithic System Technology, Inc. Reduced CMOS-swing clamping circuit for bus lines
US5659696A (en) 1992-01-02 1997-08-19 International Business Machines Corporation Method and apparatus for determining address location and taking one of two actions depending on the type of read/write data transfer required
US5644729A (en) 1992-01-02 1997-07-01 International Business Machines Corporation Bidirectional data buffer for a bus-to-bus interface unit in a computer system
US5699317A (en) 1992-01-22 1997-12-16 Ramtron International Corporation Enhanced DRAM with all reads from on-chip cache and all writers to memory array
US5581718A (en) 1992-02-06 1996-12-03 Intel Corporation Method and apparatus for selecting instructions for simultaneous execution
US5321368A (en) 1992-02-27 1994-06-14 Siemens Aktiengesellschaft Synchronized, digital sequential circuit
US5341341A (en) 1992-03-26 1994-08-23 Nec Corporation Dynamic random access memory device having addressing section and/or data transferring path arranged in pipeline architecture
US5390308A (en) 1992-04-15 1995-02-14 Rambus, Inc. Method and apparatus for address mapping of dynamic random access memory
US5254883A (en) 1992-04-22 1993-10-19 Rambus, Inc. Electrical current source circuitry for a bus
US5384745A (en) 1992-04-27 1995-01-24 Mitsubishi Denki Kabushiki Kaisha Synchronous semiconductor memory device
US5475642A (en) 1992-06-23 1995-12-12 Taylor; David L. Dynamic random access memory with bit line preamp/driver
US5650971A (en) 1992-08-14 1997-07-22 Harris Corporation Sense amplifier for a multiport memory and method
US5777942A (en) 1992-11-06 1998-07-07 Mitsubishi Denki Kabushiki Kaisha Semiconductor memory device including dynamic type memory and static type memory formed on the common chip and an operating method thereof
US5394555A (en) 1992-12-23 1995-02-28 Bull Hn Information Systems Inc. Multi-node cluster computer system incorporating an external coherency unit at each node to insure integrity of information stored in a shared, distributed memory
US5467473A (en) 1993-01-08 1995-11-14 International Business Machines Corporation Out of order instruction load and store comparison
US5347177A (en) 1993-01-14 1994-09-13 Lipp Robert J System for interconnecting VLSI circuits with transmission line characteristics
US5523320A (en) 1993-01-20 1996-06-04 Ohgen Research Laboratories, Ltd. N-methyldeacetylcolchiceinamide derivatives
US5444667A (en) * 1993-04-02 1995-08-22 Nec Corporation Semiconductor synchronous memory device having input circuit for producing constant main control signal operative to allow timing generator to latch command signals
USRE35934E (en) 1993-04-02 1998-10-27 Nec Corporation Semiconductor memory device synchronous with external clock signal for outputting data bits through a small number of data lines
US5349566A (en) 1993-05-19 1994-09-20 Micron Semiconductor, Inc. Memory device with pulse circuit for timing data output, and method for outputting data
US5506814A (en) 1993-05-28 1996-04-09 Micron Technology, Inc. Video random access memory device and method implementing independent two WE nibble control
US5561781A (en) 1993-07-28 1996-10-01 International Business Machines Corporation Port swapping for improved virtual SRAM performance and processing of concurrent processor access requests
US5581734A (en) 1993-08-02 1996-12-03 International Business Machines Corporation Multiprocessor system with shared cache and data input/output circuitry for transferring data amount greater than system bus capacity
US5383157A (en) 1993-08-06 1995-01-17 Cypress Semiconductor Corporation Parallel TESTMODE
US5483497A (en) 1993-08-24 1996-01-09 Fujitsu Limited Semiconductor memory having a plurality of banks usable in a plurality of bank configurations
US5487035A (en) 1993-08-26 1996-01-23 Nippon Telegraph And Telephone Corporation Method of multiplexed data reading/writing suitable for video-on-demand system
US5377338A (en) 1993-10-12 1994-12-27 Wang Laboratories, Inc. Apparatus and methods for reducing numbers of read-modify-write cycles to a memory, and for improving DMA efficiency
EP0655741A2 (en) 1993-11-29 1995-05-31 Kabushiki Kaisha Toshiba Memory device and serial-parallel data transform circuit
US5574698A (en) 1993-12-13 1996-11-12 Micron Technology, Inc. Ram row decode circuitry that utilizes a precharge circuit that is deactivated by a feedback from an activated word line driver
US5400283A (en) 1993-12-13 1995-03-21 Micron Semiconductor, Inc. RAM row decode circuitry that utilizes a precharge circuit that is deactivated by a feedback from an activated word line driver
US5438545A (en) 1993-12-21 1995-08-01 Goldstar Electron Co., Ltd. Data output buffer of semiconductor memory device for preventing noises
US5617362A (en) 1993-12-21 1997-04-01 Mitsubishi Denki Kabushiki Kaisha Semiconductor memory device having extended data out function
US5515325A (en) 1993-12-24 1996-05-07 Mitsubishi Denki Kabushiki Kaisha Synchronous random access memory
US5384737A (en) 1994-03-08 1995-01-24 Motorola Inc. Pipelined memory having synchronous and asynchronous operating modes
EP0680049A2 (en) 1994-04-29 1995-11-02 Mosaid Technologies Incorporated Synchronizer
US5457407A (en) 1994-07-06 1995-10-10 Sony Electronics Inc. Binary weighted reference circuit for a variable impedance output buffer
EP0692872A2 (en) 1994-07-11 1996-01-17 International Business Machines Corporation Scannable master slave latch actuated by single phase clock
US5748558A (en) 1994-07-29 1998-05-05 Kabushiki Kaisha Toshiba Semiconductor memory device
US5754815A (en) 1994-07-29 1998-05-19 Siemens Aktiengesellschaft Method for controlling a sequence of accesses of a processor to an allocated memory
US5694065A (en) 1994-08-16 1997-12-02 Burr-Brown Corporation Switching control circuitry for low noise CMOS inverter
US5619473A (en) 1994-08-23 1997-04-08 Sharp Kabushiki Kaisha Semiconductor memory device with dual address memory read amplifiers
US5627780A (en) 1994-08-26 1997-05-06 Sgs-Thomson Microelectronics Limited Testing a non-volatile memory
US5568077A (en) 1994-11-07 1996-10-22 Mitsubishi Denki Kabushiki Kaisha Latch circuit
US5497127A (en) 1994-12-14 1996-03-05 David Sarnoff Research Center, Inc. Wide frequency range CMOS relaxation oscillator with variable hysteresis
US5526320A (en) 1994-12-23 1996-06-11 Micron Technology Inc. Burst EDO memory device
US5675549A (en) 1994-12-23 1997-10-07 Micron Technology, Inc. Burst EDO memory device address counter
US5652724A (en) 1994-12-23 1997-07-29 Micron Technology, Inc. Burst EDO memory device having pipelined output buffer
US5577236A (en) 1994-12-30 1996-11-19 International Business Machines Corporation Memory controller for reading data from synchronous RAM
US5629453A (en) 1995-01-13 1997-05-13 Great Lakes Chemical France Process for the manufacture of hydroxyalkoxybenzophenones
US5847577A (en) 1995-02-24 1998-12-08 Xilinx, Inc. DRAM memory cell for programmable logic devices
US5502676A (en) 1995-04-24 1996-03-26 Motorola, Inc. Integrated circuit memory with column redundancy having shared read global data lines
US5572467A (en) 1995-04-24 1996-11-05 Motorola, Inc. Address comparison in an inteagrated circuit memory having shared read global data lines
US5621690A (en) 1995-04-28 1997-04-15 Intel Corporation Nonvolatile memory blocking architecture and redundancy
US5638335A (en) 1995-05-22 1997-06-10 Hitachi, Ltd. Semiconductor device
US5761150A (en) 1995-05-24 1998-06-02 Hitachi, Ltd. Synchronous memory with pipelined write operation
US5581197A (en) 1995-05-31 1996-12-03 Hewlett-Packard Co. Method of programming a desired source resistance for a driver stage
US5576645A (en) 1995-06-05 1996-11-19 Hughes Aircraft Company Sample and hold flip-flop for CMOS logic
US5546344A (en) 1995-06-06 1996-08-13 Cirrus Logic, Inc. Extended data output DRAM interface
US5636173A (en) 1995-06-07 1997-06-03 Micron Technology, Inc. Auto-precharge during bank selection
US5793688A (en) 1995-06-30 1998-08-11 Micron Technology, Inc. Method for multiple latency synchronous dynamic random access memory
US5655105A (en) 1995-06-30 1997-08-05 Micron Technology, Inc. Method and apparatus for multiple latency synchronous pipelined dynamic random access memory
US5631872A (en) 1995-08-14 1997-05-20 Nec Corporation Low power consumption semiconductor dynamic random access memory device by reusing residual electric charge on bit line pairs
US5578941A (en) 1995-08-23 1996-11-26 Micron Technology, Inc. Voltage compensating CMOS input buffer circuit
US5737276A (en) 1995-09-11 1998-04-07 Samsung Electronics Co., Ltd. Memory device with fast extended data out (EDO) mode and methods of operation therefor
US5717904A (en) 1995-10-02 1998-02-10 Brooktree Corporation Apparatus and methods for automatically controlling block writes
US5781481A (en) 1995-11-07 1998-07-14 Oki Electric Industry Co., Ltd. Semiconductor memory device with reduced leakage current and improved data retention
US5568430A (en) 1995-12-04 1996-10-22 Etron Technology, Inc. Self timed address locking and data latching circuit
US6058448A (en) 1995-12-19 2000-05-02 Micron Technology, Inc. Circuit for preventing bus contention
US5636174A (en) 1996-01-11 1997-06-03 Cirrus Logic, Inc. Fast cycle time-low latency dynamic random access memories and systems and methods using the same
US5627791A (en) 1996-02-16 1997-05-06 Micron Technology, Inc. Multiple bank memory with auto refresh to specified bank
US5668763A (en) 1996-02-26 1997-09-16 Fujitsu Limited Semiconductor memory for increasing the number of half good memories by selecting and using good memory blocks
US6567338B1 (en) 1996-04-19 2003-05-20 Integrated Device Technology, Inc. Fully synchronous pipelined RAM
US5828606A (en) 1996-04-19 1998-10-27 Integrated Device Technology, Inc. Fully synchronous pipelined RAM
US6094399A (en) 1996-04-19 2000-07-25 Integrated Device Technology, Inc. Fully synchronous pipelined RAM
US5838631A (en) 1996-04-19 1998-11-17 Integrated Device Technology, Inc. Fully synchronous pipelined ram
US5841732A (en) 1996-04-19 1998-11-24 Integrated Device Technology, Inc. Fully synchronous pipelined ram
US6249480B1 (en) 1996-04-19 2001-06-19 Integrated Device Technology, Inc. Fully synchronous pipelined ram
US5875151A (en) 1996-04-19 1999-02-23 Integrated Device Technology, Inc. Fully synchronous pipelined ram
US5854911A (en) 1996-07-01 1998-12-29 Sun Microsystems, Inc. Data buffer prefetch apparatus and method
US5757704A (en) 1996-07-30 1998-05-26 Nec Corporation Semiconductor memory integrated circuit with simplified circuit structure
US5790838A (en) 1996-08-20 1998-08-04 International Business Machines Corporation Pipelined memory interface and method for using the same
US5819060A (en) 1996-10-08 1998-10-06 Lsi Logic Corporation Instruction swapping in dual pipeline microprocessor
US5875152A (en) 1996-11-15 1999-02-23 Macronix International Co., Ltd. Address transition detection circuit for a semiconductor memory capable of detecting narrowly spaced address changes
US5761147A (en) 1997-02-21 1998-06-02 International Business Machines Corporation Virtual two-port memory structure with fast write-thru operation
US6167487A (en) 1997-03-07 2000-12-26 Mitsubishi Electronics America, Inc. Multi-port RAM having functionally identical ports
US5870347A (en) 1997-03-11 1999-02-09 Micron Technology, Inc. Multi-bank memory input/output line selection
US5890195A (en) 1997-03-13 1999-03-30 Silicon Aquarius, Inc. Dram with integral sram comprising a plurality of sets of address latches each associated with one of a plurality of sram
US5831929A (en) 1997-04-04 1998-11-03 Micron Technology, Inc. Memory device with staggered data paths
US5825711A (en) 1997-06-13 1998-10-20 Micron Technology, Inc. Method and system for storing and processing multiple memory addresses
US6064625A (en) * 1997-06-24 2000-05-16 Fujitsu Limited Semiconductor memory device having a short write time
US6044429A (en) 1997-07-10 2000-03-28 Micron Technology, Inc. Method and apparatus for collision-free data transfers in a memory device with selectable data or address paths
US6078527A (en) 1997-07-29 2000-06-20 Motorola, Inc. Pipelined dual port integrated circuit memory
US5781480A (en) 1997-07-29 1998-07-14 Motorola, Inc. Pipelined dual port integrated circuit memory
US5933385A (en) 1997-07-31 1999-08-03 Integrated Silicon Solution Inc. System and method for a flexible memory controller
US5917772A (en) 1997-09-16 1999-06-29 Micron Technology, Inc. Data input circuit for eliminating idle cycles in a memory device
US6292428B1 (en) * 1998-02-03 2001-09-18 Fujitsu Limited Semiconductor device reconciling different timing signals
US6081478A (en) 1998-02-23 2000-06-27 Integrated Device Technology, Inc. Separate byte control on fully synchronous pipelined SRAM
US6115320A (en) 1998-02-23 2000-09-05 Integrated Device Technology, Inc. Separate byte control on fully synchronous pipelined SRAM
US6591354B1 (en) 1998-02-23 2003-07-08 Integrated Device Technology, Inc. Separate byte control on fully synchronous pipelined SRAM
US5978311A (en) 1998-03-03 1999-11-02 Micron Technology, Inc. Memory with combined synchronous burst and bus efficient functionality
US6163500A (en) 1998-03-03 2000-12-19 Micron Technology, Inc. Memory with combined synchronous burst and bus efficient functionality
US6272064B1 (en) 1998-03-03 2001-08-07 Micron Technology, Inc. Memory with combined synchronous burst and bus efficient functionality
US6052769A (en) 1998-03-31 2000-04-18 Intel Corporation Method and apparatus for moving select non-contiguous bytes of packed data in a single instruction
US6219283B1 (en) 1998-09-03 2001-04-17 Micron Technology, Inc. Memory device with local write data latches
US6144616A (en) 1998-10-30 2000-11-07 Fujitsu Limited Semiconductor memory device
US6438066B1 (en) * 1998-11-27 2002-08-20 Mitsubishi Denki Kabushiki Kaisha Synchronous semiconductor memory device allowing control of operation mode in accordance with operation conditions of a system
US6256716B1 (en) 1998-12-10 2001-07-03 Sun Microsystems, Inc. Apparatus, system and method for reducing bus contention during consecutive read-write operations
US6212109B1 (en) 1999-02-13 2001-04-03 Integrated Device Technology, Inc. Dynamic memory array having write data applied to selected bit line sense amplifiers before sensing to write associated selected memory cells
US6373783B1 (en) * 1999-10-29 2002-04-16 Fujitsu Limited Semiconductor integrated circuit, method of controlling the same, and variable delay circuit
US6151236A (en) 2000-02-29 2000-11-21 Enhanced Memory Systems, Inc. Enhanced bus turnaround integrated circuit dynamic random access memory device
EP1130603A2 (en) 2000-02-29 2001-09-05 Enhanced Memory Systems, Inc. Dynamic random access memory device with enhanced bus turnaround
US6259648B1 (en) 2000-03-21 2001-07-10 Systran Corporation Methods and apparatus for implementing pseudo dual port memory

Non-Patent Citations (55)

* Cited by examiner, † Cited by third party
Title
"64K × 32, 3.3V Synchronous SRAM With Flow-Through Outputs-Preliminary IDT71V633," Integrated Device Technology, Inc., Product Information, Apr. 1997, 15 pages.
"64K × 32, 3.3V Synchronous SRAM With Pipelined Outputs and Interleaved/Linear Burst Counter, Preliminary IDT71V632," Integrated Device Technology, Inc., Product Information, Mar. 1997, 14 pages.
"64K x 32, 3.3V Synchronous SRAM With Flow-Through Outputs-Preliminary IDT71V633," Integrated Device Technology, Inc., Product Information, Apr. 1997, 15 pages.
"64K x 32, 3.3V Synchronous SRAM With Pipelined Outputs and Interleaved/Linear Burst Counter, Preliminary IDT71V632," Integrated Device Technology, Inc., Product Information, Mar. 1997, 14 pages.
"Draft Standard for a High-Speed Memory Interface (SyncLink),"Microprocessor and Microcomputer Standards Subcommittee of the IEEE Computer Society, Copyright 1996 by the Institute of Electrical and Electronic Engineers, Inc., New York, NY, pp. 1-56.
Abstract of "Synchronous SRAMs having zero bus turnaround time," Elektronik Industrie, Dec. 1996, 1 p.
Andrew MacLellan, "Rivals To Cooperate On SRAM Project," Jul. 26, 1999, pp. 1-2.
Bennett, Steve, "SRAMs: if synchronous just isn't enough," Electronic Product Design, Jul. 1997, pp. 29-30.
Brian Dipert, "No-latency SRAMs tackle fast-changing data," Cypress Semiconductor, 1997, pp. 1-2.
Computer Design, "Application-specific memory evolves," Dec. 1998, pp. 1-4.
Craig Matsumoto, "Cypress Details Product Road Map," Nov. 17, 1998, pp. 1-2.
Cypress Semiconductor Corporation, "Introduction to Cypress SRAMs," Apr. 20, 2001, pp. 1-3.
Cypress Semiconductor Corporation, "NoBL(TM) SRAM Fact Sheet," pp. 1-2.
Cypress Semiconductor Corporation, "NoBL(TM), The ZBT(TM)-Compatible . . . ," Jun. 26, 1998, pp. 1-3.
Cypress Semiconductor Corporation, "NoBL: The Fast SRAM Architecture," Jun. 29, 1998, pp. 1-8.
Cypress Semiconductor Corporation, "NoBL™ SRAM Fact Sheet," pp. 1-2.
Cypress Semiconductor Corporation, "NoBL™, The ZBT™-Compatible . . . ," Jun. 26, 1998, pp. 1-3.
Cypress Semiconductor Corporation, "SRAMs & MODULES: NoBL(TM) SRAMs", 2001, pp. 1-2.
Cypress Semiconductor Corporation, "SRAMs & MODULES: NoBL™ SRAMs", 2001, pp. 1-2.
Descriptive literature entitled, "400 MHz SLDRAM, 4M × 16 SLDRAM Pipelined, Eight Bank, 2.5 V Operation," SLDRAM Consortium Advance Sheet, published throughout the U.S., pp. 1-22.
Descriptive literature entitled, "400 MHz SLDRAM, 4M x 16 SLDRAM Pipelined, Eight Bank, 2.5 V Operation," SLDRAM Consortium Advance Sheet, published throughout the U.S., pp. 1-22.
Gibson, Glenn A., Computer Systems--Concepts and Design, Prentice Hall, Inc., Englewood Cliffs, New Jersey, 1991, pp. 366-369 and 452-493.
GSI Technology, "Company Overview," Aug. 2001, pp. 1-5.
IBM Corporation Datasheet, "IBM043610QLAB, IBM041810QLAB: 32K×36 & 64K×18 SRAM," Jul., 1996, pp. 1-21.
IBM Corporation Datasheet, "IBM043610QLAB, IBM041810QLAB: 32Kx36 & 64Kx18 SRAM," Jul., 1996, pp. 1-21.
IBM Corporation Datasheet, "IBM043611QLAB, IBM041811QLAB: 32K×36 & 64K×18 SRAM," Jul., 1996, pp. 1-21.
IBM Corporation Datasheet, "IBM043611QLAB, IBM041811QLAB: 32Kx36 & 64Kx18 SRAM," Jul., 1996, pp. 1-21.
IBM Corporation Datasheet, "IBM043611RLAB, IBM041811RLAB: 32×36 & 64K×18 SRAM," Jun. 1996, pp. 1-20.
IBM Corporation Datasheet, "IBM043611RLAB, IBM041811RLAB: 32x36 & 64Kx18 SRAM," Jun. 1996, pp. 1-20.
Integraged Device Technology, Inc., "Self-Timed BiCMOS ECL Static RAM: 64K (16K×4-BIT) STRAM", Aug. 1992, pp. 1-8.
Integraged Device Technology, Inc., "Self-Timed BiCMOS ECL Static RAM: 64K (16Kx4-BIT) STRAM", Aug. 1992, pp. 1-8.
Integrated Device Technology, Inc. "128K×36, 3.3V Synchronous SRAM with ZBT™ Feature, Burst Counter and Pipelined Outputs," Dec. 1999, pp. 1-20.
Integrated Device Technology, Inc. "128Kx36, 3.3V Synchronous SRAM with ZBT(TM) Feature, Burst Counter and Pipelined Outputs," Dec. 1999, pp. 1-20.
Integrated Device Technology, Inc., "IDT Introduces Industry's Fastest 4-Mit Synchronous ZBT SRAM," Mar. 30, 1998, pp. 1-3.
Integrated Device Technology, Inc., "IDT Introduces Revolutionary ZBT(TM) Synchronous SRAM Architecture," 1996, pp. 1-3.
Integrated Device Technology, Inc., "IDT Introduces Revolutionary ZBT™ Synchronous SRAM Architecture," 1996, pp. 1-3.
Integrated Device Technology, Inc., News Release in Japanese, Sep. 15, 1997, pp. 1-2, no translation provided.
Letter from Mary B. Graham of Morris, Nichols, Arsht & Tunnell to William J. Marsden, Jr. at Fish & Richardson, dated May 15, 2002; and First Amended Answer to First Amended Complaint for Patent Infringement and Amended Counterclaims dated May 15, 2002.
Motorola, "Dual Differential Clock Synchronous FSRAM with Very Late Write and Asynchronous /G", Print Date: Jul. 9, 1993, Rev. 1.03 (pp. 13-16).
Motorola, "Semiconductor Technical Data: MCM62486: Product Review: 32K×9 Bit BurstRAM™ Synchronous Static RAM With Burst Counter and Self-Timed Write," 1991, pp. 1-4, 6, 8-9.
Motorola, "Semiconductor Technical Data: MCM62486: Product Review: 32Kx9 Bit BurstRAM(TM) Synchronous Static RAM With Burst Counter and Self-Timed Write," 1991, pp. 1-4, 6, 8-9.
Motorola, "Semiconductor Technical Data: MCM69L738 & MCM69L820: Advance Information: $M Late Write 2.5 V I/O," 15 pp.
Motorola, Inc. "Semiconductor Technical Data: The Motorola BurstRAM(TM)," Nov. 17, 1999, pp. 1-4.
Motorola, Inc. "Semiconductor Technical Data: The Motorola BurstRAM™," Nov. 17, 1999, pp. 1-4.
Nakamura, Kazuyuki et al, SP 24.6: A 500MHz 4Mb CMOS Pipeline-Burst Cache SRAM with Point-to-Point Noise Reduction Coding I/O, 1997 IEEE International Solid State Circuits Conference, Digest of Technical Papers, First Edition, Feb. 1997, (9) pages.
Prince, Betty, Semiconductor Memories: A Handbook of Design, Manufacture and Application, 2<nd >ed., 1991, pp. 467-472.
Prince, Betty, Semiconductor Memories: A Handbook of Design, Manufacture and Application, 2nd ed., 1991, pp. 467-472.
Semiconductor Business News, "Micron Samples 8-Mbit Smart ZBT SRAM," Oct. 21, 1999, 1 p.
Shekhar Bapat, "Synthesizable 200 MHz SRAM Interface," Xilinx, Jan. 10, 2000, pp. 1-6.
Sony CXK77B3611 Advanced Information, "32,768-WORD by 36-Bit High Speed BiCMOS Synchronous Static RAM", Dec. 10, 1994, (pp. 1, 3, & 9).
Sweazey, Paul, "SRAM Organization, Control, and Speed, and their Effect on Cache Memory Design," 1987, pp.434-437.
Taguchi, M. et al., "A 40-ns 64-Mb DRAM with 64-b Parallel Data Bus Architecture," IEEE Journal of Solid-State Circuits, vol. 26, Nov. 1991, pp. 1493-1497.
U.S. District Court of Delaware (Wilmington) Case No. 01-CV-393/01-393-SLR, Integrated Device v. GSI Technology, et al., Summons in a Civil Action dated Jul. 11, 2001; Civil Cover Sheet dated Jun. 11, 2001; Complaint for Patent Infringement dated Jun. 11, 2001 and accompanying documents; Order dated Dec. 20, 2001; Joint Discovery Plan and Proposed Scheduling Order dated Sep. 2001, Order dated Oct. 24, 2001; Joint Discovery Plan and [Proposed] Scheduling Order dated Oct. 23, 2001; Order for Scheduling Conference dated Aug. 3, 2001; Reply to Counterclaim dated Aug. 7, 2001; Answer to First Amended Complaint for Patent Infringement and Counterclaim dated Jul. 19, 2001; Jury Trial Demand dated Jul. 19, 2001; Affidavit of Andrew J. Huffman dated Jul. 17, 2001 with Exhibits A, B and C; Summons in a Civil Action dated Jun. 28, 2001; First Amended Complaint for Patent Infringement dated Jun. 28, 2001; Notice of Assignment of Judge dated Jun. 20, 2001;
U.S. District Court of Delaware (Wilmington) Case No. 01-CV-393/01-393-SLR, Integrated Device v. GSI Technology, et al.,, Docket as of Jul. 31, 2003, 8:03 p.m. from Web PACER (v2.4).
Will Wade, "IDT and Micron team up for smart ZBT SRAM," EE Times, Aug. 25, 1999, 1 p.

Also Published As

Publication number Publication date
US5828606A (en) 1998-10-27
US5875151A (en) 1999-02-23
US6249480B1 (en) 2001-06-19
US20020154548A1 (en) 2002-10-24
US6567338B1 (en) 2003-05-20
US6094399A (en) 2000-07-25
US5841732A (en) 1998-11-24
US5838631A (en) 1998-11-17

Similar Documents

Publication Publication Date Title
US6785188B2 (en) Fully synchronous pipelined RAM
US6327188B1 (en) Synchronous random access memory
US9548088B2 (en) Semiconductor memory asynchronous pipeline
US6381684B1 (en) Quad data rate RAM
US6754777B1 (en) FIFO memory devices and methods of operating FIFO memory devices having multi-port cache memory devices therein
JP4493116B2 (en) Random access memory having read / write address bus and method for writing to and reading from the memory
US7349285B2 (en) Dual port memory unit using a single port memory core
KR100694440B1 (en) A semiconductor memory
US6591354B1 (en) Separate byte control on fully synchronous pipelined SRAM
EP0554489A1 (en) Multi-port static random access memory with fast write-thru scheme
US20010010655A1 (en) Method and system for accessing rows in multiple memory banks within an integrated circuit
US9734877B2 (en) Memory interface configurable for asynchronous and synchronous operation and for accessing storage from any clock
US6507899B1 (en) Interface for a memory unit
US7076610B2 (en) FIFO memory devices having multi-port cache memory arrays therein that support hidden EDC latency and bus matching and methods of operating same
KR19980037413A (en) Multiport Access Memory Sharing Read and Write Ports
US6622198B2 (en) Look-ahead, wrap-around first-in, first-out integrated (FIFO) circuit device architecture
US6934816B2 (en) Integrated circuit memory devices having asynchronous flow-through capability
US7392354B1 (en) Multi-queue FIFO memory devices that support a backed-off standard mode of operation and methods of operating same
US7069406B2 (en) Double data rate synchronous SRAM with 100% bus utilization
US4090256A (en) First-in-first-out register implemented with single rank storage elements
US7093083B1 (en) Integrated circuit memory devices having asynchronous flow-through capability
US6735674B2 (en) Method of maintaining data coherency in late-select synchronous pipeline type semiconductor memory device and data coherency maintaining circuit therefor
US5732011A (en) Digital system having high speed buffering
US20040264251A1 (en) Synchronous up/down address generator for burst mode read
US6222793B1 (en) Memory devices having a restore start address counter

Legal Events

Date Code Title Description
REMI Maintenance fee reminder mailed
LAPS Lapse for failure to pay maintenance fees
STCH Information on status: patent discontinuation

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

FP Lapsed due to failure to pay maintenance fee

Effective date: 20080831