US6707734B2 - Method and circuit for accelerating redundant address matching - Google Patents

Method and circuit for accelerating redundant address matching Download PDF

Info

Publication number
US6707734B2
US6707734B2 US10/336,849 US33684903A US6707734B2 US 6707734 B2 US6707734 B2 US 6707734B2 US 33684903 A US33684903 A US 33684903A US 6707734 B2 US6707734 B2 US 6707734B2
Authority
US
United States
Prior art keywords
circuit
signal
comparison
address
redundant
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/336,849
Other versions
US20030151437A1 (en
Inventor
Paul Demone
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.)
Mosaid Technologies Inc
Original Assignee
Mosaid Technologies 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
Priority claimed from CA 2313952 external-priority patent/CA2313952A1/en
Application filed by Mosaid Technologies Inc filed Critical Mosaid Technologies Inc
Priority to US10/336,849 priority Critical patent/US6707734B2/en
Publication of US20030151437A1 publication Critical patent/US20030151437A1/en
Assigned to MOSAID TECHNOLOGIES INCORPORATED reassignment MOSAID TECHNOLOGIES INCORPORATED ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: DEMONE, PAUL
Application granted granted Critical
Publication of US6707734B2 publication Critical patent/US6707734B2/en
Assigned to MOSAID TECHNOLOGIES INCORPORATED reassignment MOSAID TECHNOLOGIES INCORPORATED CHANGE OF ADDRESS OF ASSIGNEE Assignors: MOSAID TECHNOLOGIES INCORPORATED
Assigned to ROYAL BANK OF CANADA reassignment ROYAL BANK OF CANADA U.S. INTELLECTUAL PROPERTY SECURITY AGREEMENT (FOR NON-U.S. GRANTORS) - SHORT FORM Assignors: 658276 N.B. LTD., 658868 N.B. INC., MOSAID TECHNOLOGIES INCORPORATED
Assigned to CONVERSANT INTELLECTUAL PROPERTY MANAGEMENT INC. reassignment CONVERSANT INTELLECTUAL PROPERTY MANAGEMENT INC. CHANGE OF NAME (SEE DOCUMENT FOR DETAILS). Assignors: MOSAID TECHNOLOGIES INCORPORATED
Assigned to CONVERSANT IP N.B. 868 INC., CONVERSANT INTELLECTUAL PROPERTY MANAGEMENT INC., CONVERSANT IP N.B. 276 INC. reassignment CONVERSANT IP N.B. 868 INC. RELEASE OF SECURITY INTEREST Assignors: ROYAL BANK OF CANADA
Assigned to CONVERSANT INTELLECTUAL PROPERTY MANAGEMENT INC. reassignment CONVERSANT INTELLECTUAL PROPERTY MANAGEMENT INC. CHANGE OF ADDRESS Assignors: CONVERSANT INTELLECTUAL PROPERTY MANAGEMENT INC.
Assigned to CPPIB CREDIT INVESTMENTS INC., AS LENDER, ROYAL BANK OF CANADA, AS LENDER reassignment CPPIB CREDIT INVESTMENTS INC., AS LENDER U.S. PATENT SECURITY AGREEMENT (FOR NON-U.S. GRANTORS) Assignors: CONVERSANT INTELLECTUAL PROPERTY MANAGEMENT INC.
Assigned to CONVERSANT INTELLECTUAL PROPERTY MANAGEMENT INC. reassignment CONVERSANT INTELLECTUAL PROPERTY MANAGEMENT INC. RELEASE OF U.S. PATENT AGREEMENT (FOR NON-U.S. GRANTORS) Assignors: ROYAL BANK OF CANADA, AS LENDER
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G11INFORMATION STORAGE
    • G11CSTATIC STORES
    • G11C29/00Checking stores for correct operation ; Subsequent repair; Testing stores during standby or offline operation
    • G11C29/70Masking faults in memories by using spares or by reconfiguring
    • G11C29/78Masking faults in memories by using spares or by reconfiguring using programmable devices
    • G11C29/785Masking faults in memories by using spares or by reconfiguring using programmable devices with redundancy programming schemes
    • G11C29/789Masking faults in memories by using spares or by reconfiguring using programmable devices with redundancy programming schemes using non-volatile cells or latches
    • GPHYSICS
    • G11INFORMATION STORAGE
    • G11CSTATIC STORES
    • G11C29/00Checking stores for correct operation ; Subsequent repair; Testing stores during standby or offline operation
    • G11C29/70Masking faults in memories by using spares or by reconfiguring
    • G11C29/78Masking faults in memories by using spares or by reconfiguring using programmable devices
    • G11C29/84Masking faults in memories by using spares or by reconfiguring using programmable devices with improved access time or stability

Definitions

  • the present invention relates generally to semiconductor devices having redundant elements for replacing defective elements and specifically to a circuit and method for accelerating accesses to and from such devices.
  • DRAM dynamic random access memory
  • the replacement of defective memory elements with redundant memory elements is controlled by address decoding logic which detects specific defective addresses or defective address ranges and redirects memory accesses to redundant memory elements.
  • address decoding logic which detects specific defective addresses or defective address ranges and redirects memory accesses to redundant memory elements.
  • this capability is implemented by adding comparator circuits for detecting an equality between a portion of the memory access address and specific values (referred to as a redundant row address) permanently set in a repaired device. These specific values are permanently set in the repaired device at test time by laser programmable fuses and the like.
  • the traditional approach to implementing row redundancy in a synchronous interface DRAM device is shown generally by numeral 100 .
  • the address input to a memory is captured in a register 102 .
  • the row selection (or X) portion of the address output from the register 102 is sent to a number of redundant row address comparators, C 1 and C 2 (only two are shown for simplicity), as well as to an X-address predecoder block 103 .
  • Each of the redundant row address comparators C 1 and C 2 has redundant row addresses R 1 and R 2 as its second input value. If the input row address is equivalent to one of the redundant row addresses, the comparator for that particular redundant address activates its associated output line, OL 1 or OL 2 .
  • the output lines OL 1 and OL 2 are logically combined with redundancy enable signals E 1 and E 2 respectively via AND gates 105 .
  • the results of the logical combinations are match signals, M 1 and M 2 , which indicate when the current row address matches a redundant row address. A corresponding redundant address is thereby enabled.
  • the match signals M 1 and M 2 are NOR-ed together via NOR gate 107 for generating an enable signal for regular word line drivers 106 .
  • a global word line driver control signal WLC controls the timing for asserting both the regular and redundant word line drivers 106 and 108 respectively.
  • the global word line driver control signal cannot be asserted until all the inputs to both the regular and redundant word line drivers, 106 and 108 , have settled.
  • the delay avoids glitching in any word lines and possibly corrupting data within the memory array.
  • the earliest time at which it is possible to assert the global word line control signal WLC is defined by the sum of the clock-to-out delay of the address register 102 and the propagation delays of the address comparator C 1 and the memory access signal combining NOR gate 107 .
  • the problem with conventional redundancy based repair of semiconductor memory is that it can limit the ability to achieve low access latency and a high rate of access operation.
  • the delay is caused by the addition of a relatively long logic delay between the time the memory receives an address and the time the specified set of memory cells are accessed.
  • a memory access cannot proceed until the address has been checked by all applicable enabled redundancy comparators and determined not to be the address of a defective element, thus increasing the delay. It is an object of the present invention to obviate and mitigate the above mentioned disadvantages.
  • a latched comparison circuit for generating complementary latched output signals.
  • the latched comparison circuit comprises a comparator circuit for comparing an input address with a redundant address for generating a comparison output signal.
  • the latched comparison circuit further comprises a flip-flop circuit coupled to the comparison output signal for latching the comparison output signal and for providing complementary latched comparison output signals in response to a clock signal.
  • a method for generating complementary latched output signals comprising the following steps. An input address is compared with a redundant address for generating a comparison output signal. The comparison output signal is latched in response to a memory clock signal for providing complementary latched comparison output signals.
  • a circuit for reducing a time delay between selecting a normal address and a redundant address in a memory device having normal and redundant memory elements comprises a comparison circuit for comparing an input memory address with a redundant memory address for generating a comparison output signal.
  • the circuit further comprises a flip-flop coupled with the comparison circuit for latching the comparison output signal in response to a memory clock signal.
  • the comparison circuit compares the addresses before the memory clock signal is asserted.
  • FIG. 1 is a schematic diagram of a circuit for implementing redundant address matching (prior art);
  • FIG. 2 is a schematic diagram of a comparator flip-flop
  • FIG. 3 a is a schematic diagram of an alternate embodiment of the comparator flip-flop illustrated in FIG. 2;
  • FIG. 3 b is a schematic diagram of a circuit for generating redundant signals used in the embodiment illustrated in FIG. 3 a;
  • FIG. 4 is a schematic diagram of match line circuitry implementing the comparator flip-flop illustrated in FIG. 3;
  • FIG. 5 is a schematic diagram of an alternate embodiment of match line circuitry implementing the comparator flip-flop illustrated in FIG. 2;
  • FIG. 6 is a schematic diagram of a circuit using the output of a comparator flip-flop for generating a regular word line enable signal
  • FIG. 7 is a schematic diagram of an alternate embodiment of the comparator flip-flops shown in FIGS. 2 and 3 .
  • a one-bit comparator flip-flop according to an embodiment of the present invention is illustrated generally by numeral 200 .
  • the comparator flip-flop can be represented as having two parts, a comparison circuit 202 and a D-type flip-flop 204 .
  • the comparison circuit 202 is provided for comparing input address A i with redundant address RA I for bit i.
  • the output of the comparison is comparison output signal IM.
  • the comparison output signal IM is input to the D-type flip-flop 204 for latching the result.
  • the comparison circuit 202 comprises four transistors, the input address A i , the complement of the input address ⁇ overscore (A i ) ⁇ , the redundant address RA i , and the complement of the redundant address ⁇ overscore (RA i ) ⁇ .
  • the input address A i is coupled to input D of the D-type flip-flop via an n-channel field effect transistor (FET) N 1 and a p-channel FET P 1 .
  • FET field effect transistor
  • P 1 p-channel FET
  • N 1 and P 1 are coupled together in parallel.
  • N 1 is gated by the redundant row address RA i
  • P 1 is gated by the complement of the redundant row address ⁇ overscore (RA i ) ⁇ .
  • the complement of the input address ⁇ overscore (A i ) ⁇ is coupled to the input D of the D-type flip-flop via an n-channel FET N 2 and a p-channel FET P 2 .
  • N 2 and P 2 are coupled together in parallel.
  • P 2 is gated by the redundant row address RA i and N 2 is gated by the complement of the redundant row address ⁇ overscore (RA i ) ⁇ .
  • the operation of the comparator flip-flop 200 is described as follows. If the input address A i is asserted and the redundant address RA i is asserted then the comparison result is a match. Transistors P 1 and N 1 are enabled and the comparison output signal IM is asserted.
  • Transistors P 2 and N 2 are enabled and the comparison output signal IM is asserted.
  • Transistors P 2 and N 2 are enabled and the comparison output signal IM is low.
  • Transistors P 1 and N 1 are enabled and the comparison output signal IM is low.
  • the D-type flip-flop 204 is provided for latching the result of the comparison. Such a flip-flop is standard in the art. After a memory clock signal CLK is asserted, the comparison output signal IM is propagated to output Q of the D-type flip-flop 204 and signal EQ i . The complement of the comparison output signal IM is propagated to output ⁇ overscore (Q) ⁇ of the D-type flip-flop 204 and signal NE i .
  • the redundant addresses do not change after being programmed via laser fuses in the laser fuse box, their values are invariant. Therefore, individual bits of the invariant redundant addresses are used to combine the operation of a comparator (which is essentially an exclusive OR and exclusive NOR operation) with a D-type flip-flop. Input row address bits and redundant row address bits are compared before clocking the input row address into the comparator flip-flop 200 . The comparison is performed without significantly adding to the data-to-clock setup time needed by the flip-flop 204 . Once the comparator flip-flop 200 is clocked, the propagation delay inherent in checking for redundant memory addresses is reduced by the amount of time required to perform the comparison. Therefore, the time required to access the memory is reduced.
  • an enable-input function is added to the comparator flip-flop 200 described in the previous embodiment.
  • the addition of the enable-input function allows the redundancy comparison to be forced to always fail. This feature allows unused redundancy comparators to be disabled without adding an enable term to the logic following the comparator flip-flops. The removal of a need for the enable term has the potential for further speed enhancements.
  • a one-bit comparator flip-flop with an enable-input function is illustrated generally by numeral 300 .
  • the comparator flip-flop can be represented as having two parts, a comparison circuit 302 and a D-type flip-flop 304 .
  • the comparison circuit 302 is provided for comparing input address A i with either a logical 1 or a logical 0 for bit i.
  • the output of the comparison is comparison output signal IM, which is input to the D-type flip-flop 304 for latching the result.
  • the comparator flip-flop with enable-input function 300 is comprised of six transistors, the input address A i , the complement of the input address ⁇ overscore (A i ) ⁇ , and encoded redundant signals ⁇ overscore (RA 1 i ) ⁇ ; and ⁇ overscore (RA 0 i ) ⁇ .
  • the input address A i is coupled to the comparison output signal IM via an n-channel FET N 3 and a p-channel FET P 3 .
  • N 3 and P 3 are coupled together in parallel.
  • N 3 is gated by the complement of signal ⁇ overscore (RA 1 i ) ⁇ and P 3 is gated by ⁇ overscore (RA 1 i ) ⁇ .
  • the complement of the input address ⁇ overscore (A i ) ⁇ is coupled to the comparison output signal IM via an n-channel FET N 4 and a p-channel FET P 4 .
  • N 4 and P 4 are coupled together in parallel.
  • P 4 is gated by signal ⁇ overscore (RA 0 i ) ⁇ and N 4 is gated by the complement of signal ⁇ overscore (RA 0 i ) ⁇ .
  • the comparison output signal IM is coupled to ground via n-channel FETs N 5 and N 6 .
  • N 5 is gated by signal ⁇ overscore (RA 0 i ) ⁇ and N 6 is gated by signal ⁇ overscore (RA 1 i ) ⁇ .
  • comparator flip-flop with enable-input function 300 The operation of the comparator flip-flop with enable-input function 300 is described as follows. If signal ⁇ overscore (RA 0 i ) ⁇ is asserted, and signal ⁇ overscore (RA 1 i ) ⁇ is low then the input address A i is compared with a logical 1 . Transistors P 3 and N 3 are enabled and the value of input signal A i is presented at the comparison output signal IM.
  • the result of the comparison is a match and the asserted signal A i is presented at the comparison output signal IM. If, however, the input address A i is low, the result of the comparison is not a match and the low signal A i is presented at the comparison output signal IM.
  • the result of the comparison is a match and the asserted signal ⁇ overscore (A i ) ⁇ is presented at the comparison output signal IM. If, however, the complement of the input address ⁇ overscore (A i ) ⁇ is low, the result of the comparison is not a match and the low signal ⁇ overscore (A i ) ⁇ is presented at the comparison output signal IM.
  • FIG. 3 b an example of a circuit for generating encoded redundant signals ⁇ overscore (RA 0 i ) ⁇ and ⁇ overscore (RA 1 i ) ⁇ ; is illustrated generally by numeral 350 .
  • redundant address signal RA i there is a pair of two-input NAND gates 352 a and 352 b respectively.
  • One input of the first NAND gate 352 a is coupled to the redundant address RA i and the other is coupled to an enable signal ⁇ overscore (enable) ⁇ .
  • One input to the second NAND gate 352 b is coupled to the redundant address RA i via an inverter 354 , and thus receives the complement of the redundant address ⁇ overscore (RA i ) ⁇ .
  • the other input of the second NAND gate 352 b is coupled to the enable signal ⁇ overscore (enable) ⁇ .
  • the enable signal is active (i.e. the circuit is to be disabled)
  • the outputs of both NAND gates 352 a and 352 b are high. If the enable signal is inactive and the redundant address signal is low, the output of NAND gate 352 a is high and 352 b is low. If the enable signal is inactive and the redundant address signal is high, the output of NAND gate 352 a is low and 352 b is high.
  • the outputs of NAND gates 352 a and 352 b are encoded redundant addresses ⁇ overscore (RA 0 i ) ⁇ and ⁇ overscore (RA 1 i ) ⁇ respectively.
  • match line circuitry in accordance with an embodiment of the present invention is illustrated generally by numeral 400 .
  • An input row address signal A and its complement ⁇ overscore (A) ⁇ are input to a comparator flip-flop 402 .
  • a signal ⁇ overscore (RA 0 ) ⁇ and its complement ⁇ overscore (RA 1 ) ⁇ are provided from a laser fuse block 404 and input to the comparator flip-flop 402 .
  • the size of the address signal is selected as nine bits for illustrative purposes only.
  • the comparator flip-flop 402 therefore comprises nine one-bit comparator flip-flops 300 operating in parallel.
  • the comparator flip-flop 402 performs an asynchronous bit-wise comparison of the input row address and redundant row address.
  • the comparator flip-flop 402 is clocked by the memory clock signal CLK and outputs a match signal EQ and its complement NE.
  • the match signal EQ is input to a match signal logic circuit 406 . If the input row address and the redundant row address are equivalent, the match signal logic circuit 406 asserts a redundant memory select signal M.
  • the redundant memory select signal M is used for enabling the redundant memory elements as in the prior art.
  • the match signal logic circuit 406 is implemented using dynamic logic.
  • the match signal logic circuit 406 is a dynamic NAND gate comprising nine serially connected n-channel FETs N 11 to N 19 . Each of the FETs N 11 to N 19 is gated by a corresponding one of the bits output from the comparator flip-flop 402 .
  • the FETs N 11 to N 19 are coupled at one end to ground via a tenth n-channel FET N 20 and at another end to the redundant memory select signal M via an inverter 408 .
  • the input of the inverter 408 is also coupled to a supply voltage via p-channel FETs P 11 and P 12 .
  • FET P 12 is gated by the output of the inverter 408 .
  • FETs P 11 and N 20 are gated by signal EVAL.
  • the EVAL signal is a self-timed delayed signal provided from a self-timed circuit (not shown). When asserted logic high, the EVAL signal enables the dynamic NAND gate 406 to evaluate all inputs to FETs N 11 to N 19 . When asserted logic low, the EVAL signal resets the output of circuit 406 to logic high through the pull up p-channel FET P 11 .
  • An enable signal for the regular word line decoders is generated by NOR-ing all the redundancy address comparator redundant memory select signals together as is standard in the art.
  • match line circuitry in accordance with an alternate embodiment of the present invention is illustrated generally by numeral 500 .
  • the input row address signal A and its complement ⁇ overscore (A) ⁇ are input to a comparator flip-flop 502 .
  • a redundant row address signal RA and its complement ⁇ overscore (RA) ⁇ are provided from a laser fuse block 404 and input to the comparator flip-flop 502 .
  • the size of the address signal is selected as nine bits for illustrative purposes only.
  • the comparator flip-flop 502 therefore comprises nine one-bit comparator flip-flops 200 operating in parallel.
  • the comparator flip-flop 502 performs an asynchronous bit-wise comparison of the input row address and redundant row address.
  • the comparator flip-flop 502 is clocked by a clock signal CLK and outputs a match signal EQ and its complement NE.
  • the match signal EQ is input to a match signal logic circuit 506 .
  • the enable signal ⁇ overscore (enable) ⁇ from the laser fuse block 404 is input to the match signal logic circuit 506 .
  • the match signal logic circuit 506 asserts a redundant memory select signal M.
  • the redundant memory select signal M is used for selecting the redundant memory elements as in the prior art.
  • the match signal logic circuit 506 comprises fast static logic circuitry.
  • the circuit uses a static logic tree of several NAND gates 508 followed by a NOR gate 510 .
  • Each of the NAND gates 508 has three inputs for receiving three bits from the bit-wise comparison of the input address signal A and the redundant address signal RA.
  • the NOR gate 510 has four inputs for the receiving each output from the NAND gates 508 and the enable signal ⁇ overscore (enable) ⁇ .
  • the output of the NOR gate 510 is the redundant memory select signal M.
  • An enable signal for the regular word line decoders is generated by NOR-ing all the redundancy address comparator redundant memory select signals together as is standard in the art.
  • the regular word line enable signal is generated from result of the comparator flip-flops.
  • a circuit for providing the regular word line enable signal is represented generally by numeral 600 .
  • the address size is selected as six bits for simplicity.
  • the output EQ from comparator flip-flops 602 is coupled to corresponding match signal logic circuits 604 as described in previous embodiments.
  • the output NE from comparator flip-flops 602 is coupled to a regular word line enabling circuit 606 .
  • the regular word line enabling circuit 606 is comprised of two sets of n-channel FETs 608 .
  • Each set 608 comprises six n-channel FETs connected in parallel.
  • the FETs in each set are gated by a corresponding bit from the output NE of a corresponding comparator flip-flop 602 .
  • the sets 608 are coupled together in series.
  • One end of the serially connected sets is coupled to ground via an n-channel FET N g and the other end is coupled to the input of an inverter 610 .
  • the input of the inverter is further coupled to a supply voltage via two p-channel FETs P 21 and P 22 .
  • FETs P 21 and N g are gated by an EVAL signal and P 22 is gated by the inverter's output.
  • the output of the inverter 610 is the enable signal RWE provided to the regular word line drivers.
  • the enable signal RWE is only be sent to the regular word line drivers if the input address does not match any of the redundant address.
  • a comparator flip-flop performs a plurality of comparisons per D-type flip-flop as compared to the single comparison per flip-flop described in the previous embodiments.
  • a comparator flip-flop for comparing three bits of the input address and redundant address and latching the result is illustrated generally by numeral 700 .
  • the outputs of three comparison circuits 702 are coupled to a NAND gate 704 .
  • the output of the NAND gate 702 is coupled to the comparison output signal IM, which is coupled to the input D of the D-type flip-flop 706 .
  • the output Q of the D-type flip-flop 706 is low only if all three bits being compared are equivalent.
  • the total number of D-type flip-flops 706 required for a given row address size and for a number of redundancy comparators is reduced. Furthermore, the logic between the comparator flip-flops 700 and the redundant memory select enable signal M is simplified even further than previous embodiments. It may also be possible to achieve even further access speed enhancements since there is less propagation delay between the comparator flip-flop and the redundant memory select enable signal M.
  • the comparison circuit 702 is shown as the comparison circuit 202 without the enable-input function for illustrative purposes only. It is possible to provide an enable-input function to comparator flip-flip 700 by the addition of an enable signal enable.
  • the enable signal enable is provided as an input to the NAND gate 704 for disabling the comparison as desired. Alternately, it is possible to substitute the comparison circuit 702 with the previously described comparison circuit 302 with the enable-input function.
  • n-channel FETs can be replaced by p-channel FETs and vice versa if the polarity of the gate signal voltage is reversed.
  • other pass transistors can be implemented instead of FETs, as will be appreciated by a person skilled in the art.
  • the invention is applicable to any type of electronic memory that utilizes redundant storage elements for increasing efficient yield. These include, but are not limited to SRAM and various non-volatile memories such EPROM, EEPROM, flash EPROM, and FRAM.

Abstract

There is provided a latched comparison circuit for generating complementary latched output signals. The latched comparison circuit includes a comparator circuit for comparing an input address with a redundant address for generating a comparison output signal. The latched comparison circuit further includes a flip-flop circuit coupled to the comparison output signal for latching the comparison output signal and for providing complementary latched comparison output signals in response to a clock signal.

Description

This application is a Continuation Application from PCT International Application No. PCT/CA01/01409, filed Nov. 30, 2000, which claims priority from Canadian Application Serial No. 2,313,952, filed Jul. 7, 2000 and U.S. application Ser. No. 60/216,684, filed Jul. 7, 2000.
The present invention relates generally to semiconductor devices having redundant elements for replacing defective elements and specifically to a circuit and method for accelerating accesses to and from such devices.
BACKGROUND OF THE INVENTION
The use of redundant memory elements in dynamic random access memory (DRAM) is widespread because it allows acceptable manufacturing yields of large memory devices even with aggressive semiconductor process design rules. Common industry practice includes extra rows and columns within memory arrays. The extra rows and columns are selectively substituted for memory elements within the array that are found to be defective during testing of the memory array. Therefore, many memory devices that otherwise would have rendered flawed by one or more point defects can be repaired and made fully operative.
The replacement of defective memory elements with redundant memory elements is controlled by address decoding logic which detects specific defective addresses or defective address ranges and redirects memory accesses to redundant memory elements. Typically, this capability is implemented by adding comparator circuits for detecting an equality between a portion of the memory access address and specific values (referred to as a redundant row address) permanently set in a repaired device. These specific values are permanently set in the repaired device at test time by laser programmable fuses and the like. When the address comparator detects an access to a defective memory element, special logic suppresses the regular access mechanism and a redundant element is accessed instead.
Referring to FIG. 1, the traditional approach to implementing row redundancy in a synchronous interface DRAM device is shown generally by numeral 100. The address input to a memory is captured in a register 102. The row selection (or X) portion of the address output from the register 102 is sent to a number of redundant row address comparators, C1 and C2 (only two are shown for simplicity), as well as to an X-address predecoder block 103. Each of the redundant row address comparators C1 and C2 has redundant row addresses R1 and R2 as its second input value. If the input row address is equivalent to one of the redundant row addresses, the comparator for that particular redundant address activates its associated output line, OL1 or OL2. The output lines OL1 and OL2 are logically combined with redundancy enable signals E1 and E2 respectively via AND gates 105. The results of the logical combinations are match signals, M1 and M2, which indicate when the current row address matches a redundant row address. A corresponding redundant address is thereby enabled. The match signals M1 and M2 are NOR-ed together via NOR gate 107 for generating an enable signal for regular word line drivers 106.
A global word line driver control signal WLC controls the timing for asserting both the regular and redundant word line drivers 106 and 108 respectively. The global word line driver control signal cannot be asserted until all the inputs to both the regular and redundant word line drivers, 106 and 108, have settled. The delay avoids glitching in any word lines and possibly corrupting data within the memory array. The earliest time at which it is possible to assert the global word line control signal WLC is defined by the sum of the clock-to-out delay of the address register 102 and the propagation delays of the address comparator C1 and the memory access signal combining NOR gate 107.
Therefore, as illustrated in the example above, the problem with conventional redundancy based repair of semiconductor memory is that it can limit the ability to achieve low access latency and a high rate of access operation. The delay is caused by the addition of a relatively long logic delay between the time the memory receives an address and the time the specified set of memory cells are accessed. A memory access cannot proceed until the address has been checked by all applicable enabled redundancy comparators and determined not to be the address of a defective element, thus increasing the delay. It is an object of the present invention to obviate and mitigate the above mentioned disadvantages.
SUMMARY OF THE INVENTION
In accordance with the present invention, there is provided a latched comparison circuit for generating complementary latched output signals. The latched comparison circuit comprises a comparator circuit for comparing an input address with a redundant address for generating a comparison output signal. The latched comparison circuit further comprises a flip-flop circuit coupled to the comparison output signal for latching the comparison output signal and for providing complementary latched comparison output signals in response to a clock signal.
In accordance with a further aspect of the invention there is provided a method for generating complementary latched output signals comprising the following steps. An input address is compared with a redundant address for generating a comparison output signal. The comparison output signal is latched in response to a memory clock signal for providing complementary latched comparison output signals.
In accordance with yet a further aspect of the invention there is provided a circuit for reducing a time delay between selecting a normal address and a redundant address in a memory device having normal and redundant memory elements. The circuit comprises a comparison circuit for comparing an input memory address with a redundant memory address for generating a comparison output signal. The circuit further comprises a flip-flop coupled with the comparison circuit for latching the comparison output signal in response to a memory clock signal. The comparison circuit compares the addresses before the memory clock signal is asserted.
BRIEF DESCRIPTION OF THE DRAWINGS
Embodiments of the present invention will be described by way of example only with reference to the following drawings in which:
FIG. 1 is a schematic diagram of a circuit for implementing redundant address matching (prior art);
FIG. 2 is a schematic diagram of a comparator flip-flop;
FIG. 3a is a schematic diagram of an alternate embodiment of the comparator flip-flop illustrated in FIG. 2;
FIG. 3b is a schematic diagram of a circuit for generating redundant signals used in the embodiment illustrated in FIG. 3a;
FIG. 4 is a schematic diagram of match line circuitry implementing the comparator flip-flop illustrated in FIG. 3;
FIG. 5 is a schematic diagram of an alternate embodiment of match line circuitry implementing the comparator flip-flop illustrated in FIG. 2;
FIG. 6 is a schematic diagram of a circuit using the output of a comparator flip-flop for generating a regular word line enable signal; and
FIG. 7 is a schematic diagram of an alternate embodiment of the comparator flip-flops shown in FIGS. 2 and 3.
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS
Referring to FIG. 2, a one-bit comparator flip-flop according to an embodiment of the present invention is illustrated generally by numeral 200. The comparator flip-flop can be represented as having two parts, a comparison circuit 202 and a D-type flip-flop 204. The comparison circuit 202 is provided for comparing input address Ai with redundant address RAI for bit i. The output of the comparison is comparison output signal IM. The comparison output signal IM is input to the D-type flip-flop 204 for latching the result.
In the present embodiment, the comparison circuit 202 comprises four transistors, the input address Ai, the complement of the input address {overscore (Ai)}, the redundant address RAi, and the complement of the redundant address {overscore (RAi)}. The input address Ai is coupled to input D of the D-type flip-flop via an n-channel field effect transistor (FET) N1and a p-channel FET P1. N1 and P1 are coupled together in parallel. N1 is gated by the redundant row address RAi and P1 is gated by the complement of the redundant row address {overscore (RAi)}.
The complement of the input address {overscore (Ai)} is coupled to the input D of the D-type flip-flop via an n-channel FET N2 and a p-channel FET P2. N2 and P2 are coupled together in parallel. P2 is gated by the redundant row address RAi and N2 is gated by the complement of the redundant row address {overscore (RAi)}.
The operation of the comparator flip-flop 200 is described as follows. If the input address Ai is asserted and the redundant address RAi is asserted then the comparison result is a match. Transistors P1 and N1 are enabled and the comparison output signal IM is asserted.
If the input address Ai is low and the redundant address RAi is low then the comparison result is a match. Transistors P2 and N2 are enabled and the comparison output signal IM is asserted.
If the input address Ai is asserted and the redundant address RAi is low then the comparison result is not a match. Transistors P2 and N2 are enabled and the comparison output signal IM is low.
If the input address Ai is low and the redundant address RAi is asserted then the comparison result is a not match. Transistors P1 and N1 are enabled and the comparison output signal IM is low.
The D-type flip-flop 204 is provided for latching the result of the comparison. Such a flip-flop is standard in the art. After a memory clock signal CLK is asserted, the comparison output signal IM is propagated to output Q of the D-type flip-flop 204 and signal EQi. The complement of the comparison output signal IM is propagated to output {overscore (Q)} of the D-type flip-flop 204 and signal NEi.
Since the redundant addresses do not change after being programmed via laser fuses in the laser fuse box, their values are invariant. Therefore, individual bits of the invariant redundant addresses are used to combine the operation of a comparator (which is essentially an exclusive OR and exclusive NOR operation) with a D-type flip-flop. Input row address bits and redundant row address bits are compared before clocking the input row address into the comparator flip-flop 200. The comparison is performed without significantly adding to the data-to-clock setup time needed by the flip-flop 204. Once the comparator flip-flop 200 is clocked, the propagation delay inherent in checking for redundant memory addresses is reduced by the amount of time required to perform the comparison. Therefore, the time required to access the memory is reduced.
In an alternate embodiment, an enable-input function is added to the comparator flip-flop 200 described in the previous embodiment. The addition of the enable-input function allows the redundancy comparison to be forced to always fail. This feature allows unused redundancy comparators to be disabled without adding an enable term to the logic following the comparator flip-flops. The removal of a need for the enable term has the potential for further speed enhancements.
Referring to FIG. 3a, a one-bit comparator flip-flop with an enable-input function according to an embodiment of the present invention is illustrated generally by numeral 300. As in the previous embodiment, the comparator flip-flop can be represented as having two parts, a comparison circuit 302 and a D-type flip-flop 304. The comparison circuit 302 is provided for comparing input address Ai with either a logical 1 or a logical 0 for bit i. The output of the comparison is comparison output signal IM, which is input to the D-type flip-flop 304 for latching the result.
The comparator flip-flop with enable-input function 300 is comprised of six transistors, the input address Ai, the complement of the input address {overscore (Ai)}, and encoded redundant signals {overscore (RA1 i)}; and {overscore (RA0 i)}. The input address Ai is coupled to the comparison output signal IM via an n-channel FET N3 and a p-channel FET P3. N3 and P3 are coupled together in parallel. N3 is gated by the complement of signal {overscore (RA1 i)} and P3 is gated by {overscore (RA1 i)}.
The complement of the input address {overscore (Ai)}, is coupled to the comparison output signal IM via an n-channel FET N4 and a p-channel FET P4. N4 and P4 are coupled together in parallel. P4 is gated by signal {overscore (RA0 i)} and N4 is gated by the complement of signal {overscore (RA0 i)}.
Furthermore, the comparison output signal IM is coupled to ground via n-channel FETs N5 and N6. N5 is gated by signal {overscore (RA0 i)} and N6 is gated by signal {overscore (RA1 i)}.
The operation of the comparator flip-flop with enable-input function 300 is described as follows. If signal {overscore (RA0 i)} is asserted, and signal {overscore (RA1 i)} is low then the input address Ai is compared with a logical 1. Transistors P3 and N3 are enabled and the value of input signal Ai is presented at the comparison output signal IM.
If the input address Ai is asserted, the result of the comparison is a match and the asserted signal Ai is presented at the comparison output signal IM. If, however, the input address Ai is low, the result of the comparison is not a match and the low signal Ai is presented at the comparison output signal IM.
If signal {overscore (RA0 i)} is low, and signal {overscore (RA1 i)} is asserted then the input address Ai is compared with a logical 0. Transistors P4 and N4 enabled and the value of input signal {overscore (Ai)} is presented at the comparison output signal IM.
If the complement of the input address {overscore (Ai)} is asserted, the result of the comparison is a match and the asserted signal {overscore (Ai)} is presented at the comparison output signal IM. If, however, the complement of the input address {overscore (Ai)} is low, the result of the comparison is not a match and the low signal {overscore (Ai)} is presented at the comparison output signal IM.
If both signal {overscore (RA0 i)} and signal {overscore (RA1 i)}; are asserted then N5 and N6 are turned on and the low ground signal is presented at the comparison output signal IM regardless of the value of Ai. Therefore, it is possible to disable the comparator by asserting signal {overscore (RA0 i)} and signal {overscore (RA1 i)}.
Referring to FIG. 3b, an example of a circuit for generating encoded redundant signals {overscore (RA0 i)} and {overscore (RA1 i)}; is illustrated generally by numeral 350. For each of redundant address signal RAi there is a pair of two- input NAND gates 352 a and 352 b respectively. One input of the first NAND gate 352 a is coupled to the redundant address RAi and the other is coupled to an enable signal {overscore (enable)}. One input to the second NAND gate 352 b is coupled to the redundant address RAi via an inverter 354, and thus receives the complement of the redundant address {overscore (RAi)}. The other input of the second NAND gate 352 b is coupled to the enable signal {overscore (enable)}.
If the enable signal is active (i.e. the circuit is to be disabled), the outputs of both NAND gates 352 a and 352 b are high. If the enable signal is inactive and the redundant address signal is low, the output of NAND gate 352 a is high and 352 b is low. If the enable signal is inactive and the redundant address signal is high, the output of NAND gate 352 a is low and 352 b is high. The outputs of NAND gates 352 a and 352 b are encoded redundant addresses {overscore (RA0 i)} and {overscore (RA1 i)} respectively.
Referring to FIG. 4, match line circuitry in accordance with an embodiment of the present invention is illustrated generally by numeral 400. An input row address signal A and its complement {overscore (A)} are input to a comparator flip-flop 402. A signal {overscore (RA0)} and its complement {overscore (RA1)} are provided from a laser fuse block 404 and input to the comparator flip-flop 402. In the present example, the size of the address signal is selected as nine bits for illustrative purposes only. The comparator flip-flop 402 therefore comprises nine one-bit comparator flip-flops 300 operating in parallel. The comparator flip-flop 402 performs an asynchronous bit-wise comparison of the input row address and redundant row address.
The comparator flip-flop 402 is clocked by the memory clock signal CLK and outputs a match signal EQ and its complement NE. The match signal EQ is input to a match signal logic circuit 406. If the input row address and the redundant row address are equivalent, the match signal logic circuit 406 asserts a redundant memory select signal M. The redundant memory select signal M is used for enabling the redundant memory elements as in the prior art.
In the present embodiment, the match signal logic circuit 406 is implemented using dynamic logic. The match signal logic circuit 406 is a dynamic NAND gate comprising nine serially connected n-channel FETs N11 to N19. Each of the FETs N11 to N19 is gated by a corresponding one of the bits output from the comparator flip-flop 402. The FETs N11 to N19 are coupled at one end to ground via a tenth n-channel FET N20 and at another end to the redundant memory select signal M via an inverter 408. The input of the inverter 408 is also coupled to a supply voltage via p-channel FETs P11 and P12. FET P12 is gated by the output of the inverter 408. FETs P11 and N20 are gated by signal EVAL.
The EVAL signal is a self-timed delayed signal provided from a self-timed circuit (not shown). When asserted logic high, the EVAL signal enables the dynamic NAND gate 406 to evaluate all inputs to FETs N11 to N19. When asserted logic low, the EVAL signal resets the output of circuit 406 to logic high through the pull up p-channel FET P11. An enable signal for the regular word line decoders is generated by NOR-ing all the redundancy address comparator redundant memory select signals together as is standard in the art.
Although the present embodiment is described using a match signal logic circuit 406 implemented using dynamic logic, other implementations will be apparent to a person skilled in the art. These implementations include alternate layouts of the dynamic logic devices as well as the use of other logic elements such as fast static logic devices.
Referring to FIG. 5, match line circuitry in accordance with an alternate embodiment of the present invention is illustrated generally by numeral 500. The input row address signal A and its complement {overscore (A)} are input to a comparator flip-flop 502. A redundant row address signal RA and its complement {overscore (RA)} are provided from a laser fuse block 404 and input to the comparator flip-flop 502. In the present example, the size of the address signal is selected as nine bits for illustrative purposes only. The comparator flip-flop 502 therefore comprises nine one-bit comparator flip-flops 200 operating in parallel. The comparator flip-flop 502 performs an asynchronous bit-wise comparison of the input row address and redundant row address.
The comparator flip-flop 502 is clocked by a clock signal CLK and outputs a match signal EQ and its complement NE. The match signal EQ is input to a match signal logic circuit 506. The enable signal {overscore (enable)} from the laser fuse block 404 is input to the match signal logic circuit 506.
If the input row address and the redundant row address are equivalent, and the enable signal is active, the match signal logic circuit 506 asserts a redundant memory select signal M. The redundant memory select signal M is used for selecting the redundant memory elements as in the prior art.
In the present embodiment, the match signal logic circuit 506 comprises fast static logic circuitry. In particular, the circuit uses a static logic tree of several NAND gates 508 followed by a NOR gate 510. Each of the NAND gates 508 has three inputs for receiving three bits from the bit-wise comparison of the input address signal A and the redundant address signal RA. The NOR gate 510 has four inputs for the receiving each output from the NAND gates 508 and the enable signal {overscore (enable)}. The output of the NOR gate 510 is the redundant memory select signal M.
An enable signal for the regular word line decoders is generated by NOR-ing all the redundancy address comparator redundant memory select signals together as is standard in the art.
Although the present embodiment is described using a match signal logic circuit 506 implemented using fast static logic, other implementations will be apparent to a person skilled in the art. These implementations include alternate layouts and tree structures of the fast static logic devices as well as the use of other logic elements such as dynamic logic devices.
In yet an alternate embodiment, the regular word line enable signal is generated from result of the comparator flip-flops. Referring to FIG. 6, a circuit for providing the regular word line enable signal is represented generally by numeral 600. In the present embodiment, the address size is selected as six bits for simplicity. The output EQ from comparator flip-flops 602 is coupled to corresponding match signal logic circuits 604 as described in previous embodiments. The output NE from comparator flip-flops 602 is coupled to a regular word line enabling circuit 606.
The regular word line enabling circuit 606 is comprised of two sets of n-channel FETs 608. Each set 608 comprises six n-channel FETs connected in parallel. The FETs in each set are gated by a corresponding bit from the output NE of a corresponding comparator flip-flop 602. The sets 608 are coupled together in series. One end of the serially connected sets is coupled to ground via an n-channel FET Ng and the other end is coupled to the input of an inverter 610.
The input of the inverter is further coupled to a supply voltage via two p-channel FETs P21 and P22. FETs P21 and Ng are gated by an EVAL signal and P22 is gated by the inverter's output. The output of the inverter 610 is the enable signal RWE provided to the regular word line drivers. The enable signal RWE is only be sent to the regular word line drivers if the input address does not match any of the redundant address.
Only two sets are used in the present embodiment for simplicity. Typically, the number of sets required is equivalent to the number of redundant memory elements used. Furthermore, although the present embodiment is described using dynamic logic, other implementations will be apparent to a person skilled in the art.
In yet an alternate embodiment, a comparator flip-flop performs a plurality of comparisons per D-type flip-flop as compared to the single comparison per flip-flop described in the previous embodiments.
Referring to FIG. 7, a comparator flip-flop for comparing three bits of the input address and redundant address and latching the result is illustrated generally by numeral 700. The outputs of three comparison circuits 702 are coupled to a NAND gate 704. The output of the NAND gate 702 is coupled to the comparison output signal IM, which is coupled to the input D of the D-type flip-flop 706. In the present embodiment, the output Q of the D-type flip-flop 706 is low only if all three bits being compared are equivalent.
The total number of D-type flip-flops 706 required for a given row address size and for a number of redundancy comparators is reduced. Furthermore, the logic between the comparator flip-flops 700 and the redundant memory select enable signal M is simplified even further than previous embodiments. It may also be possible to achieve even further access speed enhancements since there is less propagation delay between the comparator flip-flop and the redundant memory select enable signal M.
In FIG. 7, the comparison circuit 702 is shown as the comparison circuit 202 without the enable-input function for illustrative purposes only. It is possible to provide an enable-input function to comparator flip-flip 700 by the addition of an enable signal enable. The enable signal enable is provided as an input to the NAND gate 704 for disabling the comparison as desired. Alternately, it is possible to substitute the comparison circuit 702 with the previously described comparison circuit 302 with the enable-input function.
Although the invention has been described with reference to certain specific embodiments, various modifications thereof will be apparent to those skilled in the art without departing from the spirit and scope of the invention as outlined in the claims appended hereto. For example, n-channel FETs can be replaced by p-channel FETs and vice versa if the polarity of the gate signal voltage is reversed. Alternately, other pass transistors can be implemented instead of FETs, as will be appreciated by a person skilled in the art. Furthermore, the invention is applicable to any type of electronic memory that utilizes redundant storage elements for increasing efficient yield. These include, but are not limited to SRAM and various non-volatile memories such EPROM, EEPROM, flash EPROM, and FRAM.

Claims (13)

The embodiments of the invention in which an exclusive property or privilege is claimed are defined as follows:
1. A latched comparison circuit for generating complementary latched output signals, said latched comparison circuit comprising:
(a) a comparator circuit for comparing an input address with a redundant address for generating a comparison output signal; and
(b) a flip-flop circuit coupled to said comparison output signal for latching said comparison output signal and for providing complementary latched comparison output signals in response to a clock signal.
2. A circuit as defined in claim 1, wherein a predetermined number of comparator circuits are coupled to one flip-flop via a logic element, thereby reducing the number of said flip-flops required for said predetermined number of comparator circuits.
3. A circuit as defined in claim 1, wherein an enable signal is provided for enabling or disabling the comparison.
4. A circuit as defined in claim 3, wherein said enable signal disables said comparison circuit by always forcing said comparison to a predetermined value.
5. A circuit as defined in claim 4, wherein said enable signal is logically combined with said redundant address for providing an encoded redundant signal and said comparison circuit compares said encoded redundant signal with said input address, said encoded redundant signal representing either the redundant address or a value that forces said comparison to a predetermined value.
6. A circuit as defined in claim 2, wherein an enable signal is provided for enabling or disabling the comparison, said enable signal being an additional input to said logic element.
7. A circuit as defined in claim 1, wherein said circuit further comprises a matching circuit coupled with a plurality of outputs of said flip-flop circuits for generating a redundant memory select signal for selecting a corresponding redundant memory element in accordance with said plurality of outputs of said flip flop circuits.
8. A circuit as defined in claim 7, wherein said matching circuit determines whether said plurality of outputs of said flip flop circuits indicates a match between said input memory address and said redundant memory address, said matching circuit generating said redundant memory select signal if said plurality of outputs of said flip flop circuits indicate a match.
9. A circuit as defined in claim 7, wherein said matching circuit is comprised of static logic gates.
10. A circuit as defined in claim 7, wherein said matching circuit is comprised of dynamic logic gates.
11. A circuit as defined in claim 7, wherein said matching circuit further includes a word line enabling circuit coupled to a plurality of outputs of said flip-flop circuits for generating an enable signal for a plurality of regular word line drivers in accordance with said comparison output signals.
12. A method for generating complementary latched output signals comprising the steps of:
(a) comparing an input address with a redundant address for generating a comparison output signal; and
(b) latching said comparison output signal in response to a memory clock signal for providing complementary latched comparison output signals.
13. A circuit for reducing a time delay between selecting a normal address and a redundant address in a memory device having normal and redundant memory elements, said circuit comprising:
(a) a comparison circuit for comparing an input memory address with a redundant memory address for generating a comparison output signal; and
(b) a flip-flop coupled with said comparison circuit for latching said comparison output signal in response to a memory clock signal, wherein said comparison circuit compares said addresses before said memory clock signal is asserted.
US10/336,849 2000-07-07 2003-01-06 Method and circuit for accelerating redundant address matching Expired - Fee Related US6707734B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US10/336,849 US6707734B2 (en) 2000-07-07 2003-01-06 Method and circuit for accelerating redundant address matching

Applications Claiming Priority (5)

Application Number Priority Date Filing Date Title
US21668400P 2000-07-07 2000-07-07
CA2,313,952 2000-07-07
CA 2313952 CA2313952A1 (en) 2000-07-07 2000-07-07 Accelerated redundant address matching in a high speed dram with synchronous interface
PCT/CA2000/001409 WO2002005093A1 (en) 2000-07-07 2000-11-30 Method and circuit for accelerating redundant address matching
US10/336,849 US6707734B2 (en) 2000-07-07 2003-01-06 Method and circuit for accelerating redundant address matching

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
PCT/CA2001/001409 Continuation WO2002028886A2 (en) 2000-10-05 2001-10-05 Caloxins their isolation and use

Publications (2)

Publication Number Publication Date
US20030151437A1 US20030151437A1 (en) 2003-08-14
US6707734B2 true US6707734B2 (en) 2004-03-16

Family

ID=25681958

Family Applications (1)

Application Number Title Priority Date Filing Date
US10/336,849 Expired - Fee Related US6707734B2 (en) 2000-07-07 2003-01-06 Method and circuit for accelerating redundant address matching

Country Status (3)

Country Link
US (1) US6707734B2 (en)
AU (1) AU2001218470A1 (en)
WO (1) WO2002005093A1 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060083099A1 (en) * 2004-10-14 2006-04-20 Bae Myung H System and method for redundancy memory decoding
US20060215455A1 (en) * 2004-08-31 2006-09-28 Micron Technology, Inc. User configurable commands for flash memory
US20070268761A1 (en) * 2006-05-19 2007-11-22 Anant Pratap Singh Integrated circuit having memory array including row redundancy, and method of programming, controlling and/or operating same

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8467254B2 (en) * 2011-09-25 2013-06-18 Nanya Technology Corporation Memory apparatus
KR20150051673A (en) * 2013-11-05 2015-05-13 에스케이하이닉스 주식회사 Memory device and system including the same
US10839934B2 (en) * 2018-05-30 2020-11-17 Arm Limited Redundancy circuitry for memory application
US11521697B2 (en) * 2019-01-30 2022-12-06 STMicroelectronics International, N.V. Circuit and method for at speed detection of a word line fault condition in a memory circuit
US11393532B2 (en) 2019-04-24 2022-07-19 Stmicroelectronics International N.V. Circuit and method for at speed detection of a word line fault condition in a memory circuit
IT202000016441A1 (en) * 2020-07-07 2022-01-07 Sk Hynix Inc REDUNDANCY RESOURCE COMPARATOR FOR A BUS ARCHITECTURE, BUS ARCHITECTURE FOR A MEMORY DEVICE IMPLEMENTING AN IMPROVED COMPARISON METHOD AND CORRESPONDING COMPARISON METHOD

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5289413A (en) * 1990-06-08 1994-02-22 Kabushiki Kaisha Toshiba Dynamic semiconductor memory device with high-speed serial-accessing column decoder
US5640365A (en) 1994-09-09 1997-06-17 Kabushiki Kaisha Toshiba Semiconductor memory device with a decoding peripheral circuit for improving the operation frequency
US5841712A (en) 1996-09-30 1998-11-24 Advanced Micro Devices, Inc. Dual comparator circuit and method for selecting between normal and redundant decode logic in a semiconductor memory device
EP0881571A1 (en) 1997-05-30 1998-12-02 Fujitsu Limited Semiconductor memory device with redundancy
EP0929036A2 (en) 1998-01-09 1999-07-14 Information Storage Devices, Inc. Method and apparatus of column redundancy for non-volatile analog and multilevel memory integrated circuits
US6400617B1 (en) * 1998-09-02 2002-06-04 Fujitsu Limited Semiconductor memory circuit having selective redundant memory cells

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5289413A (en) * 1990-06-08 1994-02-22 Kabushiki Kaisha Toshiba Dynamic semiconductor memory device with high-speed serial-accessing column decoder
US5640365A (en) 1994-09-09 1997-06-17 Kabushiki Kaisha Toshiba Semiconductor memory device with a decoding peripheral circuit for improving the operation frequency
US5841712A (en) 1996-09-30 1998-11-24 Advanced Micro Devices, Inc. Dual comparator circuit and method for selecting between normal and redundant decode logic in a semiconductor memory device
EP0881571A1 (en) 1997-05-30 1998-12-02 Fujitsu Limited Semiconductor memory device with redundancy
EP0929036A2 (en) 1998-01-09 1999-07-14 Information Storage Devices, Inc. Method and apparatus of column redundancy for non-volatile analog and multilevel memory integrated circuits
US6400617B1 (en) * 1998-09-02 2002-06-04 Fujitsu Limited Semiconductor memory circuit having selective redundant memory cells

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060215455A1 (en) * 2004-08-31 2006-09-28 Micron Technology, Inc. User configurable commands for flash memory
US7376024B2 (en) * 2004-08-31 2008-05-20 Micron Technology, Inc. User configurable commands for flash memory
US20080192547A1 (en) * 2004-08-31 2008-08-14 Micron Technology, Inc. User configurable commands for flash memory
US7551481B2 (en) 2004-08-31 2009-06-23 Micron Technology, Inc. User configurable commands for flash memory
US20060083099A1 (en) * 2004-10-14 2006-04-20 Bae Myung H System and method for redundancy memory decoding
US7035152B1 (en) 2004-10-14 2006-04-25 Micron Technology, Inc. System and method for redundancy memory decoding
US20070268761A1 (en) * 2006-05-19 2007-11-22 Anant Pratap Singh Integrated circuit having memory array including row redundancy, and method of programming, controlling and/or operating same
WO2007136812A2 (en) * 2006-05-19 2007-11-29 Innovative Silicon S.A. Memory array having row redundancy and method
WO2007136812A3 (en) * 2006-05-19 2008-07-17 Innovative Silicon Sa Memory array having row redundancy and method
US7499352B2 (en) * 2006-05-19 2009-03-03 Innovative Silicon Isi Sa Integrated circuit having memory array including row redundancy, and method of programming, controlling and/or operating same

Also Published As

Publication number Publication date
WO2002005093A1 (en) 2002-01-17
US20030151437A1 (en) 2003-08-14
AU2001218470A1 (en) 2002-01-21

Similar Documents

Publication Publication Date Title
US6229742B1 (en) Spare address decoder
US6249467B1 (en) Row redundancy in a content addressable memory
US6191970B1 (en) Selective match line discharging in a partitioned content addressable memory array
US6381673B1 (en) Method and apparatus for performing a read next highest priority match instruction in a content addressable memory device
US7035152B1 (en) System and method for redundancy memory decoding
US7050318B1 (en) Selective match line pre-charging in a CAM device using pre-compare operations
US6865098B1 (en) Row redundancy in a content addressable memory device
EP0554055A2 (en) A semiconductor memory with improved redundant sense amplifier control
CN111033629B (en) Apparatus and method for latching redundant repair addresses at memory
US7180824B2 (en) Semiconductor memory device with a page mode
US6845025B1 (en) Word line driver circuit for a content addressable memory
EP0622803B1 (en) Address buffer
US6707734B2 (en) Method and circuit for accelerating redundant address matching
US5285419A (en) Read/write memory with improved test mode data compare
JPH06119796A (en) Decoder for saving defective memory cell
US7102934B1 (en) Sense amplifier systems and methods
US6097645A (en) High speed column redundancy scheme
US5943288A (en) Apparatus and method for minimizing address hold time in asynchronous SRAM
US6477071B1 (en) Method and apparatus for content addressable memory with a partitioned match line
US7266036B2 (en) Semiconductor memory device
US6212096B1 (en) Data reading path management architecture for a memory device, particularly for non-volatile memories
US6219285B1 (en) Semiconductor storage device with synchronized selection of normal and redundant columns
US8493763B1 (en) Self-timed match line cascading in a partitioned content addressable memory array
US7484144B2 (en) Testing embedded memory in an integrated circuit
US6738278B2 (en) Cache memory device including word line driver circuit and method

Legal Events

Date Code Title Description
AS Assignment

Owner name: MOSAID TECHNOLOGIES INCORPORATED, ONTARIO

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:DEMONE, PAUL;REEL/FRAME:014092/0093

Effective date: 20001003

FPAY Fee payment

Year of fee payment: 4

AS Assignment

Owner name: MOSAID TECHNOLOGIES INCORPORATED, CANADA

Free format text: CHANGE OF ADDRESS OF ASSIGNEE;ASSIGNOR:MOSAID TECHNOLOGIES INCORPORATED;REEL/FRAME:022542/0876

Effective date: 20090209

Owner name: MOSAID TECHNOLOGIES INCORPORATED,CANADA

Free format text: CHANGE OF ADDRESS OF ASSIGNEE;ASSIGNOR:MOSAID TECHNOLOGIES INCORPORATED;REEL/FRAME:022542/0876

Effective date: 20090209

FEPP Fee payment procedure

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

FPAY Fee payment

Year of fee payment: 8

AS Assignment

Owner name: ROYAL BANK OF CANADA, CANADA

Free format text: U.S. INTELLECTUAL PROPERTY SECURITY AGREEMENT (FOR NON-U.S. GRANTORS) - SHORT FORM;ASSIGNORS:658276 N.B. LTD.;658868 N.B. INC.;MOSAID TECHNOLOGIES INCORPORATED;REEL/FRAME:027512/0196

Effective date: 20111223

AS Assignment

Owner name: CONVERSANT INTELLECTUAL PROPERTY MANAGEMENT INC.,

Free format text: CHANGE OF NAME;ASSIGNOR:MOSAID TECHNOLOGIES INCORPORATED;REEL/FRAME:032439/0638

Effective date: 20140101

AS Assignment

Owner name: CONVERSANT IP N.B. 868 INC., CANADA

Free format text: RELEASE OF SECURITY INTEREST;ASSIGNOR:ROYAL BANK OF CANADA;REEL/FRAME:033484/0344

Effective date: 20140611

Owner name: CONVERSANT IP N.B. 276 INC., CANADA

Free format text: RELEASE OF SECURITY INTEREST;ASSIGNOR:ROYAL BANK OF CANADA;REEL/FRAME:033484/0344

Effective date: 20140611

Owner name: CONVERSANT INTELLECTUAL PROPERTY MANAGEMENT INC.,

Free format text: RELEASE OF SECURITY INTEREST;ASSIGNOR:ROYAL BANK OF CANADA;REEL/FRAME:033484/0344

Effective date: 20140611

AS Assignment

Owner name: CONVERSANT INTELLECTUAL PROPERTY MANAGEMENT INC., CANADA

Free format text: CHANGE OF ADDRESS;ASSIGNOR:CONVERSANT INTELLECTUAL PROPERTY MANAGEMENT INC.;REEL/FRAME:033678/0096

Effective date: 20140820

Owner name: CONVERSANT INTELLECTUAL PROPERTY MANAGEMENT INC.,

Free format text: CHANGE OF ADDRESS;ASSIGNOR:CONVERSANT INTELLECTUAL PROPERTY MANAGEMENT INC.;REEL/FRAME:033678/0096

Effective date: 20140820

AS Assignment

Owner name: CPPIB CREDIT INVESTMENTS INC., AS LENDER, CANADA

Free format text: U.S. PATENT SECURITY AGREEMENT (FOR NON-U.S. GRANTORS);ASSIGNOR:CONVERSANT INTELLECTUAL PROPERTY MANAGEMENT INC.;REEL/FRAME:033706/0367

Effective date: 20140611

Owner name: ROYAL BANK OF CANADA, AS LENDER, CANADA

Free format text: U.S. PATENT SECURITY AGREEMENT (FOR NON-U.S. GRANTORS);ASSIGNOR:CONVERSANT INTELLECTUAL PROPERTY MANAGEMENT INC.;REEL/FRAME:033706/0367

Effective date: 20140611

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: 20160316

AS Assignment

Owner name: CONVERSANT INTELLECTUAL PROPERTY MANAGEMENT INC., CANADA

Free format text: RELEASE OF U.S. PATENT AGREEMENT (FOR NON-U.S. GRANTORS);ASSIGNOR:ROYAL BANK OF CANADA, AS LENDER;REEL/FRAME:047645/0424

Effective date: 20180731

Owner name: CONVERSANT INTELLECTUAL PROPERTY MANAGEMENT INC.,

Free format text: RELEASE OF U.S. PATENT AGREEMENT (FOR NON-U.S. GRANTORS);ASSIGNOR:ROYAL BANK OF CANADA, AS LENDER;REEL/FRAME:047645/0424

Effective date: 20180731