US5319589A - Dynamic content addressable memory device and a method of operating thereof - Google Patents

Dynamic content addressable memory device and a method of operating thereof Download PDF

Info

Publication number
US5319589A
US5319589A US07/966,921 US96692192A US5319589A US 5319589 A US5319589 A US 5319589A US 96692192 A US96692192 A US 96692192A US 5319589 A US5319589 A US 5319589A
Authority
US
United States
Prior art keywords
bit line
data
line pair
signal
circuit
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 - Lifetime
Application number
US07/966,921
Inventor
Tadato Yamagata
Masaaki Mihara
Takeshi Hamamoto
Hideyuki Ozaki
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 Corp
Original Assignee
Mitsubishi Electric Corp
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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Assigned to MITSUBISHI DENKI KABUSHIKI KAISHA reassignment MITSUBISHI DENKI KABUSHIKI KAISHA ASSIGNMENT OF ASSIGNORS INTEREST. Assignors: HAMAMOTO, TAKESHI, MIHARA, MASAAKI, OZAKI, HIDEYUKI, YAMATA, TADATO
Application granted granted Critical
Publication of US5319589A publication Critical patent/US5319589A/en
Assigned to RENESAS ELECTRONICS CORPORATION reassignment RENESAS ELECTRONICS CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: MITSUBISHI DENKI KABUSHIKI KAISHA
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G11INFORMATION STORAGE
    • G11CSTATIC STORES
    • G11C11/00Digital stores characterised by the use of particular electric or magnetic storage elements; Storage elements therefor
    • G11C11/21Digital stores characterised by the use of particular electric or magnetic storage elements; Storage elements therefor using electric elements
    • G11C11/34Digital stores characterised by the use of particular electric or magnetic storage elements; Storage elements therefor using electric elements using semiconductor devices
    • G11C11/40Digital stores characterised by the use of particular electric or magnetic storage elements; Storage elements therefor using electric elements using semiconductor devices using transistors
    • G11C11/401Digital stores characterised by the use of particular electric or magnetic storage elements; Storage elements therefor using electric elements using semiconductor devices using transistors forming cells needing refreshing or charge regeneration, i.e. dynamic cells
    • G11C11/4063Auxiliary circuits, e.g. for addressing, decoding, driving, writing, sensing or timing
    • G11C11/407Auxiliary circuits, e.g. for addressing, decoding, driving, writing, sensing or timing for memory cells of the field-effect type
    • G11C11/409Read-write [R-W] circuits 
    • G11C11/4094Bit-line management or control circuits
    • GPHYSICS
    • G11INFORMATION STORAGE
    • G11CSTATIC STORES
    • G11C15/00Digital stores in which information comprising one or more characteristic parts is written into the store and in which information is read-out by searching for one or more of these characteristic parts, i.e. associative or content-addressed stores
    • G11C15/04Digital stores in which information comprising one or more characteristic parts is written into the store and in which information is read-out by searching for one or more of these characteristic parts, i.e. associative or content-addressed stores using semiconductor elements
    • G11C15/043Digital stores in which information comprising one or more characteristic parts is written into the store and in which information is read-out by searching for one or more of these characteristic parts, i.e. associative or content-addressed stores using semiconductor elements using capacitive charge storage elements

Definitions

  • the present invention generally relates to associative memory devices, and more particularly, to an associative memory device having dynamic associative memory cells.
  • the present invention has particular applicability to content addressable memories (CAMs).
  • CAM content addressable memory
  • bit serial type CAM makes comparison of retrieval data with stored data bit by bit.
  • a complete parallel type CAM makes comparison of retrieval data with stored data for all bits in parallel. Therefore, the complete parallel type CAM can carry out a match retrieving operation at the highest speed. In other words, the complete parallel type CAM can operate retrieval processing at a speed which is several hundreds times faster compared to match retrieval processing by conventional software Therefore, the complete parallel type CAM can be applied to various fields such as artificial intelligence, data base system and the like where it is necessary to carry out a match retrieving operation frequently.
  • a static CAM includes a static latch circuit as a data storage circuit and an EXCLUSIVE NOR circuit as a match detecting circuit, an area occupied by a CAM on a semiconductor substrate is large. Therefore, the storage capacity of a high integration CAM reported so far is at most 20 k bits.
  • a dynamic CAM cell in place of a static CAM cell. The following description is given of a conventionally known dynamic CAM.
  • FIG. 22 is a concept diagram for explaining a retrieving operation in a CAM.
  • FIG. 22 shows a CAM cell array 4 of 10-word-by-8-bit configuration.
  • the CAM includes the CAM cell array 4, a retrieval data register 2 for applying retrieval data to the CAM cell array 4, a match flag register 5 for retaining a match flag indicative of a retrieval result, and a priority encoder 6.
  • the memory cell array 4 stores 10-word data shown in FIG. 22.
  • the retrieval data register 2 applies retrieval data "1011XXXX" to the memory cell array 4.
  • Each "X" indicates that a corresponding bit in the retrieval data is masked. More specifically, less significant four bits of the retrieval data are masked in this example. Therefore, data in the masked less significant four bits don't affect the match detecting result.
  • match is detected between applied retrieval data and each of the third, the sixth and the tenth stored data, and match flags "0" are set in corresponding positions in the match flag register 5, respectively.
  • the match flags are further applied to the priority encoder 6, causing a word of the highest priority of the third, the sixth and the tenth words in this example, that is, the third word having the lowest address in this example to be selected and causing the address "2" thereof to be provided as a match address. It is pointed out that the above-described priority may be determined optionally, although it is predetermined in this example.
  • FIG. 23 is a schematic diagram of a circuit of a conventional dynamic CAM cell.
  • the circuit shown in FIG. 23 is disclosed in Proceedings of CICC '91, pp. 10-13.
  • the dynamic CAM cell includes capacitors 36, 37 for storing data signal electrical charge, NMOS transistors 30, 31 for writing data, NMOS transistors 32, 33 for configuring an EXCLUSIVE NOR circuit, and an NMOS transistor 34 operating as a diode.
  • the data signal electrical charge is stored by the capacitors 36 and 37 and gate capacitance of the transistors 32 and 33.
  • the gates of the transistors 30 and 31 are connected to a word line WL.
  • One electrode of the transistors 30 and 32 is connected to a bit line BL.
  • One electrode of the transistors 31 and 33 is connected to a bit line /BL.
  • One electrode and the gate of the transistor 34 are connected to a match
  • FIGS. 24A and 24B are schematic diagrams of circuits for explaining write and read operations in the dynamic CAM cell.
  • FIGS. 25A and 25B are schematic diagrams of circuits for explaining a match detecting operation. Referring to FIGS. 24A, 24B, 25A and 25B, description will be given below of operations of the dynamic CAM cell.
  • the write operation is carried out as in the following.
  • the bit lines BL, /BL are brought to potentials inverted to each other in response to a data signal to be written. Since the word line WL is activated, the potentials of the bit lines BL, /BL are applied to the capacitors 36, 37 through the transistors 30, 31, respectively.
  • the word line WL attains a low level, and the transistors 30 and 31 are turned off, causing the data signal electrical charge to be retained by the capacitors 36 and 37.
  • the potential of the match line ML is maintained at a low level during the write operation.
  • the read operation is carried out as in the following.
  • a bit line pair BL, /BL is discharged, and a high level potential is applied to the match line ML.
  • the transistor 32 is turned on, while the transistor 33 is turned off. Therefore, the bit line BL is caused to be connected to the match line ML through the transistors 32 and 34, resulting in a high level of the potential of the bit line BL.
  • the potential of the bit line /BL is retained at a low level.
  • the word line WL is not activated.
  • the match detecting operation is carried out as in the following.
  • the bit lines BL, /BL and the match line ML are precharged to a high level potential.
  • data shown in FIG. 25A is stored in the CAM cell, and that retrieval data is applied to the bit lines BL, /BL. More specifically, since match is detected between the stored data and the retrieval data in this case, neither the transistor 32 nor the transistor 33 is turned on, and the potential of the match line ML is remained at a high level.
  • mismatch is detected between the retrieval data and the stored data.
  • the transistor 32 is turned on, and the transistor 33 is turned off. Therefore, the match line ML is discharged through the transistors 32 and 34, resulting in attaining a low level.
  • "match" or “mismatch” may be detected between the retrieval data and the stored data by detecting potential change of the match line ML.
  • a conventional static CAM cell uses a latch circuit for storing data.
  • a dynamic CAM cell includes two capacitors 36 and 37 for storing data as shown in FIG. 23.
  • the dynamic CAM cell compared to the static CAM cell, is reduced in the number of necessary elements, and it is, therefore, suitable for high integration of the CAM.
  • Enhancement of the yield rate in production which is expected as high integration of the CAM must be taken into consideration. More specifically, although a redundancy circuit for use in a dynamic RAM has been conventionally known, a practical circuit configuration for redundancy use in a dynamic CAM has not been known. Therefore, in order to prevent lowering of the yield rate with high integration of the CAM in the near future, a practical and effective redundancy circuit has been desired.
  • One object of the present invention is to provide a dynamic content addressable memory device.
  • Another object of the present invention is to implement a dynamic content addressable memory device by a simplified circuit configuration.
  • Still another object of the present invention is to provide a dynamic content addressable memory device operating under simplified control.
  • a further object of the present invention is to improve the yield rate in production of dynamic content addressable memory devices.
  • the dynamic content addressable memory device includes a plurality of dynamic associative memory cells arranged in rows and columns, a plurality of bit line pairs each connected to associative memory cells in a corresponding column, a plurality of data line pairs respectively connected to the plurality of bit line pairs, a plurality of word lines each connected to associative memory cells in a corresponding row, a plurality of match detecting lines each connected to associative memory cells in a corresponding row, a plurality of bit line pair driving circuits each connected to a corresponding bit line pair and responsive to a signal on a corresponding data line pair for driving the corresponding bit line pair, a plurality of sense amplifiers each connected to a corresponding bit line pair and responsive to a sense amplifier activating signal for amplifying a data signal on the corresponding bit line pair, and a plurality of data line pair driving circuits each connected to a corresponding bit line pair and responsive to a signal on a corresponding bit line pair for driving a corresponding data line pair
  • the plurality of bit line pair driving circuits, the plurality of sense amplifiers and the plurality of data line pair driving circuits are respectively connected to the plurality of bit line pairs, read, write and refresh operations necessary in a dynamic content addressable memory device can be implemented in a simple circuit configuration.
  • the dynamic content addressable memory device includes a plurality of associative memory cells arranged in rows and columns, a plurality of bit line pairs each connected to associative memory cells in a corresponding column, a plurality of match detecting lines each connected to an associative memory cells in a corresponding row, a plurality of bit line pair driving circuits each connected to a corresponding bit line pair and responsive to an applied comparison data signal for driving the corresponding bit line pair, and a match detecting line charge circuit for charging the plurality of match detecting lines to a predetermined potential.
  • Each associative memory cell includes a capacitor for storing a data signal, and a comparating circuit for comparing a comparison data signal applied through a corresponding bit line pair with the data signal stored by the capacitor to change a potential of a corresponding match detecting line.
  • the plurality of bit line driving circuits are respectively connected to the plurality of bit line pairs, and the match detecting line charge circuit is provided for charging the plurality of match detecting lines. Therefore, a match detecting operation necessary in the dynamic content addressable memory device can be implemented in a simple circuit configuration.
  • the dynamic content addressable memory device includes a plurality of associative memory cells arranged in rows and columns, a plurality of bit line pairs each connected to associative memory cells in a corresponding column, a plurality of word lines each connected to associative memory cells in a corresponding row, a plurality of match detecting lines each connected to associative memory cells in a corresponding row, and a plurality of amplifiers each connected to a corresponding bit line pair for amplifying a data signal on the corresponding bit line pair.
  • Each associative memory cell includes a capacitor for storing a data signal, a first switching circuit responsive to a signal on a corresponding word line for providing a data signal on a corresponding bit line pair to the capacitor, and a second switching circuit responsive to a signal on a corresponding match detecting line for applying the data signal stored by the capacitor to a corresponding bit line pair.
  • the dynamic content addressable memory device further includes a refresh control circuit responsive to a refresh instructing signal for activating a match detecting line selected by an address signal, amplifiers and a word line selected by the address signal in this order.
  • the plurality of amplifiers are respectively connected to the plurality of bit line pairs, and the refresh control circuit is provided for activating the match detecting line, the amplifiers and the word line in this order in response to the refresh instructing signal. Therefore, a refresh operation necessary in the dynamic content addressable memory device can be implemented in a simple circuit configuration.
  • the dynamic content addressable memory device includes a plurality of dynamic associative memory cells arranged in rows and columns, a plurality of bit line pairs each connected to associative memory cells in a corresponding column, a plurality of data line pairs respectively connected to the plurality of bit line pairs a plurality of word lines each connected to associative memory cells in a corresponding row, a plurality of match detecting lines each connected to associative memory cells in a corresponding row, a plurality of bit line pair driving circuits each connected to a corresponding bit line pair and responsive to a signal on a corresponding data line pair for driving the corresponding bit line pair, a plurality of sense amplifiers each connected to a corresponding bit line pair and responsive to a sense amplifier activating signal for amplifying a data signal on the corresponding bit line pair, and a plurality of data line pair driving circuits each connected to a corresponding bit line pair and responsive to a signal on the corresponding bit line pair for driving a corresponding data line
  • the plurality of bit line pairs include a predetermined redundancy bit line pair for redundancy use.
  • the dynamic content addressable memory device further includes a redundancy access disable circuit connected to the redundancy bit line pair for disabling access to associative memory cells connected to the redundancy bit line pair in a normal access state, a plurality of normal access disable circuits each connected to a corresponding bit line pair except for a redundancy bit line pair for selectively disabling access to associative memory cells connected to the corresponding bit line pair when a defect is generated, and a redundancy disable releasing element for releasing disable function by the redundancy disable circuit when a defect is generated.
  • the redundancy access disable circuit In operations, in the normal access state, the redundancy access disable circuit disables access to memory cells connected to the redundancy bit line pair.
  • the redundancy disable releasing element releases disable function by the redundancy access enable circuit when a defect is generated. Therefore, it is possible to improve the yield rate in production of dynamic content addressable memory devices.
  • FIG. 1 is a block diagram of a dynamic CAM showing one example of the present invention.
  • FIG. 2 is a circuit block diagram of the memory array and the bit line control circuit shown in FIG. 1.
  • FIG. 3 is a schematic diagram of a bit line control circuit shown in FIG. 2.
  • FIG. 4 is a timing chart for explaining a write operation of the bit line control circuit shown in FIG. 3.
  • FIG. 5 is a timing chart for explaining a read operation of the bit line control circuit shown in FIG. 3.
  • FIG. 6 is a timing chart for explaining a refresh operation of the bit line control circuit shown in FIG. 3.
  • FIG. 7 is a timing chart for explaining a match detecting operation of the bit line control circuit shown in FIG. 3.
  • FIG. 8 is a schematic diagram of a bit line control circuit showing another embodiment of the present invention.
  • FIG. 9 is a timing chart for explaining a write operation of the bit line control circuit shown in FIG. 8.
  • FIG. 10 is a timing chart for explaining a read operation of the bit line control circuit shown in FIG. 8.
  • FIG. 11 is a timing chart for explaining a refresh operation of the bit line control circuit shown in FIG. 8.
  • FIG. 12 is a timing chart for explaining a match detecting operation of the bit line control circuit shown in FIG. 8.
  • FIG. 13 is a schematic diagram of a bit line control circuit showing still another embodiment of the present invention.
  • FIG. 14 is a timing chart for explaining write and read operations of the bit line control circuit shown in FIG. 13.
  • FIG. 15 is a timing chart for explaining operations of a redundancy enable circuit and a defect line program circuit shown in FIGS. 17 and 18.
  • FIG. 16 is a circuit block diagram of a dynamic CAM showing a further embodiment of the present invention.
  • FIG. 17 is a schematic diagram of a redundancy enable circuit shown in FIG. 16.
  • FIG. 18 is a schematic diagram of a defect line program circuit shown in FIG. 16.
  • FIG. 19 is a schematic diagram of a normal bit line circuit and a redundancy bit line circuit shown in FIG. 16.
  • FIG. 20 is a schematic diagram of a normal bit line circuit and a redundancy bit line circuit showing a further embodiment of the present invention.
  • FIG. 21 is a block diagram of a CAM array circuit showing a further embodiment of the present invention.
  • FIG. 22 is a concept diagram for explaining a retrieval operation in the CAM.
  • FIG. 23 is a schematic diagram of a circuit of a conventional dynamic CAM cell.
  • FIGS. 24A and 24B are schematic diagrams of circuits for explaining read and write operations in a dynamic CAM cell.
  • FIGS. 25A and 25B are schematic diagram of circuits for explaining a match detecting operation in a dynamic CAM cell.
  • a dynamic CAM 100 includes a CAM cell array 4 having a circuit configuration of m words x n bits, and a bit line control circuit 8 for controlling potentials of bit lines (not shown) in the CAM cell array 4.
  • An address decoder 7 decodes an external address to selectively activate one of m word lines, not shown.
  • a match flag register 5 retains a match flag indicative of a retrieval result provided from the CAM cell array 4.
  • a priority encoder 6 receives the match flag provided from the match flag register 5 to provide a match address determined in accordance with a predetermined priority.
  • the dynamic CAM 100 further includes a write/read circuit 1 for input/output of data, a retrieval data register 2 for temporarily retaining retrieval data, a mask data register 3, a switch circuit 10, a data driver/amplifier 9, and a clock signal generator 20 for decoding an externally applied instruction code to generate various clock signals. Control signals or clock signals RT, WT, SE, BLH, BLL, TG and the like necessary in circuit operations described below are generated by the clock signal generator 20 by decoding the instruction code. It is pointed out that the retrieval data register 2, the CAM cell array 4, the match flag register 5 and the priority encoder 6 correspond to the circuit configuration shown in FIG. 22 and that have the similar function.
  • n-bit retrieval data is applied to the retrieval data register 2 through the write/read circuit 1.
  • the retrieval data retained in the retrieval data register 2 is applied to the CAM cell array 4 through the mask data register 3, the switch circuit 10, the data driver/amplifier 9 and the bit line control circuit 8.
  • the match retrieval operation is carried out in the CAM cell array 4, and a match flag indicative of a match retrieval result it applied to the match flag register 5.
  • the priority encoder 6 receives the match flag through the match flag register 5. When the match flag indicative of a plurality of word lines is applied, the priority encoder 6 determines one word of the plurality of words in accordance with a predetermined priority. The address of the determined word is encoded in the priority encoder 6 to be provided as a match address.
  • the match address provided from the priority address encoder 6 is also applied to the address decoder 7 if necessary. As a result, writing or reading of data may be carried out with regard to the CAM cells of a word in the CAM cell array 4 where match is detected
  • the mask data register 3 masks part of n-bit retrieval data if necessary, and in some cases, the mask data register 3 retains a mask control bit or bits for rewriting only a desired bit or bits of n-bit data.
  • FIG. 2 is a circuit block diagram of the CAM cell array 4 and the bit line control circuit 8 shown in FIG. 1.
  • the CAM cell array 4 includes a plurality of dynamic CAM cells MC arranged in rows and columns, a plurality of bit line pairs BLl, /BLl to BLn, /BLn each connected to a CAM cell in a corresponding column, a plurality of word lines WLl to WLm each connected to a CAM cell in a corresponding row, and a plurality of match lines MLl to MLm each connected to a CAM cell in a corresponding row.
  • Each CAM cell has a circuit configuration shown in FIG. 23.
  • the match lines MLl to MLm are connected to the match flag register 5 and a match line control circuit 11 shown in FIG. 1.
  • the bit line control circuit 8 includes n bit line control circuits 8l to 8n each connected to a corresponding one of bit line pairs BLl, /BLl to BLn, /BLn.
  • the bit line control circuits 8l to 8n are connected to data line pairs DTl, /DTl to DTn, /DTn, respectively. Description will be given in detail of the bit line control circuits 8l to 8n hereinafter.
  • FIG. 3 is a schematic diagram of a bit line control circuit shown in FIG. 2.
  • the bit line control circuit includes a read circuit 12, a write circuit 13, a sense amplifier 14, a bit line discharge circuit 15 and a bit line charge circuit 16 connected to a bit line pair BL, /BL, respectively.
  • a CAM cell connected to the bit line pair BL, /BL is shown.
  • the read circuit 12 and the write circuit 13 are connected to the data line pair DT, /DT configuring a data bus.
  • the read circuit 12 is enabled in response to a read enable signal RT and drives the data line pair DT, /DT in response to a signal on the bit line pair BL, /BL.
  • the write circuit 13 is enabled in response to a write enable signal WT, and drives the bit line pair BL, /BL in response to a signal on the data line pair DT, /DT.
  • the sense amplifier 14 is activated in response to sense amplifier activating signals SE and /SE to amplify a potential difference between the bit lines BL, /BL.
  • the bit line discharge circuit 15 discharges the bit line pair BL, /BL in response to a discharge control signal BLL.
  • the bit line charge circuit 16 charges the bit line pair BL, /BL in response to a charge control signal BLH.
  • bit line control circuit 11 brings the potential of the match line ML to a high level.
  • bit line charge circuit 16 is activated in response to the high level signal BLH, causing the bit line pair BL, /BL to be charged to a high level.
  • the match line control circuit 11 renders the potential of all the match lines ML to be a low level, and activation of the bit line charge circuit 16 is completed in response to rise of the signal BLH.
  • the bit line discharge circuit 15 is enabled in response to rise of the signal BLL, and the bit line pair BL, /BL is discharged.
  • the match line control circuit 11 activates a match line ML selected by an external address signal.
  • a potential difference based on the stored data signal appears on the bit lines BL or /BL.
  • a data drive/amplifier circuit 9 shown in FIG. 1 applies a write data signal to the data line pair DT, /DT in response to externally applied data.
  • the write enable signal WT is activated and the write circuit 13 is enabled.
  • the write circuit 13 drives the bit line pair BL, /BL in response to the write data signal on the data line pair DT, /DT. In other words, the write circuit 13 selectively pulls down one of the bit lines BL and /BL in response to a data signal to be written.
  • the sense amplifier 14 is activated in response to the sense amplifier activating signals SE and /SE. Since one of the bit lines BL, /BL has been brought to the ground potential in response to the write data signal by time T4, an amplified write data signal is applied onto the bit lines BL, /BL after activation of the sense amplifier 14.
  • the data driver/amplifier circuit 9 shown in FIG. 1 applies the ground potential to the data line pair DT, /DT.
  • the write circuit 13 is not activated regardless of the potential of the write enable signal WT, the discharge path of the bit lines BL, /BL is not formed.
  • the read operation of data stored in the CAM cell may be carried out by applying the similar control signal as in the read operation shown in FIG. 4 with the data line pair DT, /DT retained at the ground potential.
  • the same control signals ML, WT and SE as in the write operation are applied, and the data line pair DT, /DT are retained at the ground potential until immediately before time T6.
  • the read enable signal RT is activated at time T6.
  • the read circuit 12 activates the data line pair DT, /DT in response to a signal on the bit line pair BL, /BL, whereby the data signal stored in the CAM cell is meant to have been applied onto the data line pair DT, /DT.
  • the above-described refresh operation may be applied to a partial write operation.
  • a control signal shown in FIG. 6 is applied.
  • a data signal stored in the CAM cell connected to the data line pair DT, /DT retained at the ground potential is refreshed only and not rewritten to different data.
  • CAM cells connected to the other bit pairs are rewritten in accordance with data signals applied to respective data line pairs from the circuit 9 shown in FIG. 1.
  • the refresh operation can be said to be the partial write operation in a manner with all of n bits masked.
  • the match line control circuit 11 shown in FIG. 1 precharges the match line ML in response to an externally applied address signal.
  • the write enable signal WT is activated.
  • the write circuit 13 is enabled.
  • the write circuit drives the bit line pair BL, /BL in response to a retrieval data signal on the data line pair DT, /DT. Therefore, the retrieval data signal is transmitted to the CAM cell through the bit line pair BL, /BL.
  • the match detecting operation shown in FIG. 25A or 25B is carried out in the CAM cell, and the potential of the precharged match line ML is changed in response to a match detecting result.
  • the potential of the match line ML is amplified by an amplifying circuit, not shown, at time T2.
  • substantially the same control signals are applied in any of write, read, refresh and match detecting operations in the dynamic CAM.
  • substantially the same control signals are also used in the mask retrieval operation and the partial write operation.
  • a practical and effective dynamic CAM can be provided by using a bit line control circuit shown in FIG. 3 without requiring special timing control in order to carry out various operations in the dynamic CAM.
  • FIG. 8 is a schematic diagram of a bit line control circuit showing another embodiment of the present invention.
  • the bit line control circuit shown in FIG. 8 further includes a transfer gate circuit 17 for promoting an amplifying operation by the sense amplifier 14.
  • the transfer gate circuit 17 is provided on a bit line between the bit line discharge circuit 15 and the bit line charge circuit 16.
  • the transfer gate circuit 17 is turned off in response to a low level control signal TG.
  • a load to be amplified by the sense amplifier 14 can be reduced. Therefore, a high speed amplification by the sense amplifier 14 can be achieved.
  • FIGS. 9 to 12 are timing charts for explaining a write operation, a read operation, a refresh operation and a match detecting operation of the bit line control circuit shown in FIG. 8, respectively.
  • basic operations in the bit line control circuit shown in FIG. 8 are the same as those in the bit line control circuit shown in FIG. 3.
  • the timing charts shown in FIGS. 9 to 12 include a newly added control signal TG for the transfer gate circuit 17.
  • the transfer gate control signal TG attains a low level in a period between times T2 and T5.
  • the bit line control circuit shown in FIG. 8 is electrically equivalent to that shown in FIG. 3 in the other time periods.
  • the control signal TG attains a low level at time T2. Since the transfer gate circuit 17 is turned off, the sense amplifier 14 is electrically separated from the bit lines BLa, /BLa connected to the CAM cell array.
  • the control signal TG is caused to rise at time T5. Therefore, a signal fully amplified by the sense amplifier 14 is transmitted to the bit lines BLa, /BLa connected to the CAM cell array through the transfer gate circuit 17.
  • control signal TG is caused to fall and rise at the same timings T2 and T5 as those in the write operation shown in FIG. 9. Therefore, also in these operations, a high speed amplification by the sense amplifier 14 can be obtained.
  • the control signal TG is retained at a high level. Therefore, the transfer gate circuit 17 continues to be conductive, and substantially the same operation as the match detecting operation shown in FIG. 7 is carried out.
  • FIG. 13 is a schematic diagram of a bit line control circuit showing still another embodiment of the present invention.
  • the bit line control circuit shown in FIG. 13 further includes a second write circuit 18 on the bit lines BLa, /BLa between the transfer gate circuit 17 and the bit line charge circuit 16.
  • the first and the second write circuits 13 and 18 are enabled in response to the commonly applied write enable signal WT.
  • a retrieval data signal applied from the data line pair DT, /DT can be rapidly transmitted to the bit lines BLa, /BLa of the CAM cell array in the match detecting operation.
  • the match detecting operation since the retrieval data signal can be transmitted to the bit lines BLa, /BLa of the CAM cell array without going through the transfer gate circuit 17, the match detecting operation in the CAM cell array may be started earlier than the case shown in FIG. 8.
  • FIG. 14 is a timing chart for explaining the write operation and the read operation of the bit line control circuit shown in FIG. 13. Both of the write operation and the read operation can be explained by the timing chart shown in FIG. 14.
  • a write enable signal RT is continually retained at a low level in the write operation, while it attains a high level in a period between times T6 and T7 in the read operation.
  • the other timing control is the same in the write operation and the read operation. However, since the second write circuit 18 is additionally provided, the manner of potential change in the bit line is different.
  • the refresh operation and the match detecting operation by the bit line control circuit shown in FIG. 13 can be explained by timing charts shown in FIGS. 11 and 12, respectively.
  • the second write circuit 18 is additionally provided i the bit line control circuit shown in FIG. 13, the retrieval data signal applied from the data lines DT, /DT can be transmitted to the bit lines BLa, /BLa connected to the CAM cell array at a higher speed.
  • the write, the read, and the refresh operations for the dynamic CAM can be carried out under substantially the same timing control even when any bit line control circuit shown in FIGS. 3, 8 or 13 is used.
  • the match detecting operation can also be carried out under the simplified timing control.
  • a necessary operation in a dynamic CAM which may be expected to require complicate control in general can be implemented by an extremely simple timing control (that is, substantially the same timing control) and a simplified circuit.
  • FIG. 16 is a circuit block diagram of a dynamic CAM showing a further embodiment of the present invention.
  • a dynamic CAM 100' includes a CAM array circuit 200 having 16 CAM blocks 201 to 216 in total.
  • Each of the CAM blocks 201 to 216 includes 36 normal bit line circuits NBC and a redundancy bit line circuit RBC.
  • Each normal bit line circuit NBC is connected to a corresponding one of data line pairs DT0, /DT0 to DT35, /DT35.
  • the redundancy bit line circuit RBC is connected to a spare data line pair DTS, /DTS.
  • the dynamic CAM 100' further includes a switch circuit 10 connected to IO line pairs IO0, /IO0 to IO35, /IO35, the data driver/amplifier circuit 9 connected to the switch circuit 10, data line potential fixed circuits 500 to 535 and 5S, a redundancy enable circuit 60, and a clock signal generator 20.
  • the switch circuit 10 includes switching circuits SW0 to SW35 each connected to a corresponding one of IO line pairs IO0, /IO0 to IO35, /IO35, and defect line program circuits 400 to 435. Each of the switching circuits SW0 to SW35 selects a normal line or a redundancy line in response to program signals NED0 to NED35 applied from the corresponding defect line program circuits 400 to 435.
  • the data line potential fixed circuits 500 to 535 for a normal line are also operated respectively in response to the program signals NED0 to NED35 applied from the defect line program circuits 400 to 435.
  • the high level program signal NED0 is provided by programming in the defect line program circuit 400. Since a PMOS transistor and an NMOS transistor provided in the data line potential fixed circuit 500 is turned on in response to the high level signal NED0, the lines DT0 and /DT0 are brought to a high level and a low level, respectively. In other words, the potential of the data lines DT0, /DT0 of the line having a defect is fixed.
  • the switching circuit SW0 is connected to the side of a data driver/amplifier circuit 9S for redundancy use.
  • redundancy line When the redundancy line is not used, two fuses in a data line potential fixed circuit 5S for redundancy use are connected between a power supply potential and a data line DTS and between a ground potential and a data line /DTS, respectively. Therefore, when the redundancy line is not used, the data lines DTS and /DTS are fixed to the power supply potential and the ground potential, respectively. On the other hand, when the redundancy line is used, the two fuses in the data line potential fixed circuit 5S for redundancy use are disconnected. As a result, potential fixation of the data line pair DTS, /DTS is removed, whereby the data line pair DTS, /DTS is activated by the data driver/amplifier circuit 9S for redundancy use.
  • the redundancy enable circuit 60 generates a high level redundancy enable signal SPA when a defect line exists, in other words, when the redundancy line is used.
  • the clock signal generator 20 decodes an externally applied instruction code to generate various timing control signals necessary in operations in the CAM array circuit described hereinafter.
  • Each of data driver/amplifier circuits 900 to 935 in a data writing operation, amplifies data signals applied from the corresponding IO line pairs IO0, /IO0 to IO35, /IO35 to apply the amplified signals to the data line pairs DT0, /DT0 to DT35, /DT35.
  • each of data driver/amplifier circuits 900 to 935 in a data reading operation, amplifies data signals on the corresponding data line pairs DT0, /DT0 to DT35, /DT35 to transfer the amplified signals to the corresponding IO line pairs.
  • FIG. 17 is a schematic diagram of the redundancy enable circuit 60 shown in FIG. 16.
  • the redundancy enable circuit 60 includes a PMOS transistor 61 and an NMOS transistor 62 configuring a CMOS inverter, a fuse 63 for programming connected between the transistors 61 and 62, a latch circuit 64, and an inverter 65.
  • the gates of the transistors 61 and 62 are connected to receive a reset signal /RST applied from the clock signal generator 20 shown in FIG. 16.
  • the redundancy enable signal SPA is provided through the inverter 65.
  • FIG. 18 is a schematic diagram of a defect line program circuit (400 as an example) shown in FIG. 16.
  • the redundancy line program circuit 400 also has the same circuit configuration as the redundancy enable circuit 60.
  • the program signal NED0 is provided through an inverter 48.
  • FIG. 15 is a timing chart for explaining operations of the redundancy enable circuit 60 and the defect line program circuit 400 shown in FIGS. 17 and 18. Referring to FIG. 15, the operations will now be described.
  • the redundancy enable circuit 60 provides the redundancy enable signal SPA shown by a solid line in FIG. 15 in response to rise of the power supply potential Vcc and the reset signal /RST.
  • the redundancy enable circuit 60 provides the signal SPA indicated by a dotted line in FIG. 15 without responding to the reset signal /RST.
  • the defect line program circuit 400 shown in FIG. 18 operates in the same manner.
  • a defect does not exist in a circuit related to the data line pair DT0, /DT0, a fuse 46 is left connected. Therefore, the defect line program circuit 400 provides the program signal NED0 shown in FIG. 15 in response to rise of the power supply potential Vcc and the reset signal /RST.
  • the defect line program circuit 400 provides the program signal NED0 indicated by a dashed line in FIG. 15 without responding to the reset signal /RST.
  • FIG. 19 is a schematic diagram of a normal bit line circuit NBC and a redundancy bit line circuit RBC shown in FIG. 16.
  • the normal bit line circuit NBC uses the bit line control circuit shown in FIG. 8 (the second embodiment).
  • the bit line control circuit shown in FIG. 19 further includes two fuses 19 provided on the bit lines BLa, /BLa, respectively.
  • the normal bit line circuit NBC is connected to the corresponding data line pair DT, /DT.
  • a switching circuit 20 is further provided for additionally controlling a transfer gate circuit 17S.
  • a low level redundancy enable signal SPA is applied.
  • the switching circuit 20 is turned off in response to the signal SPA, and provides a low level control signal to the transfer gate circuit 17S. Therefore, since the transfer gate circuit 17S is turned off, the bit line pair BLS, /BLS connected to the CAM cell array is always maintained at a low level (the power supply potential).
  • the redundancy circuit is used, the high level redundancy enable signal SPA is applied. Since the switching circuit 20 is turned on in response to the signal SPA, the transfer gate control signal TG is applied to the transfer gate circuit 17S through the switching circuit 20.
  • a data line potential fixed circuit 5S for redundancy use fixes the redundancy data lines DTS, /DTS to the power supply potential Vcc and the ground potential, respectively.
  • Vcc the power supply potential
  • the bit line pair BLa, /BLa connected to the side of the CAM cell array are always maintained at a high level (the power supply potential Vcc). Therefore, when the match detecting operation is carried out in the CAM cell array, the normal bit line circuit NBC having a defect is prevented from affecting a retrieval result.
  • the redundancy bit line circuit RBC when the redundancy circuit is not used, the low level redundancy enable signal SPA is provided. Therefore, since the transfer gate circuit 17S is turned off, the redundancy bit lines BLS, /BLS connected to the CAM cell array is always maintained at the power supply potential by function of the redundancy bit line charge circuit 16S. Therefore, a retrieval result is prevented from being affected by the CAM cell connected to the redundancy bit lines BLS, /BLS.
  • the redundancy data lines DTS, /DTS are fixed to the power supply potential and the ground potential, respectively, by function of the redundancy data line potential fixed circuit 5S. Therefore, increase in power consumption caused by repeated activation of a sense amplifier 14S for redundancy use can be prevented.
  • the transfer gate circuit 17S is turned on since the high level redundancy enable signal SPA is applied. Therefore, the redundancy bit line circuit RBC can carry out normal operations in place of the normal bit line circuit having a defect. In other words, the normal bit line circuit having a defect is equivalently replaced with the redundancy bit line circuit RBC.
  • FIG. 20 is a schematic diagram of a normal bit line circuit NBC' and a redundancy bit line circuit RBC, showing a further embodiment of the present invention.
  • the normal bit line circuit NBC' and the redundancy bit line circuit RBC' use the bit line control circuit shown in FIG. 13 (the third embodiment).
  • the normal bit line circuit NBC' includes the fuse 19 provided on the bit lines BLa, /BLa.
  • the redundancy bit line circuit RBC' further includes a switching circuit 21 operating in response to the redundancy enable signal SPA.
  • the switching circuit 21 provides the redundancy transfer gates circuit 17S and a second redundancy write circuit 18S with the transfer gate control signal TG and the write enable signal WT, respectively, when the high level redundancy enable signal SPA is applied. Since the basic operations in a circuit shown in FIG. 20 are the same as those in the circuit shown in FIG. 19, description will not be repeated.
  • FIG. 21 is a block diagram of a CAM array circuit showing a further embodiment of the present invention.
  • the CAM array circuit 200 shown in FIG. 16 included the CAM blocks 201 to 216 each having 36 normal bit line circuits NBC and a redundancy bit line circuit RBC.
  • a CAM array circuit 200a shown in FIG. 21 includes CAM blocks 201a to 216a each having 36 normal bit line circuits NBC and two redundancy bit line circuits RBC1, RBC2. Since a CAM array circuit 200b having the same circuit configuration as the CAM array circuit 200a is provided, the CAM array circuit 200' is meant to include 32 CAM blocks in total.
  • each CAM block for example, 209a includes two redundancy bit line circuits RBC1 and RBC2
  • a redundancy data line potential fixed circuit 5S' includes four fuses for fixing two redundancy data line pairs connected to the redundancy bit line circuits RBC1 and RBC2. Since the basic operations in the CAM array circuit 200' shown in FIG. 21 are the same as those in the CAM array circuit 200 shown in FIG. 16, description will not be repeated.
  • bit line control circuit shown in FIGS. 3, 8 and 13 necessary operation in a dynamic CAM which may be expected to require complicated control in general can be implemented by an extremely simple circuit and by simple timing control. Furthermore, by using these bit line control circuits in a manner shown, for example, in FIGS. 19 and 20, a useful redundancy circuit for a dynamic CAM can be implemented. As a result, a dynamic CAM necessary to carry out retrieval of a large amount of data can be provided in due consideration of improvement of the yield rate in production.

Abstract

A bit line control circuit is disclosed for implementing a dynamic content addressable memory. The bit line control circuit includes a read circuit 12 and a first write circuit 13 connected to data line pairs DT, /DT, a sense amplifier 14, a bit line discharge circuit 15, a bit line charge circuit 16, a transfer gate circuit 17, and a second write circuit 18. The bit line control circuit is connected to a CAM cell array through bit lines BLa, /BLa. Various operations such as write, read, refresh and match detection and the like necessary in the dynamic associative memory can be implemented under simple timing control by a simple circuit configuration.

Description

BACKGROUND OF THE INVENTION
1. Field of the Invention
The present invention generally relates to associative memory devices, and more particularly, to an associative memory device having dynamic associative memory cells. The present invention has particular applicability to content addressable memories (CAMs).
2. Description of the Background Art
Retrieval processing of a large amount of data at a high speed has been in greater demand recently. As a functional memory suitable for retrieval processing of a large amount of data, an associative memory called content addressable memory (hereinafter referred to as "CAM") is conventionally known. The CAM detects match between applied retrieval data and stored data to provide an address (referred to as "match address") of the stored data whose match was detected.
Conventionally, a bit serial type CAM, a complete parallel type CAM and the like are known as CAMs. A bit serial type CAM makes comparison of retrieval data with stored data bit by bit. A complete parallel type CAM makes comparison of retrieval data with stored data for all bits in parallel. Therefore, the complete parallel type CAM can carry out a match retrieving operation at the highest speed. In other words, the complete parallel type CAM can operate retrieval processing at a speed which is several hundreds times faster compared to match retrieval processing by conventional software Therefore, the complete parallel type CAM can be applied to various fields such as artificial intelligence, data base system and the like where it is necessary to carry out a match retrieving operation frequently.
However, in order to implement a complete parallel type CAM having practical large storage capacity, some technical problems are left unsolved. One example of the technical problems is that it is difficult to reduce an area occupied by a memory cell on a semiconductor substrate. In other words, since a complete parallel type CAM carries out a match retrieving operation for all bits in parallel between applied retrieval data and stored data, it is necessary for each CAM cell (or each associative memory cell) to include a data storage circuit and a match detecting circuit.
Since a static CAM includes a static latch circuit as a data storage circuit and an EXCLUSIVE NOR circuit as a match detecting circuit, an area occupied by a CAM on a semiconductor substrate is large. Therefore, the storage capacity of a high integration CAM reported so far is at most 20 k bits. In order to reduce the area occupied by the CAM cell on the semiconductor substrate, it is preferable to use a dynamic CAM cell in place of a static CAM cell. The following description is given of a conventionally known dynamic CAM.
A retrieving operation in a CAM will now be described. FIG. 22 is a concept diagram for explaining a retrieving operation in a CAM. For simplicity of description, FIG. 22 shows a CAM cell array 4 of 10-word-by-8-bit configuration. Referring to FIG. 22, the CAM includes the CAM cell array 4, a retrieval data register 2 for applying retrieval data to the CAM cell array 4, a match flag register 5 for retaining a match flag indicative of a retrieval result, and a priority encoder 6.
For example, it is assumed that the memory cell array 4 stores 10-word data shown in FIG. 22. In addition, it is assumed that the retrieval data register 2 applies retrieval data "1011XXXX" to the memory cell array 4. Each "X" indicates that a corresponding bit in the retrieval data is masked. More specifically, less significant four bits of the retrieval data are masked in this example. Therefore, data in the masked less significant four bits don't affect the match detecting result.
Therefore, match is detected between applied retrieval data and each of the third, the sixth and the tenth stored data, and match flags "0" are set in corresponding positions in the match flag register 5, respectively. The match flags are further applied to the priority encoder 6, causing a word of the highest priority of the third, the sixth and the tenth words in this example, that is, the third word having the lowest address in this example to be selected and causing the address "2" thereof to be provided as a match address. It is pointed out that the above-described priority may be determined optionally, although it is predetermined in this example.
FIG. 23 is a schematic diagram of a circuit of a conventional dynamic CAM cell. The circuit shown in FIG. 23 is disclosed in Proceedings of CICC '91, pp. 10-13. Referring to FIG. 23, the dynamic CAM cell includes capacitors 36, 37 for storing data signal electrical charge, NMOS transistors 30, 31 for writing data, NMOS transistors 32, 33 for configuring an EXCLUSIVE NOR circuit, and an NMOS transistor 34 operating as a diode. The data signal electrical charge is stored by the capacitors 36 and 37 and gate capacitance of the transistors 32 and 33. A cell plate voltage Vcp (=Vcc/2) is applied to one electrode of the capacitors 36 and 37. The gates of the transistors 30 and 31 are connected to a word line WL. One electrode of the transistors 30 and 32 is connected to a bit line BL. One electrode of the transistors 31 and 33 is connected to a bit line /BL. One electrode and the gate of the transistor 34 are connected to a match line ML.
FIGS. 24A and 24B are schematic diagrams of circuits for explaining write and read operations in the dynamic CAM cell. FIGS. 25A and 25B are schematic diagrams of circuits for explaining a match detecting operation. Referring to FIGS. 24A, 24B, 25A and 25B, description will be given below of operations of the dynamic CAM cell.
Referring to FIG. 24A, the write operation is carried out as in the following. First, the bit lines BL, /BL are brought to potentials inverted to each other in response to a data signal to be written. Since the word line WL is activated, the potentials of the bit lines BL, /BL are applied to the capacitors 36, 37 through the transistors 30, 31, respectively. The word line WL attains a low level, and the transistors 30 and 31 are turned off, causing the data signal electrical charge to be retained by the capacitors 36 and 37. The potential of the match line ML is maintained at a low level during the write operation.
Referring to FIG. 24B, the read operation is carried out as in the following. First, a bit line pair BL, /BL is discharged, and a high level potential is applied to the match line ML. For example, assuming that the CAM cell stores the data signal shown in FIG. 24B, the transistor 32 is turned on, while the transistor 33 is turned off. Therefore, the bit line BL is caused to be connected to the match line ML through the transistors 32 and 34, resulting in a high level of the potential of the bit line BL. On the other hand, the potential of the bit line /BL is retained at a low level. During the above-described read operation, the word line WL is not activated.
Referring to FIG. 25A, the match detecting operation is carried out as in the following. First, the bit lines BL, /BL and the match line ML are precharged to a high level potential. As one example, it is assumed that data shown in FIG. 25A is stored in the CAM cell, and that retrieval data is applied to the bit lines BL, /BL. More specifically, since match is detected between the stored data and the retrieval data in this case, neither the transistor 32 nor the transistor 33 is turned on, and the potential of the match line ML is remained at a high level.
Conversely, when an inverted retrieval data signal is applied to the bit lines BL, /BL, mismatch is detected between the retrieval data and the stored data. In other words, as shown in FIG. 25B, the transistor 32 is turned on, and the transistor 33 is turned off. Therefore, the match line ML is discharged through the transistors 32 and 34, resulting in attaining a low level. As described above, after applying a retrieval data signal to the bit lines BL, /BL, "match" or "mismatch" may be detected between the retrieval data and the stored data by detecting potential change of the match line ML.
A conventional static CAM cell, not shown, uses a latch circuit for storing data. On the other hand, a dynamic CAM cell includes two capacitors 36 and 37 for storing data as shown in FIG. 23. By using two capacitors 36 and 37 for storing data in place of a latch circuit, the dynamic CAM cell, compared to the static CAM cell, is reduced in the number of necessary elements, and it is, therefore, suitable for high integration of the CAM.
However, a circuit necessary for accessing such a dynamic CAM cell has not been proposed yet, although a circuit of the dynamic CAM cell shown in FIG. 23 has been conventionally known. A different circuit from the static CAM cell using a latch circuit is needed especially because of employment of the two capacitors 36, 37 for storing data.
For example, a periodical refresh operation is needed to prevent stored data from being lost by leakage of electrical charge from the two capacitors 36, 37 which store data signals. Therefore, a refresh circuit which is not provided in the static CAM is needed. However, it has not been known specifically what type of circuit is suitable for the dynamic CAM. In particular, since the dynamic CAM, compared to a general dynamic RAM conventionally known, carried out complicated operations such as a match detecting operation, for example, it was generally difficult to implement a peripheral circuit of the dynamic CAM cell in a simplified circuit configuration.
Enhancement of the yield rate in production which is expected as high integration of the CAM must be taken into consideration. More specifically, although a redundancy circuit for use in a dynamic RAM has been conventionally known, a practical circuit configuration for redundancy use in a dynamic CAM has not been known. Therefore, in order to prevent lowering of the yield rate with high integration of the CAM in the near future, a practical and effective redundancy circuit has been desired.
SUMMARY OF THE INVENTION
One object of the present invention is to provide a dynamic content addressable memory device.
Another object of the present invention is to implement a dynamic content addressable memory device by a simplified circuit configuration.
Still another object of the present invention is to provide a dynamic content addressable memory device operating under simplified control.
A further object of the present invention is to improve the yield rate in production of dynamic content addressable memory devices.
Briefly, the dynamic content addressable memory device according to the present invention includes a plurality of dynamic associative memory cells arranged in rows and columns, a plurality of bit line pairs each connected to associative memory cells in a corresponding column, a plurality of data line pairs respectively connected to the plurality of bit line pairs, a plurality of word lines each connected to associative memory cells in a corresponding row, a plurality of match detecting lines each connected to associative memory cells in a corresponding row, a plurality of bit line pair driving circuits each connected to a corresponding bit line pair and responsive to a signal on a corresponding data line pair for driving the corresponding bit line pair, a plurality of sense amplifiers each connected to a corresponding bit line pair and responsive to a sense amplifier activating signal for amplifying a data signal on the corresponding bit line pair, and a plurality of data line pair driving circuits each connected to a corresponding bit line pair and responsive to a signal on a corresponding bit line pair for driving a corresponding data line pair.
In operations, since the plurality of bit line pair driving circuits, the plurality of sense amplifiers and the plurality of data line pair driving circuits are respectively connected to the plurality of bit line pairs, read, write and refresh operations necessary in a dynamic content addressable memory device can be implemented in a simple circuit configuration.
According to another aspect of the present invention, the dynamic content addressable memory device includes a plurality of associative memory cells arranged in rows and columns, a plurality of bit line pairs each connected to associative memory cells in a corresponding column, a plurality of match detecting lines each connected to an associative memory cells in a corresponding row, a plurality of bit line pair driving circuits each connected to a corresponding bit line pair and responsive to an applied comparison data signal for driving the corresponding bit line pair, and a match detecting line charge circuit for charging the plurality of match detecting lines to a predetermined potential. Each associative memory cell includes a capacitor for storing a data signal, and a comparating circuit for comparing a comparison data signal applied through a corresponding bit line pair with the data signal stored by the capacitor to change a potential of a corresponding match detecting line.
In operations, the plurality of bit line driving circuits are respectively connected to the plurality of bit line pairs, and the match detecting line charge circuit is provided for charging the plurality of match detecting lines. Therefore, a match detecting operation necessary in the dynamic content addressable memory device can be implemented in a simple circuit configuration.
According to still another aspect of the present invention, the dynamic content addressable memory device includes a plurality of associative memory cells arranged in rows and columns, a plurality of bit line pairs each connected to associative memory cells in a corresponding column, a plurality of word lines each connected to associative memory cells in a corresponding row, a plurality of match detecting lines each connected to associative memory cells in a corresponding row, and a plurality of amplifiers each connected to a corresponding bit line pair for amplifying a data signal on the corresponding bit line pair. Each associative memory cell includes a capacitor for storing a data signal, a first switching circuit responsive to a signal on a corresponding word line for providing a data signal on a corresponding bit line pair to the capacitor, and a second switching circuit responsive to a signal on a corresponding match detecting line for applying the data signal stored by the capacitor to a corresponding bit line pair. The dynamic content addressable memory device further includes a refresh control circuit responsive to a refresh instructing signal for activating a match detecting line selected by an address signal, amplifiers and a word line selected by the address signal in this order.
In operations, the plurality of amplifiers are respectively connected to the plurality of bit line pairs, and the refresh control circuit is provided for activating the match detecting line, the amplifiers and the word line in this order in response to the refresh instructing signal. Therefore, a refresh operation necessary in the dynamic content addressable memory device can be implemented in a simple circuit configuration.
According to a further aspect of the present invention, the dynamic content addressable memory device includes a plurality of dynamic associative memory cells arranged in rows and columns, a plurality of bit line pairs each connected to associative memory cells in a corresponding column, a plurality of data line pairs respectively connected to the plurality of bit line pairs a plurality of word lines each connected to associative memory cells in a corresponding row, a plurality of match detecting lines each connected to associative memory cells in a corresponding row, a plurality of bit line pair driving circuits each connected to a corresponding bit line pair and responsive to a signal on a corresponding data line pair for driving the corresponding bit line pair, a plurality of sense amplifiers each connected to a corresponding bit line pair and responsive to a sense amplifier activating signal for amplifying a data signal on the corresponding bit line pair, and a plurality of data line pair driving circuits each connected to a corresponding bit line pair and responsive to a signal on the corresponding bit line pair for driving a corresponding data line pair. The plurality of bit line pairs include a predetermined redundancy bit line pair for redundancy use. The dynamic content addressable memory device further includes a redundancy access disable circuit connected to the redundancy bit line pair for disabling access to associative memory cells connected to the redundancy bit line pair in a normal access state, a plurality of normal access disable circuits each connected to a corresponding bit line pair except for a redundancy bit line pair for selectively disabling access to associative memory cells connected to the corresponding bit line pair when a defect is generated, and a redundancy disable releasing element for releasing disable function by the redundancy disable circuit when a defect is generated.
In operations, in the normal access state, the redundancy access disable circuit disables access to memory cells connected to the redundancy bit line pair. The redundancy disable releasing element releases disable function by the redundancy access enable circuit when a defect is generated. Therefore, it is possible to improve the yield rate in production of dynamic content addressable memory devices.
The foregoing and other objects, features, aspects and advantages of the present invention will become more apparent from the following detailed description of the present invention when taken in conjunction with the accompanying drawings.
BRIEF DESCRIPTION OF THE DRAWINGS
FIG. 1 is a block diagram of a dynamic CAM showing one example of the present invention.
FIG. 2 is a circuit block diagram of the memory array and the bit line control circuit shown in FIG. 1.
FIG. 3 is a schematic diagram of a bit line control circuit shown in FIG. 2.
FIG. 4 is a timing chart for explaining a write operation of the bit line control circuit shown in FIG. 3.
FIG. 5 is a timing chart for explaining a read operation of the bit line control circuit shown in FIG. 3.
FIG. 6 is a timing chart for explaining a refresh operation of the bit line control circuit shown in FIG. 3.
FIG. 7 is a timing chart for explaining a match detecting operation of the bit line control circuit shown in FIG. 3.
FIG. 8 is a schematic diagram of a bit line control circuit showing another embodiment of the present invention.
FIG. 9 is a timing chart for explaining a write operation of the bit line control circuit shown in FIG. 8.
FIG. 10 is a timing chart for explaining a read operation of the bit line control circuit shown in FIG. 8.
FIG. 11 is a timing chart for explaining a refresh operation of the bit line control circuit shown in FIG. 8.
FIG. 12 is a timing chart for explaining a match detecting operation of the bit line control circuit shown in FIG. 8.
FIG. 13 is a schematic diagram of a bit line control circuit showing still another embodiment of the present invention.
FIG. 14 is a timing chart for explaining write and read operations of the bit line control circuit shown in FIG. 13.
FIG. 15 is a timing chart for explaining operations of a redundancy enable circuit and a defect line program circuit shown in FIGS. 17 and 18.
FIG. 16 is a circuit block diagram of a dynamic CAM showing a further embodiment of the present invention.
FIG. 17 is a schematic diagram of a redundancy enable circuit shown in FIG. 16.
FIG. 18 is a schematic diagram of a defect line program circuit shown in FIG. 16.
FIG. 19 is a schematic diagram of a normal bit line circuit and a redundancy bit line circuit shown in FIG. 16.
FIG. 20 is a schematic diagram of a normal bit line circuit and a redundancy bit line circuit showing a further embodiment of the present invention.
FIG. 21 is a block diagram of a CAM array circuit showing a further embodiment of the present invention.
FIG. 22 is a concept diagram for explaining a retrieval operation in the CAM.
FIG. 23 is a schematic diagram of a circuit of a conventional dynamic CAM cell.
FIGS. 24A and 24B are schematic diagrams of circuits for explaining read and write operations in a dynamic CAM cell.
FIGS. 25A and 25B are schematic diagram of circuits for explaining a match detecting operation in a dynamic CAM cell.
DESCRIPTION OF THE PREFERRED EMBODIMENTS
Referring to FIG. 1, a dynamic CAM 100 includes a CAM cell array 4 having a circuit configuration of m words x n bits, and a bit line control circuit 8 for controlling potentials of bit lines (not shown) in the CAM cell array 4. An address decoder 7 decodes an external address to selectively activate one of m word lines, not shown. A match flag register 5 retains a match flag indicative of a retrieval result provided from the CAM cell array 4. A priority encoder 6 receives the match flag provided from the match flag register 5 to provide a match address determined in accordance with a predetermined priority.
The dynamic CAM 100 further includes a write/read circuit 1 for input/output of data, a retrieval data register 2 for temporarily retaining retrieval data, a mask data register 3, a switch circuit 10, a data driver/amplifier 9, and a clock signal generator 20 for decoding an externally applied instruction code to generate various clock signals. Control signals or clock signals RT, WT, SE, BLH, BLL, TG and the like necessary in circuit operations described below are generated by the clock signal generator 20 by decoding the instruction code. It is pointed out that the retrieval data register 2, the CAM cell array 4, the match flag register 5 and the priority encoder 6 correspond to the circuit configuration shown in FIG. 22 and that have the similar function.
In a retrieval operation, first, n-bit retrieval data is applied to the retrieval data register 2 through the write/read circuit 1. The retrieval data retained in the retrieval data register 2 is applied to the CAM cell array 4 through the mask data register 3, the switch circuit 10, the data driver/amplifier 9 and the bit line control circuit 8. The match retrieval operation is carried out in the CAM cell array 4, and a match flag indicative of a match retrieval result it applied to the match flag register 5. The priority encoder 6 receives the match flag through the match flag register 5. When the match flag indicative of a plurality of word lines is applied, the priority encoder 6 determines one word of the plurality of words in accordance with a predetermined priority. The address of the determined word is encoded in the priority encoder 6 to be provided as a match address.
The match address provided from the priority address encoder 6 is also applied to the address decoder 7 if necessary. As a result, writing or reading of data may be carried out with regard to the CAM cells of a word in the CAM cell array 4 where match is detected The mask data register 3 masks part of n-bit retrieval data if necessary, and in some cases, the mask data register 3 retains a mask control bit or bits for rewriting only a desired bit or bits of n-bit data.
FIG. 2 is a circuit block diagram of the CAM cell array 4 and the bit line control circuit 8 shown in FIG. 1. Referring to FIG. 2, the CAM cell array 4 includes a plurality of dynamic CAM cells MC arranged in rows and columns, a plurality of bit line pairs BLl, /BLl to BLn, /BLn each connected to a CAM cell in a corresponding column, a plurality of word lines WLl to WLm each connected to a CAM cell in a corresponding row, and a plurality of match lines MLl to MLm each connected to a CAM cell in a corresponding row. Each CAM cell has a circuit configuration shown in FIG. 23. The match lines MLl to MLm are connected to the match flag register 5 and a match line control circuit 11 shown in FIG. 1.
The bit line control circuit 8 includes n bit line control circuits 8l to 8n each connected to a corresponding one of bit line pairs BLl, /BLl to BLn, /BLn. The bit line control circuits 8l to 8n are connected to data line pairs DTl, /DTl to DTn, /DTn, respectively. Description will be given in detail of the bit line control circuits 8l to 8n hereinafter.
FIG. 3 is a schematic diagram of a bit line control circuit shown in FIG. 2. Referring to FIG. 3, the bit line control circuit includes a read circuit 12, a write circuit 13, a sense amplifier 14, a bit line discharge circuit 15 and a bit line charge circuit 16 connected to a bit line pair BL, /BL, respectively. For reference, a CAM cell connected to the bit line pair BL, /BL is shown. The read circuit 12 and the write circuit 13 are connected to the data line pair DT, /DT configuring a data bus.
The read circuit 12 is enabled in response to a read enable signal RT and drives the data line pair DT, /DT in response to a signal on the bit line pair BL, /BL. On the other hand, the write circuit 13 is enabled in response to a write enable signal WT, and drives the bit line pair BL, /BL in response to a signal on the data line pair DT, /DT.
The sense amplifier 14 is activated in response to sense amplifier activating signals SE and /SE to amplify a potential difference between the bit lines BL, /BL. The bit line discharge circuit 15 discharges the bit line pair BL, /BL in response to a discharge control signal BLL. On the other hand, the bit line charge circuit 16 charges the bit line pair BL, /BL in response to a charge control signal BLH.
Operations of the bit line control circuit shown in FIG. 3 will be described hereinafter referring to a timing chart. Referring to FIG. 4, a write operation to the CAM cell is carried out as in the following. First, in a standby state, the match line control circuit 11 shown in FIG. 1 brings the potential of the match line ML to a high level. In addition to this, the bit line charge circuit 16 is activated in response to the high level signal BLH, causing the bit line pair BL, /BL to be charged to a high level.
At time T0, the match line control circuit 11 renders the potential of all the match lines ML to be a low level, and activation of the bit line charge circuit 16 is completed in response to rise of the signal BLH. In addition, the bit line discharge circuit 15 is enabled in response to rise of the signal BLL, and the bit line pair BL, /BL is discharged.
At time Tl, the match line control circuit 11 activates a match line ML selected by an external address signal. In response to activation of the match line ML, a potential difference based on the stored data signal appears on the bit lines BL or /BL.
A data drive/amplifier circuit 9 shown in FIG. 1 applies a write data signal to the data line pair DT, /DT in response to externally applied data. At time T3, the write enable signal WT is activated and the write circuit 13 is enabled. The write circuit 13 drives the bit line pair BL, /BL in response to the write data signal on the data line pair DT, /DT. In other words, the write circuit 13 selectively pulls down one of the bit lines BL and /BL in response to a data signal to be written.
When a data signal stored in the CAM cell matches the data signal on the data lines DT, /DT, the potential of the bit line BL (DT=0) little changes after time T3, as shown in FIG. 4. On the other hand, when a stored data signal does not match the write data signal, the bit line pair BL, /BL are discharged through a discharge path in the write circuit 13 formed by activation of the write enable signal WT to be brought to a ground potential.
At time T4, the sense amplifier 14 is activated in response to the sense amplifier activating signals SE and /SE. Since one of the bit lines BL, /BL has been brought to the ground potential in response to the write data signal by time T4, an amplified write data signal is applied onto the bit lines BL, /BL after activation of the sense amplifier 14.
At time T6, since the address decoder 7 shown in FIG. 1 activates the word line WL selected by external address signal, a data signal on the bit line pair BL, /BL is written in the CAM cell. During the above-described write operation, the read enable signal RT is maintained at a low level.
Referring to FIG. 5, a read operation will now be described. In the read operation, the data driver/amplifier circuit 9 shown in FIG. 1 applies the ground potential to the data line pair DT, /DT. As a result, since the write circuit 13 is not activated regardless of the potential of the write enable signal WT, the discharge path of the bit lines BL, /BL is not formed. This means that the read operation of data stored in the CAM cell may be carried out by applying the similar control signal as in the read operation shown in FIG. 4 with the data line pair DT, /DT retained at the ground potential.
Therefore, as shown in FIG. 5, the same control signals ML, WT and SE as in the write operation are applied, and the data line pair DT, /DT are retained at the ground potential until immediately before time T6. After the data line pair DT, /DT are brought to a high impedance state (Hi-Z) immediately before time T6, the read enable signal RT is activated at time T6. The read circuit 12 activates the data line pair DT, /DT in response to a signal on the bit line pair BL, /BL, whereby the data signal stored in the CAM cell is meant to have been applied onto the data line pair DT, /DT.
Referring to FIG. 6, a refresh operation will now be described. Also in the refresh operation, with the data line pair DT, /DT retained at the ground potential, the same control signals ML, WT, SE and WL as the write operation shown in FIG. 4 are applied. Therefore, the data signal stored in the CAM cell is read onto the bit line pair BL, /BL to be amplified by the sense amplifier 14. The amplified data signal is written to the same CAM cell again.
It is pointed out that the above-described refresh operation may be applied to a partial write operation. In other words, after selectively retaining at the ground potential the data line pair DT, /DT connected to CAM cells storing data not to be rewritten, that is, to be retained, of n-bit data configuring one word, a control signal shown in FIG. 6 is applied. A data signal stored in the CAM cell connected to the data line pair DT, /DT retained at the ground potential is refreshed only and not rewritten to different data. CAM cells connected to the other bit pairs are rewritten in accordance with data signals applied to respective data line pairs from the circuit 9 shown in FIG. 1. In other words, the refresh operation can be said to be the partial write operation in a manner with all of n bits masked.
Referring to FIG. 7, a match detecting operation will now be described. First, the match line control circuit 11 shown in FIG. 1 precharges the match line ML in response to an externally applied address signal. At time Tl, the write enable signal WT is activated. In response to rise of the signal WT, the write circuit 13 is enabled. The write circuit drives the bit line pair BL, /BL in response to a retrieval data signal on the data line pair DT, /DT. Therefore, the retrieval data signal is transmitted to the CAM cell through the bit line pair BL, /BL. The match detecting operation shown in FIG. 25A or 25B is carried out in the CAM cell, and the potential of the precharged match line ML is changed in response to a match detecting result. The potential of the match line ML is amplified by an amplifying circuit, not shown, at time T2.
On the other hand, when a mask retrieval operation is carried out, a data line pair corresponding to a bit which should not be considered in the retrieval operation is maintained to be the ground potential. As a result, the discharge path of the bit lines BL, /BL is not formed in the write circuit 13, whereby the bit line pair of the masked retrieval data is retained at a high level during the match detecting operation. Therefore, the CAM cell to which a masked retrieval data signal is applied does not discharge the match line ML independent of a stored data signal. In other words, as for the masked bit, even if what data signals are stored in the CAM cell, it is regarded that "match" was detected.
As can be seen from timing charts of FIGS. 4 to 7, it is pointed out that substantially the same control signals are applied in any of write, read, refresh and match detecting operations in the dynamic CAM. In addition to this, substantially the same control signals are also used in the mask retrieval operation and the partial write operation. More specifically, a practical and effective dynamic CAM can be provided by using a bit line control circuit shown in FIG. 3 without requiring special timing control in order to carry out various operations in the dynamic CAM.
FIG. 8 is a schematic diagram of a bit line control circuit showing another embodiment of the present invention. Compared to the circuit shown in FIG. 3, the bit line control circuit shown in FIG. 8 further includes a transfer gate circuit 17 for promoting an amplifying operation by the sense amplifier 14. The transfer gate circuit 17 is provided on a bit line between the bit line discharge circuit 15 and the bit line charge circuit 16. When the sense amplifier 14 is activated, the transfer gate circuit 17 is turned off in response to a low level control signal TG. As a result, since bit lines BLa, /BLa connected to the CAM cell array is electrically separated from the sense amplifier 14 by function of the transfer gate circuit 17, a load to be amplified by the sense amplifier 14 can be reduced. Therefore, a high speed amplification by the sense amplifier 14 can be achieved.
FIGS. 9 to 12 are timing charts for explaining a write operation, a read operation, a refresh operation and a match detecting operation of the bit line control circuit shown in FIG. 8, respectively. As can be seen from these timing charts, basic operations in the bit line control circuit shown in FIG. 8 are the same as those in the bit line control circuit shown in FIG. 3. However, as can be seen from comparison with timing charts shown in FIGS. 4 to 7, the timing charts shown in FIGS. 9 to 12 include a newly added control signal TG for the transfer gate circuit 17.
Referring to FIG. 9, in the write operation, the transfer gate control signal TG attains a low level in a period between times T2 and T5. In the other time periods, since the control signal TG is at a high level, the bit line control circuit shown in FIG. 8 is electrically equivalent to that shown in FIG. 3 in the other time periods. As shown in FIG. 9, after the electrical charge stored in the CAM cell at time Tl is applied onto the bit line pair BLa, /BLa, the control signal TG attains a low level at time T2. Since the transfer gate circuit 17 is turned off, the sense amplifier 14 is electrically separated from the bit lines BLa, /BLa connected to the CAM cell array. After the sense amplifier 14 is activated at time T4, the control signal TG is caused to rise at time T5. Therefore, a signal fully amplified by the sense amplifier 14 is transmitted to the bit lines BLa, /BLa connected to the CAM cell array through the transfer gate circuit 17.
Also in the read operation shown in FIG. 10 and the refresh operation shown in FIG. 11, the control signal TG is caused to fall and rise at the same timings T2 and T5 as those in the write operation shown in FIG. 9. Therefore, also in these operations, a high speed amplification by the sense amplifier 14 can be obtained.
In the match detecting operation, as shown in FIG. 12, the control signal TG is retained at a high level. Therefore, the transfer gate circuit 17 continues to be conductive, and substantially the same operation as the match detecting operation shown in FIG. 7 is carried out.
FIG. 13 is a schematic diagram of a bit line control circuit showing still another embodiment of the present invention. Compared to that shown in FIG. 8 (the second embodiment), the bit line control circuit shown in FIG. 13 further includes a second write circuit 18 on the bit lines BLa, /BLa between the transfer gate circuit 17 and the bit line charge circuit 16. The first and the second write circuits 13 and 18 are enabled in response to the commonly applied write enable signal WT. By additionally providing the second write circuit 18, a retrieval data signal applied from the data line pair DT, /DT can be rapidly transmitted to the bit lines BLa, /BLa of the CAM cell array in the match detecting operation. In other words, in the match detecting operation, since the retrieval data signal can be transmitted to the bit lines BLa, /BLa of the CAM cell array without going through the transfer gate circuit 17, the match detecting operation in the CAM cell array may be started earlier than the case shown in FIG. 8.
FIG. 14 is a timing chart for explaining the write operation and the read operation of the bit line control circuit shown in FIG. 13. Both of the write operation and the read operation can be explained by the timing chart shown in FIG. 14. A write enable signal RT is continually retained at a low level in the write operation, while it attains a high level in a period between times T6 and T7 in the read operation. The other timing control is the same in the write operation and the read operation. However, since the second write circuit 18 is additionally provided, the manner of potential change in the bit line is different.
The refresh operation and the match detecting operation by the bit line control circuit shown in FIG. 13 can be explained by timing charts shown in FIGS. 11 and 12, respectively. As has been already pointed out, since the second write circuit 18 is additionally provided i the bit line control circuit shown in FIG. 13, the retrieval data signal applied from the data lines DT, /DT can be transmitted to the bit lines BLa, /BLa connected to the CAM cell array at a higher speed.
As can be seen from comparison of all the timing charts described above, the write, the read, and the refresh operations for the dynamic CAM can be carried out under substantially the same timing control even when any bit line control circuit shown in FIGS. 3, 8 or 13 is used. The match detecting operation can also be carried out under the simplified timing control. In other words, by using the bit line control circuit shown in FIGS. 3, 8 or 13, a necessary operation in a dynamic CAM which may be expected to require complicate control in general can be implemented by an extremely simple timing control (that is, substantially the same timing control) and a simplified circuit.
The following description will be given of a redundancy circuit configuration in a dynamic CAM using the bit line control circuit shown in FIGS. 8 and 13.
FIG. 16 is a circuit block diagram of a dynamic CAM showing a further embodiment of the present invention. Referring to FIG. 16, a dynamic CAM 100' includes a CAM array circuit 200 having 16 CAM blocks 201 to 216 in total. Each of the CAM blocks 201 to 216 includes 36 normal bit line circuits NBC and a redundancy bit line circuit RBC. Each normal bit line circuit NBC is connected to a corresponding one of data line pairs DT0, /DT0 to DT35, /DT35. The redundancy bit line circuit RBC is connected to a spare data line pair DTS, /DTS.
The dynamic CAM 100' further includes a switch circuit 10 connected to IO line pairs IO0, /IO0 to IO35, /IO35, the data driver/amplifier circuit 9 connected to the switch circuit 10, data line potential fixed circuits 500 to 535 and 5S, a redundancy enable circuit 60, and a clock signal generator 20. The switch circuit 10 includes switching circuits SW0 to SW35 each connected to a corresponding one of IO line pairs IO0, /IO0 to IO35, /IO35, and defect line program circuits 400 to 435. Each of the switching circuits SW0 to SW35 selects a normal line or a redundancy line in response to program signals NED0 to NED35 applied from the corresponding defect line program circuits 400 to 435.
The data line potential fixed circuits 500 to 535 for a normal line are also operated respectively in response to the program signals NED0 to NED35 applied from the defect line program circuits 400 to 435. For example, when a defect exists in a circuit related to the data lines DT0, /DT0, the high level program signal NED0 is provided by programming in the defect line program circuit 400. Since a PMOS transistor and an NMOS transistor provided in the data line potential fixed circuit 500 is turned on in response to the high level signal NED0, the lines DT0 and /DT0 are brought to a high level and a low level, respectively. In other words, the potential of the data lines DT0, /DT0 of the line having a defect is fixed. On the other hand, in response to the high level signal NED0, the switching circuit SW0 is connected to the side of a data driver/amplifier circuit 9S for redundancy use.
When the redundancy line is not used, two fuses in a data line potential fixed circuit 5S for redundancy use are connected between a power supply potential and a data line DTS and between a ground potential and a data line /DTS, respectively. Therefore, when the redundancy line is not used, the data lines DTS and /DTS are fixed to the power supply potential and the ground potential, respectively. On the other hand, when the redundancy line is used, the two fuses in the data line potential fixed circuit 5S for redundancy use are disconnected. As a result, potential fixation of the data line pair DTS, /DTS is removed, whereby the data line pair DTS, /DTS is activated by the data driver/amplifier circuit 9S for redundancy use.
The redundancy enable circuit 60 generates a high level redundancy enable signal SPA when a defect line exists, in other words, when the redundancy line is used. The clock signal generator 20 decodes an externally applied instruction code to generate various timing control signals necessary in operations in the CAM array circuit described hereinafter.
Each of data driver/amplifier circuits 900 to 935, in a data writing operation, amplifies data signals applied from the corresponding IO line pairs IO0, /IO0 to IO35, /IO35 to apply the amplified signals to the data line pairs DT0, /DT0 to DT35, /DT35. On the other hand, each of data driver/amplifier circuits 900 to 935, in a data reading operation, amplifies data signals on the corresponding data line pairs DT0, /DT0 to DT35, /DT35 to transfer the amplified signals to the corresponding IO line pairs.
FIG. 17 is a schematic diagram of the redundancy enable circuit 60 shown in FIG. 16. Referring to FIG. 17, the redundancy enable circuit 60 includes a PMOS transistor 61 and an NMOS transistor 62 configuring a CMOS inverter, a fuse 63 for programming connected between the transistors 61 and 62, a latch circuit 64, and an inverter 65. The gates of the transistors 61 and 62 are connected to receive a reset signal /RST applied from the clock signal generator 20 shown in FIG. 16. The redundancy enable signal SPA is provided through the inverter 65.
FIG. 18 is a schematic diagram of a defect line program circuit (400 as an example) shown in FIG. 16. The redundancy line program circuit 400 also has the same circuit configuration as the redundancy enable circuit 60. The program signal NED0 is provided through an inverter 48.
FIG. 15 is a timing chart for explaining operations of the redundancy enable circuit 60 and the defect line program circuit 400 shown in FIGS. 17 and 18. Referring to FIG. 15, the operations will now be described. When a defect does not exist in any of circuits related to the data line pairs DT0, /DT0 to DT35, /DT35, in other words, when a redundancy circuit is not used, the fuse 63 in the redundancy enable circuit 60 is left connected. Therefore, since the transistors 61 and 62 operate as CMOS inverters, the redundancy enable circuit 60 provides the redundancy enable signal SPA shown by a solid line in FIG. 15 in response to rise of the power supply potential Vcc and the reset signal /RST. Conversely, when the redundancy circuit is used, the fuse 63 is disconnected. Therefore, the redundancy enable circuit 60 provides the signal SPA indicated by a dotted line in FIG. 15 without responding to the reset signal /RST.
On the other hand, the defect line program circuit 400 shown in FIG. 18 operates in the same manner. When a defect does not exist in a circuit related to the data line pair DT0, /DT0, a fuse 46 is left connected. Therefore, the defect line program circuit 400 provides the program signal NED0 shown in FIG. 15 in response to rise of the power supply potential Vcc and the reset signal /RST. Conversely, when a defect exists in the circuit related to the data lines DT0, /DT0, the fuse 46 is disconnected. Therefore, the defect line program circuit 400 provides the program signal NED0 indicated by a dashed line in FIG. 15 without responding to the reset signal /RST.
FIG. 19 is a schematic diagram of a normal bit line circuit NBC and a redundancy bit line circuit RBC shown in FIG. 16. Referring to FIG. 19, the normal bit line circuit NBC uses the bit line control circuit shown in FIG. 8 (the second embodiment). The bit line control circuit shown in FIG. 19 further includes two fuses 19 provided on the bit lines BLa, /BLa, respectively. The normal bit line circuit NBC is connected to the corresponding data line pair DT, /DT.
Although the redundancy bit line circuit RBC also uses the bit line control circuit shown in FIG. 8, a switching circuit 20 is further provided for additionally controlling a transfer gate circuit 17S. When the redundancy circuit is not used, a low level redundancy enable signal SPA is applied. The switching circuit 20 is turned off in response to the signal SPA, and provides a low level control signal to the transfer gate circuit 17S. Therefore, since the transfer gate circuit 17S is turned off, the bit line pair BLS, /BLS connected to the CAM cell array is always maintained at a low level (the power supply potential). Conversely, when the redundancy circuit is used, the high level redundancy enable signal SPA is applied. Since the switching circuit 20 is turned on in response to the signal SPA, the transfer gate control signal TG is applied to the transfer gate circuit 17S through the switching circuit 20.
When the redundancy circuit is not used, a data line potential fixed circuit 5S for redundancy use fixes the redundancy data lines DTS, /DTS to the power supply potential Vcc and the ground potential, respectively. On the other hand, when the redundancy circuit is used, two fuses in the circuit 5S are disconnected, and fixation of the potential of the redundancy data lines DTS, /DTS is released.
When the two fuses 19 in the normal bit line circuit NBC are disconnected, the bit line pair BLa, /BLa connected to the side of the CAM cell array are always maintained at a high level (the power supply potential Vcc). Therefore, when the match detecting operation is carried out in the CAM cell array, the normal bit line circuit NBC having a defect is prevented from affecting a retrieval result.
Operations will now be described. When a defect exists in the normal bit line circuit NBC, the redundancy fuse 19 is disconnected. Therefore, in a standby state of the CAM, the voltage level obtained by the activation of the bit line charge circuit 16 is not reduced by the write circuit 13 and the like, whereby the bit line pair BLa, /BLa connected to the side of the CAM cell array is always maintained at a high level (the power supply potential Vcc). Therefore, in the match detecting operation, the match line ML is prevented from being discharged by function of the normal bit line circuit NBC having a defect. In other words, a retrieval result in the CAM cell array is not affected by the normal bit line circuit having a defect.
It should be noted that, since the data line pair DT, /DT to which the normal bit line circuit NBC is connected are fixed to the power supply potential and the ground potential, respectively, by any of the corresponding data line potential fixed circuits 500 to 535 shown in FIG. 16, increase in power consumption caused by repeated activation of the sense amplifier 14 can be prevented.
On the other hand, in the redundancy bit line circuit RBC, when the redundancy circuit is not used, the low level redundancy enable signal SPA is provided. Therefore, since the transfer gate circuit 17S is turned off, the redundancy bit lines BLS, /BLS connected to the CAM cell array is always maintained at the power supply potential by function of the redundancy bit line charge circuit 16S. Therefore, a retrieval result is prevented from being affected by the CAM cell connected to the redundancy bit lines BLS, /BLS.
Similarly to the case of the normal bit line circuit NBC, when the redundancy circuit is not used, the redundancy data lines DTS, /DTS are fixed to the power supply potential and the ground potential, respectively, by function of the redundancy data line potential fixed circuit 5S. Therefore, increase in power consumption caused by repeated activation of a sense amplifier 14S for redundancy use can be prevented.
When the redundancy circuit is used, the transfer gate circuit 17S is turned on since the high level redundancy enable signal SPA is applied. Therefore, the redundancy bit line circuit RBC can carry out normal operations in place of the normal bit line circuit having a defect. In other words, the normal bit line circuit having a defect is equivalently replaced with the redundancy bit line circuit RBC.
FIG. 20 is a schematic diagram of a normal bit line circuit NBC' and a redundancy bit line circuit RBC, showing a further embodiment of the present invention. Referring to FIG. 20, the normal bit line circuit NBC' and the redundancy bit line circuit RBC' use the bit line control circuit shown in FIG. 13 (the third embodiment). In addition to the bit line control circuit shown in FIG. 13, the normal bit line circuit NBC' includes the fuse 19 provided on the bit lines BLa, /BLa. On the other hand, the redundancy bit line circuit RBC' further includes a switching circuit 21 operating in response to the redundancy enable signal SPA. The switching circuit 21 provides the redundancy transfer gates circuit 17S and a second redundancy write circuit 18S with the transfer gate control signal TG and the write enable signal WT, respectively, when the high level redundancy enable signal SPA is applied. Since the basic operations in a circuit shown in FIG. 20 are the same as those in the circuit shown in FIG. 19, description will not be repeated.
FIG. 21 is a block diagram of a CAM array circuit showing a further embodiment of the present invention. The CAM array circuit 200 shown in FIG. 16 included the CAM blocks 201 to 216 each having 36 normal bit line circuits NBC and a redundancy bit line circuit RBC. A CAM array circuit 200a shown in FIG. 21 includes CAM blocks 201a to 216a each having 36 normal bit line circuits NBC and two redundancy bit line circuits RBC1, RBC2. Since a CAM array circuit 200b having the same circuit configuration as the CAM array circuit 200a is provided, the CAM array circuit 200' is meant to include 32 CAM blocks in total.
Since each CAM block, for example, 209a includes two redundancy bit line circuits RBC1 and RBC2, a redundancy data line potential fixed circuit 5S' includes four fuses for fixing two redundancy data line pairs connected to the redundancy bit line circuits RBC1 and RBC2. Since the basic operations in the CAM array circuit 200' shown in FIG. 21 are the same as those in the CAM array circuit 200 shown in FIG. 16, description will not be repeated.
As described above, by using the bit line control circuit shown in FIGS. 3, 8 and 13, necessary operation in a dynamic CAM which may be expected to require complicated control in general can be implemented by an extremely simple circuit and by simple timing control. Furthermore, by using these bit line control circuits in a manner shown, for example, in FIGS. 19 and 20, a useful redundancy circuit for a dynamic CAM can be implemented. As a result, a dynamic CAM necessary to carry out retrieval of a large amount of data can be provided in due consideration of improvement of the yield rate in production.
Although the present invention has been described and illustrated in detail, it is clearly understood that the same is by way of illustration and example only and is not to be taken by way of limitation, the spirit and scope of the present invention being limited only by the terms of the appended claims.

Claims (21)

What is claimed is:
1. A dynamic content addressable memory device, comprising:
a memory cell array including a plurality of dynamic associative memory cells arranged in rows and columns;
a plurality of bit line pairs each connected to said associative memory cells in a corresponding column;
a plurality of data line pairs each connected to a corresponding one of said plurality of bit line pairs;
a plurality of word lines each connected to said associative memory cells in a corresponding row;
a plurality of match detecting lines each connected to said associative memory cells in a corresponding row;
a plurality of first bit line pair driving means each connected to a corresponding bit line pair and responsive to a signal on a corresponding data line pair for driving said corresponding bit line pair;
a plurality of sense amplifier means each connected to a corresponding bit line pair and responsive to a sense amplifier activating signal for amplifying a data signal on said corresponding bit line pair; and
a plurality of data line pair driving means each connected to a corresponding data line pair and responsive to a signal on a corresponding bit line pair for driving said corresponding data line pair.
2. The dynamic content addressable memory device according to claim 1, wherein each said associative memory cell comprises:
capacitor means for storing a data signal;
data writing means responsive to a signal on a corresponding word line for providing a data signal on a corresponding bit line pair to said capacitor means; and
data reading means responsive to activation of a corresponding match detecting line for providing the data signal stored by said capacitor means to said corresponding bit line pair.
3. The dynamic content addressable memory device according to claim 1, wherein said plurality of first bit line driving means include a plurality of bit line pull down means each connected to a corresponding bit line pair and responsive to a signal on a corresponding data line pair for selectively pulling down a line of said corresponding bit line pair.
4. The dynamic content addressable memory device according to claim 1, wherein said plurality of data line driving means include a plurality of data line pull up means each connected to a corresponding bit line pair and responsive to a signal on said corresponding bit line pair for selectively pulling up a line of said corresponding data line pair.
5. The dynamic content addressable memory device according to claim 1, further comprising disconnecting means responsive to a switching control signal applied prior to activation of said plurality of sense amplifier means for electrically disconnecting said memory cell array from said plurality of sense amplifier means.
6. The dynamic content addressable memory device according to claim 5, wherein
said disconnecting means is connected between said plurality of sense amplifier means and said memory cell array, and
said memory device further includes a plurality of second bit line pair driving means each connected between said disconnecting means and said memory cell array and responsive to a signal on a corresponding data line pair for driving a corresponding bit line pair.
7. The content addressable memory device according to claim 1, further comprising disable means responsive to an externally applied operation mode control signal for disabling said first bit line pair driving means.
8. The dynamic content addressable memory device according to claim 7, wherein said disable means includes means responsive to the externally applied operation mode control signal for fixing said data line pair to a first predetermined potential.
9. The dynamic content addressable memory device according to claim 7, wherein
said externally applied operation mode control signal is a read instructing signal or a refresh instructing signal, and
said disable means disables said plurality of first bit line pair driving means in response to the read instructing signal or the refresh instructing signal.
10. The dynamic content addressable memory device according to claim 7, wherein
said externally applied operation mode control signal is a partial write instructing signal, and
said disable means includes partial disable means responsive to the partial write instructing signal for partially disabling said plurality of first bit line pair driving means.
11. A method of data writing operation in the dynamic content addressable memory device recited in claim 1, comprising the steps of:
providing said plurality of data line pairs with data signals to be written in said memory cell array;
activating said plurality of first bit line pair driving means;
activating said plurality of sense amplifier means to amplify said data signals; and
selectively activating one of said plurality of word lines to write said amplified data signals into said memory cell array.
12. A method of data reading operation in the dynamic content addressable memory device recited in claim 1, comprising the steps of:
bringing said plurality of data line pairs to a predetermined potential;
activating said match detecting lines, the associative memory cells connected to the activated match detecting lines providing stored data signals to said plurality of bit line pairs;
activating said sense amplifier means in response to the sense amplifier activating signal; and
activating said plurality of data line pair driving means.
13. A method of data refresh operation in the dynamic content addressable memory device recited in claim 1, comprising the steps of;
bringing said plurality of data line pairs to a predetermined potential;
activating said match detecting lines, the associative memory cells connected to the activated match detecting lines providing stored data signals to said plurality of bit line pairs;
activating said sense amplifier means to amplify the data signals provided on said bit line pairs; and
selectively activating one of said plurality of word lines to write the amplified data signals into the corresponding associative memory cells.
14. A method of data retrieving operation in the dynamic content addressable memory device recited in claim 1, comprising the steps of:
bringing said match detecting line to a predetermined potential;
providing retrieval data signals to said plurality of data line pairs;
activating said plurality of first bit line pair driving means; and
detecting a potential change of said match detecting line.
15. A method of partially masked data retrieving operation in the dynamic content addressable memory device recited in claim 1, comprising the steps of:
bringing said match detecting lines to a first predetermined potential;
bringing a pair of said plurality of data line pairs corresponding to masked data to a second predetermined potential;
providing a retrieval data signal to a pair of said plurality of data line pairs corresponding to non-masked data;
activating said plurality of first bit line pair driving means; and
detecting a potential change on said match detecting lines to detect a match between the retrieval data signal and data stored in the memory cell array.
16. A dynamic content addressable memory device, comprising:
a plurality of associative memory cells arranged in rows and columns;
a plurality of bit line pairs each connected to said associative memory cells in a corresponding column;
a plurality of match detecting lines each connected to said associative memory cells in a corresponding row;
a plurality of bit line pair driving means each connected to a corresponding bit line pair and responsive to a comparison data signal applied through a corresponding data signal applied through a corresponding data line pair for driving said corresponding bit line pair; and
match detecting line charge means for charging said plurality of match detecting lines to a predetermined potential, wherein
each of said plurality of associative memory cells includes;
capacitor means for storing a data signal, and
comparing means coupled to said bit line pairs and match detecting lines for comparing said comparison data signal applied through a corresponding bit line pair with the data signal stored by said capacitor means to change a potential of a corresponding match detecting line.
17. A dynamic content addressable memory device, comprising:
a plurality of associative memory cells arranged in rows and columns;
a plurality of bit line pairs each connected to said associative memory cells in a corresponding column;
a plurality of word lines each connected to said associative memory cells in a corresponding row;
a plurality of match detecting lines each connected to said associative memory cells in a corresponding row;
a plurality of amplifier means each connected to a corresponding bit line pair for amplifying a data signal on said corresponding bit line pair, wherein
each of said plurality of associative memory cells includes;
capacitor means for storing a data signal,
first switching means responsive to a signal on a corresponding word line for providing the data signal on a corresponding bit line pair of said capacitor means, and
second switching means responsive to a signal on a corresponding match detecting line for providing the data signal stored by said capacitor means to said corresponding bit line pair, said dynamic content addressable memory device further comprising:
refresh control means responsive to a refresh instructing signal for activating said match detecting line, said amplifier means and the word line selected by an address signal.
18. A dynamic content addressable memory device, comprising:
a memory cell array including a plurality of dynamic associative memory cells arranged in rows and columns;
a plurality of bit line pairs each connected to said associative memory cells in a corresponding column;
a plurality of data line pairs each connected to a corresponding one of said plurality of bit line pairs;
a plurality of word lines each connected to said associative memory cells in a corresponding row;
a plurality of match detecting lines each connected to associative memory cells in a corresponding row;
a plurality of bit line pair driving means each connected to a corresponding bit line and responsive to a signal on a corresponding data line and responsive to a signal on a corresponding data line pair for driving said corresponding bit line pair;
a plurality of sense amplifier means each connected to a corresponding bit line pair and responsive to a sense amplifier activating signal for amplifying a data signal on said corresponding bit line pair;
a plurality of data line pair driving means each connected to a corresponding bit line pair and responsive to a signal on said corresponding bit line pair for driving a corresponding data line pair,
said plurality of bit line pairs including a predetermined redundancy bit line pair for redundancy use;
redundancy access disable means connected to said redundancy bit line pair for disabling access to associative memory cells connected to said redundancy bit line pair in a normal access state;
a plurality of normal access disable means each connected to a corresponding bit line pair except for said redundancy bit line pair for selectively disabling access to said associative memory cells connected to said corresponding bit line pair when a defect in a circuit associated with said bit line pair is detected; and
redundancy disable releasing means for activating said redundancy access disable means when said defect is detected.
19. The dynamic content addressable memory device according to claim 18, wherein said redundancy access disable means includes:
means including first predetermined fuse means for generating a redundancy access disable signal by leaving said first fuse means connected, and
means responsive to said redundancy access enable signal for electrically disconnecting memory cells connected to said redundancy bit line pair from said sense amplifier means.
20. The dynamic content addressable memory device according to claim 18, wherein said normal access disable means includes:
programming means for programming a response to detecting a defect data line pair of said plurality of data line pairs, and
validating means for setting a redundancy data line in place of said defect data line pair of said plurality of data line pairs in accordance with said programming means.
21. The dynamic content addressable memory device according to claim 20, wherein said normal access disable means further comprises means for physically disconnecting associative memory cells connected to a bit line pair corresponding to said defect data line pair from said sense amplifier means.
US07/966,921 1992-04-17 1992-10-27 Dynamic content addressable memory device and a method of operating thereof Expired - Lifetime US5319589A (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP4097669A JP2966638B2 (en) 1992-04-17 1992-04-17 Dynamic associative memory device
JP4-097669 1992-04-17

Publications (1)

Publication Number Publication Date
US5319589A true US5319589A (en) 1994-06-07

Family

ID=14198442

Family Applications (1)

Application Number Title Priority Date Filing Date
US07/966,921 Expired - Lifetime US5319589A (en) 1992-04-17 1992-10-27 Dynamic content addressable memory device and a method of operating thereof

Country Status (2)

Country Link
US (1) US5319589A (en)
JP (1) JP2966638B2 (en)

Cited By (81)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5568416A (en) * 1994-03-24 1996-10-22 Kawasaki Steel Corporation Associative memory
US5677883A (en) * 1995-09-07 1997-10-14 Nec Corporation Semiconductor associative memory device with address corrector for generating formal address signal representative of one of regular memory words partially replaced with redundant memory word
US5706224A (en) * 1996-10-10 1998-01-06 Quality Semiconductor, Inc. Content addressable memory and random access memory partition circuit
US5724296A (en) * 1994-07-11 1998-03-03 Hyundai Electronics Industries Co., Ltd. Self-refreshable dual port dynamic CAM cell and dynamic CAM cell array refreshing circuit
US5796758A (en) * 1996-10-08 1998-08-18 International Business Machines Corporation Self-checking content-addressable memory and method of operation for detecting multiple selected word lines
FR2765026A1 (en) * 1997-06-19 1998-12-24 Sgs Thomson Microelectronics READING METHOD AND CIRCUIT FOR DYNAMIC MEMORY
EP0936625A2 (en) * 1998-02-17 1999-08-18 Texas Instruments Incorporated Content addressable memory (CAM)
US5949696A (en) * 1997-06-30 1999-09-07 Cypress Semiconductor Corporation Differential dynamic content addressable memory and high speed network address filtering
US6081441A (en) * 1997-11-21 2000-06-27 Nec Corporation Content-addressable memory
US6094384A (en) * 1998-06-29 2000-07-25 Hyundai Electronics Industries Co., Ltd. Column redundancy circuit
WO2000060604A1 (en) * 1999-03-31 2000-10-12 Mosaid Technologies Incorporated Dynamic content addressable memory cell
US6137707A (en) * 1999-03-26 2000-10-24 Netlogic Microsystems Method and apparatus for simultaneously performing a plurality of compare operations in content addressable memory device
US6144574A (en) * 1999-05-10 2000-11-07 Nec Corporation Associative memory with a shortest mask output function and search method
US6144573A (en) * 1998-06-26 2000-11-07 Altera Corporation Programmable logic devices with improved content addressable memory capabilities
US6191970B1 (en) 1999-09-09 2001-02-20 Netlogic Microsystems, Inc. Selective match line discharging in a partitioned content addressable memory array
US6199140B1 (en) 1997-10-30 2001-03-06 Netlogic Microsystems, Inc. Multiport content addressable memory device and timing signals
US6229742B1 (en) 1999-10-18 2001-05-08 Netlogic Microsystems, Inc. Spare address decoder
US6249467B1 (en) 1999-10-18 2001-06-19 Netlogic Microsystems, Inc Row redundancy in a content addressable memory
US6252790B1 (en) * 2000-10-16 2001-06-26 Nicholas Shectman Large-capacity content addressable memory with sorted insertion
US6256216B1 (en) 2000-05-18 2001-07-03 Integrated Device Technology, Inc. Cam array with minimum cell size
US6262907B1 (en) 2000-05-18 2001-07-17 Integrated Device Technology, Inc. Ternary CAM array
US6275406B1 (en) * 1999-09-10 2001-08-14 Sibercore Technologies, Inc. Content address memory circuit with redundant array and method for implementing the same
US6324087B1 (en) 2000-06-08 2001-11-27 Netlogic Microsystems, Inc. Method and apparatus for partitioning a content addressable memory device
US20020052797A1 (en) * 2000-08-23 2002-05-02 Maritzen L. Michael Customizing a price of a product or a service by using an intelligent agent
US6385071B1 (en) 2001-05-21 2002-05-07 International Business Machines Corporation Redundant scheme for CAMRAM memory array
US6415293B1 (en) * 1997-02-12 2002-07-02 Stmicroelectronics S.R.L. Memory device including an associative memory for the storage of data belonging to a plurality of classes
US20020129198A1 (en) * 1999-09-23 2002-09-12 Nataraj Bindiganavale S. Content addressable memory with block-programmable mask write mode, word width and priority
US20020161969A1 (en) * 1999-09-23 2002-10-31 Nataraj Bindiganavale S. Content addressable memory with programmable word width and programmable priority
US20030007408A1 (en) * 2001-02-08 2003-01-09 Integrated Device Technology, Inc. Cam circuit with error correction
US6542391B2 (en) 2000-06-08 2003-04-01 Netlogic Microsystems, Inc. Content addressable memory with configurable class-based storage partition
US20030084236A1 (en) * 2001-10-31 2003-05-01 Sandeep Khanna Bit level programming interface in a content addressable memory
US6591331B1 (en) * 1999-12-06 2003-07-08 Netlogic Microsystems, Inc. Method and apparatus for determining the address of the highest priority matching entry in a segmented content addressable memory device
US20030135691A1 (en) * 2002-01-14 2003-07-17 Varadarajan Srinivasan Input data selection for content addressable memory
US6646900B2 (en) * 2001-10-31 2003-11-11 Kawasaki Microelectronics, Inc. Ternary content addressable memory with data and mask data settable therewithin by one write cycle
US6657878B2 (en) * 2002-02-27 2003-12-02 Integrated Device Technology, Inc. Content addressable memory (CAM) devices having reliable column redundancy characteristics and methods of operating same
US6661716B1 (en) * 2002-02-21 2003-12-09 Cypress Semiconductor Corporation Write method and circuit for content addressable memory
US6687785B1 (en) 2000-06-08 2004-02-03 Netlogic Microsystems, Inc. Method and apparatus for re-assigning priority in a partitioned content addressable memory device
US20040032775A1 (en) * 2001-08-22 2004-02-19 Varadarajan Srinivasan Concurrent searching of different tables within a content addressable memory
US6697276B1 (en) * 2002-02-01 2004-02-24 Netlogic Microsystems, Inc. Content addressable memory device
US6714430B1 (en) 2002-05-10 2004-03-30 Netlogic Microsystems, Inc. Content addressable memory having column redundancy
US6744654B2 (en) 2002-08-21 2004-06-01 Micron Technology, Inc. High density dynamic ternary-CAM memory architecture
US6751701B1 (en) 2000-06-14 2004-06-15 Netlogic Microsystems, Inc. Method and apparatus for detecting a multiple match in an intra-row configurable CAM system
US20040114411A1 (en) * 2002-12-13 2004-06-17 Renesas Technology Corp. Content addressable memory capable of stably storing ternary data
US6757779B1 (en) 1999-09-23 2004-06-29 Netlogic Microsystems, Inc. Content addressable memory with selectable mask write mode
US6760241B1 (en) 2002-10-18 2004-07-06 Netlogic Microsystems, Inc. Dynamic random access memory (DRAM) based content addressable memory (CAM) cell
US6763425B1 (en) 2000-06-08 2004-07-13 Netlogic Microsystems, Inc. Method and apparatus for address translation in a partitioned content addressable memory device
US20040136216A1 (en) * 2003-01-14 2004-07-15 Renesas Technology Corp. Dynamic associative memory device
US20040153899A1 (en) * 2002-11-13 2004-08-05 International Business Machines Corporation Memory device with data line steering and bitline redundancy
US6781857B1 (en) 2002-02-27 2004-08-24 Integrated Device Technology, Inc. Content addressable memory (CAM) devices that utilize multi-port CAM cells and control logic to support multiple overlapping search cycles that are asynchronously timed relative to each other
US6795892B1 (en) 2000-06-14 2004-09-21 Netlogic Microsystems, Inc. Method and apparatus for determining a match address in an intra-row configurable cam device
US6799243B1 (en) 2000-06-14 2004-09-28 Netlogic Microsystems, Inc. Method and apparatus for detecting a match in an intra-row configurable cam system
US20040228155A1 (en) * 2003-05-12 2004-11-18 Vipul Patel Folded dram cam cell
US6870749B1 (en) 2003-07-15 2005-03-22 Integrated Device Technology, Inc. Content addressable memory (CAM) devices with dual-function check bit cells that support column redundancy and check bit cells with reduced susceptibility to soft errors
US6910097B1 (en) * 2001-04-09 2005-06-21 Netlogic Microsystems, Inc. Classless interdomain routing using binary content addressable memory
US6987684B1 (en) 2003-07-15 2006-01-17 Integrated Device Technology, Inc. Content addressable memory (CAM) devices having multi-block error detection logic and entry selective error correction logic therein
US20060018142A1 (en) * 2003-08-11 2006-01-26 Varadarajan Srinivasan Concurrent searching of different tables within a content addressable memory
USRE39227E1 (en) 1998-11-02 2006-08-08 Integrated Device Technology, Inc. Content addressable memory (CAM) arrays and cells having low power requirements
US7111110B1 (en) 2002-12-10 2006-09-19 Altera Corporation Versatile RAM for programmable logic device
US7193876B1 (en) 2003-07-15 2007-03-20 Kee Park Content addressable memory (CAM) arrays having memory cells therein with different susceptibilities to soft errors
US7210003B2 (en) 2001-10-31 2007-04-24 Netlogic Microsystems, Inc. Comparand generation in a content addressable memory
US7304875B1 (en) 2003-12-17 2007-12-04 Integrated Device Technology. Inc. Content addressable memory (CAM) devices that support background BIST and BISR operations and methods of operating same
USRE41659E1 (en) 1999-09-10 2010-09-07 Sanjay Gupta Methods and circuitry for built-in self-testing of content addressable memories
US7848129B1 (en) 2008-11-20 2010-12-07 Netlogic Microsystems, Inc. Dynamically partitioned CAM array
US20110051484A1 (en) * 2009-08-28 2011-03-03 International Business Machines Corporation Low active power content addressable memory
US7920399B1 (en) 2010-10-21 2011-04-05 Netlogic Microsystems, Inc. Low power content addressable memory device having selectable cascaded array segments
US20110103120A1 (en) * 2009-11-04 2011-05-05 University-Industry Cooperation Group Of Kyunghee University Binray content addressable memory
US20120032706A1 (en) * 2010-08-04 2012-02-09 Kyoung Nam Kim Multi-chip package
US20120292614A1 (en) * 2011-05-17 2012-11-22 Semiconductor Energy Laboratory Co., Ltd. Semiconductor device
US8462532B1 (en) 2010-08-31 2013-06-11 Netlogic Microsystems, Inc. Fast quaternary content addressable memory cell
US8467213B1 (en) 2011-03-22 2013-06-18 Netlogic Microsystems, Inc. Power limiting in a content search system
US8553441B1 (en) 2010-08-31 2013-10-08 Netlogic Microsystems, Inc. Ternary content addressable memory cell having two transistor pull-down stack
US8582338B1 (en) 2010-08-31 2013-11-12 Netlogic Microsystems, Inc. Ternary content addressable memory cell having single transistor pull-down stack
US8625320B1 (en) 2010-08-31 2014-01-07 Netlogic Microsystems, Inc. Quaternary content addressable memory cell having one transistor pull-down stack
US8773880B2 (en) 2011-06-23 2014-07-08 Netlogic Microsystems, Inc. Content addressable memory array having virtual ground nodes
US8837188B1 (en) 2011-06-23 2014-09-16 Netlogic Microsystems, Inc. Content addressable memory row having virtual ground and charge sharing
US9170349B2 (en) 2011-05-04 2015-10-27 Johnson & Johnson Vision Care, Inc. Medical devices having homogeneous charge density and methods for making same
US9297929B2 (en) 2012-05-25 2016-03-29 Johnson & Johnson Vision Care, Inc. Contact lenses comprising water soluble N-(2 hydroxyalkyl) (meth)acrylamide polymers or copolymers
US9522980B2 (en) 2010-05-06 2016-12-20 Johnson & Johnson Vision Care, Inc. Non-reactive, hydrophilic polymers having terminal siloxanes and methods for making and using the same
US9612364B2 (en) 2011-05-04 2017-04-04 Johnson & Johnson Vision Care, Inc. Medical devices having homogeneous charge density and methods for making same
US9726906B2 (en) 2012-05-25 2017-08-08 Johnson & Johnson Vision Care, Inc. Polymers and nanogel materials and methods for making and using the same
US10073192B2 (en) 2012-05-25 2018-09-11 Johnson & Johnson Vision Care, Inc. Polymers and nanogel materials and methods for making and using the same

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1471537B1 (en) * 2003-04-25 2006-07-26 Samsung Electronics Co., Ltd. TCAM device and operating method

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3701980A (en) * 1970-08-03 1972-10-31 Gen Electric High density four-transistor mos content addressed memory
US4965767A (en) * 1989-01-13 1990-10-23 Mitsubishi Denki Kabushiki Kaisha Associative memory having simplified memory cell circuitry
US4975873A (en) * 1988-03-01 1990-12-04 Mitsubishi Denki Kabushiki Kaisha Content addressable memory with flag storage to indicate memory state
US4991136A (en) * 1988-01-29 1991-02-05 Mitsubishi Denki Kabushiki Kaisha Semiconductor associative memory device with memory refresh during match and read operations
US5130945A (en) * 1989-07-14 1992-07-14 Mitsubishi Denki Kabushiki Kaisha Content addressable memory combining match comparisons of a plurality of cells

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63308796A (en) * 1987-06-10 1988-12-16 Hitachi Ltd Content call memory
JP2599931B2 (en) * 1987-09-18 1997-04-16 株式会社日立製作所 Semiconductor storage device
JP3051141B2 (en) * 1990-07-23 2000-06-12 日本電信電話株式会社 Associative memory device

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3701980A (en) * 1970-08-03 1972-10-31 Gen Electric High density four-transistor mos content addressed memory
US4991136A (en) * 1988-01-29 1991-02-05 Mitsubishi Denki Kabushiki Kaisha Semiconductor associative memory device with memory refresh during match and read operations
US4975873A (en) * 1988-03-01 1990-12-04 Mitsubishi Denki Kabushiki Kaisha Content addressable memory with flag storage to indicate memory state
US4965767A (en) * 1989-01-13 1990-10-23 Mitsubishi Denki Kabushiki Kaisha Associative memory having simplified memory cell circuitry
US5130945A (en) * 1989-07-14 1992-07-14 Mitsubishi Denki Kabushiki Kaisha Content addressable memory combining match comparisons of a plurality of cells

Non-Patent Citations (6)

* Cited by examiner, † Cited by third party
Title
"A 288-kbit Fully Parallel Content Addressable Memory Using Stacked Capacitor Cell Structure", by Tadato Yamagata et al., IEEE 1991 Custom Integrated Circuits Conference, pp. 10-13.
"A 30-kbit Associative Memory LSI for Artificial Intelligence Machines", by Takeshi Ogura et al., IEEE Journal of Solid-State Circuits, vol. 24, No. 4, Aug. 1989, pp. 1014-1020.
"A Bit Line Control Circuit Scheme and Redundancy Technique for High-density Dynamic Content Addressable Memories", by Tadato Yamagata et al., ICD91-142, pp. 59-66 (Nov. 22, 1991).
A 288 kbit Fully Parallel Content Addressable Memory Using Stacked Capacitor Cell Structure , by Tadato Yamagata et al., IEEE 1991 Custom Integrated Circuits Conference, pp. 10 13. *
A 30 kbit Associative Memory LSI for Artificial Intelligence Machines , by Takeshi Ogura et al., IEEE Journal of Solid State Circuits, vol. 24, No. 4, Aug. 1989, pp. 1014 1020. *
A Bit Line Control Circuit Scheme and Redundancy Technique for High density Dynamic Content Addressable Memories , by Tadato Yamagata et al., ICD91 142, pp. 59 66 (Nov. 22, 1991). *

Cited By (144)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5568416A (en) * 1994-03-24 1996-10-22 Kawasaki Steel Corporation Associative memory
US5724296A (en) * 1994-07-11 1998-03-03 Hyundai Electronics Industries Co., Ltd. Self-refreshable dual port dynamic CAM cell and dynamic CAM cell array refreshing circuit
US5677883A (en) * 1995-09-07 1997-10-14 Nec Corporation Semiconductor associative memory device with address corrector for generating formal address signal representative of one of regular memory words partially replaced with redundant memory word
US5796758A (en) * 1996-10-08 1998-08-18 International Business Machines Corporation Self-checking content-addressable memory and method of operation for detecting multiple selected word lines
US5706224A (en) * 1996-10-10 1998-01-06 Quality Semiconductor, Inc. Content addressable memory and random access memory partition circuit
US6415293B1 (en) * 1997-02-12 2002-07-02 Stmicroelectronics S.R.L. Memory device including an associative memory for the storage of data belonging to a plurality of classes
US6748390B2 (en) 1997-02-12 2004-06-08 Stmicroelectronics S.R.L. Associative memory device with optimized occupation, particularly for the recognition of words
US6018486A (en) * 1997-06-19 2000-01-25 Sgs-Thomson Microelectronics S.A. Reading method and circuit for dynamic memory
EP0887804A1 (en) * 1997-06-19 1998-12-30 STMicroelectronics S.A. Read method and circuit for dynamic memory
FR2765026A1 (en) * 1997-06-19 1998-12-24 Sgs Thomson Microelectronics READING METHOD AND CIRCUIT FOR DYNAMIC MEMORY
US5949696A (en) * 1997-06-30 1999-09-07 Cypress Semiconductor Corporation Differential dynamic content addressable memory and high speed network address filtering
US6961810B2 (en) 1997-10-30 2005-11-01 Netlogic Microsystems, Inc. Synchronous content addressable memory
US20060010284A1 (en) * 1997-10-30 2006-01-12 Varadarajan Srinivasan Synchronous content addressable memory
US6418042B1 (en) 1997-10-30 2002-07-09 Netlogic Microsystems, Inc. Ternary content addressable memory with compare operand selected according to mask value
US6678786B2 (en) 1997-10-30 2004-01-13 Netlogic Microsystems, Inc. Timing execution of compare instructions in a synchronous content addressable memory
US6697911B2 (en) 1997-10-30 2004-02-24 Netlogic Microsystems, Inc. Synchronous content addressable memory
US20040139276A1 (en) * 1997-10-30 2004-07-15 Varadarajan Srinivasan Synchronous content addressable memory
US6199140B1 (en) 1997-10-30 2001-03-06 Netlogic Microsystems, Inc. Multiport content addressable memory device and timing signals
US6081441A (en) * 1997-11-21 2000-06-27 Nec Corporation Content-addressable memory
EP0936625A3 (en) * 1998-02-17 2003-09-03 Texas Instruments Incorporated Content addressable memory (CAM)
US6374325B1 (en) * 1998-02-17 2002-04-16 Texas Instruments Incorporated Content addressable memory (CAM)
EP0936625A2 (en) * 1998-02-17 1999-08-18 Texas Instruments Incorporated Content addressable memory (CAM)
US6144573A (en) * 1998-06-26 2000-11-07 Altera Corporation Programmable logic devices with improved content addressable memory capabilities
US6344989B1 (en) 1998-06-26 2002-02-05 Altera Corporation Programmable logic devices with improved content addressable memory capabilities
US6094384A (en) * 1998-06-29 2000-07-25 Hyundai Electronics Industries Co., Ltd. Column redundancy circuit
USRE39227E1 (en) 1998-11-02 2006-08-08 Integrated Device Technology, Inc. Content addressable memory (CAM) arrays and cells having low power requirements
US6137707A (en) * 1999-03-26 2000-10-24 Netlogic Microsystems Method and apparatus for simultaneously performing a plurality of compare operations in content addressable memory device
US6320777B1 (en) 1999-03-31 2001-11-20 Mosaid Technologies Incorporated Dynamic content addressable memory cell
GB2363663A (en) * 1999-03-31 2002-01-02 Mosaid Technologies Inc Dynamic content addressable memory cell
WO2000060604A1 (en) * 1999-03-31 2000-10-12 Mosaid Technologies Incorporated Dynamic content addressable memory cell
GB2363663B (en) * 1999-03-31 2003-09-10 Mosaid Technologies Inc Dynamic content addressable memory cell
US6144574A (en) * 1999-05-10 2000-11-07 Nec Corporation Associative memory with a shortest mask output function and search method
US6191969B1 (en) * 1999-09-09 2001-02-20 Net Logic Microsystems, Inc. Selective match line discharging in a partitioned content addressable memory array
US6191970B1 (en) 1999-09-09 2001-02-20 Netlogic Microsystems, Inc. Selective match line discharging in a partitioned content addressable memory array
USRE41992E1 (en) 1999-09-10 2010-12-07 Sanjay Gupta Methods and circuitry for built-in self-testing of content addressable memories
US6275406B1 (en) * 1999-09-10 2001-08-14 Sibercore Technologies, Inc. Content address memory circuit with redundant array and method for implementing the same
USRE41659E1 (en) 1999-09-10 2010-09-07 Sanjay Gupta Methods and circuitry for built-in self-testing of content addressable memories
US20020161969A1 (en) * 1999-09-23 2002-10-31 Nataraj Bindiganavale S. Content addressable memory with programmable word width and programmable priority
US20020129198A1 (en) * 1999-09-23 2002-09-12 Nataraj Bindiganavale S. Content addressable memory with block-programmable mask write mode, word width and priority
US6757779B1 (en) 1999-09-23 2004-06-29 Netlogic Microsystems, Inc. Content addressable memory with selectable mask write mode
US7246198B2 (en) 1999-09-23 2007-07-17 Netlogic Microsystems, Inc. Content addressable memory with programmable word width and programmable priority
US6934795B2 (en) 1999-09-23 2005-08-23 Netlogic Microsystems, Inc. Content addressable memory with programmable word width and programmable priority
US6944709B2 (en) 1999-09-23 2005-09-13 Netlogic Microsystems, Inc. Content addressable memory with block-programmable mask write mode, word width and priority
US20050262295A1 (en) * 1999-09-23 2005-11-24 Nataraj Bindiganavale S Content addressable memory with programmable word width and programmable priority
US6229742B1 (en) 1999-10-18 2001-05-08 Netlogic Microsystems, Inc. Spare address decoder
US6249467B1 (en) 1999-10-18 2001-06-19 Netlogic Microsystems, Inc Row redundancy in a content addressable memory
US6275426B1 (en) 1999-10-18 2001-08-14 Netlogic Microsystems, Inc. Row redundancy for content addressable memory
US6445628B1 (en) 1999-10-18 2002-09-03 Netlogic Microsystems, Inc. Row redundancy in a content addressable memory
US6591331B1 (en) * 1999-12-06 2003-07-08 Netlogic Microsystems, Inc. Method and apparatus for determining the address of the highest priority matching entry in a segmented content addressable memory device
USRE41351E1 (en) 2000-05-18 2010-05-25 Netlogic Microsystems, Inc. CAM arrays having CAM cells therein with match line and low match line connections and methods of operating same
US6256216B1 (en) 2000-05-18 2001-07-03 Integrated Device Technology, Inc. Cam array with minimum cell size
US6262907B1 (en) 2000-05-18 2001-07-17 Integrated Device Technology, Inc. Ternary CAM array
US20030123270A1 (en) * 2000-06-08 2003-07-03 Pereira Jose P. Content addressable memory with configurable class-based storage partition
US6687785B1 (en) 2000-06-08 2004-02-03 Netlogic Microsystems, Inc. Method and apparatus for re-assigning priority in a partitioned content addressable memory device
US20050063241A1 (en) * 2000-06-08 2005-03-24 Pereira Jose P. Content addressable memory with configurable class-based storage partition
US6711041B2 (en) 2000-06-08 2004-03-23 Netlogic Microsystems, Inc. Content addressable memory with configurable class-based storage partition
US6542391B2 (en) 2000-06-08 2003-04-01 Netlogic Microsystems, Inc. Content addressable memory with configurable class-based storage partition
US20040100811A1 (en) * 2000-06-08 2004-05-27 Pereira Jose P. Content addressable memory with configurable class-based storage partition
US6831850B2 (en) 2000-06-08 2004-12-14 Netlogic Microsystems, Inc. Content addressable memory with configurable class-based storage partition
US6324087B1 (en) 2000-06-08 2001-11-27 Netlogic Microsystems, Inc. Method and apparatus for partitioning a content addressable memory device
US7230840B2 (en) 2000-06-08 2007-06-12 Netlogic Microsystems, Inc. Content addressable memory with configurable class-based storage partition
US6763425B1 (en) 2000-06-08 2004-07-13 Netlogic Microsystems, Inc. Method and apparatus for address translation in a partitioned content addressable memory device
US6799243B1 (en) 2000-06-14 2004-09-28 Netlogic Microsystems, Inc. Method and apparatus for detecting a match in an intra-row configurable cam system
US6751701B1 (en) 2000-06-14 2004-06-15 Netlogic Microsystems, Inc. Method and apparatus for detecting a multiple match in an intra-row configurable CAM system
US6795892B1 (en) 2000-06-14 2004-09-21 Netlogic Microsystems, Inc. Method and apparatus for determining a match address in an intra-row configurable cam device
US20020052797A1 (en) * 2000-08-23 2002-05-02 Maritzen L. Michael Customizing a price of a product or a service by using an intelligent agent
US6252790B1 (en) * 2000-10-16 2001-06-26 Nicholas Shectman Large-capacity content addressable memory with sorted insertion
US6879504B1 (en) 2001-02-08 2005-04-12 Integrated Device Technology, Inc. Content addressable memory (CAM) devices having error detection and correction control circuits therein and methods of operating same
US6700827B2 (en) * 2001-02-08 2004-03-02 Integrated Device Technology, Inc. Cam circuit with error correction
US20030007408A1 (en) * 2001-02-08 2003-01-09 Integrated Device Technology, Inc. Cam circuit with error correction
US6910097B1 (en) * 2001-04-09 2005-06-21 Netlogic Microsystems, Inc. Classless interdomain routing using binary content addressable memory
US7054993B1 (en) 2001-04-09 2006-05-30 Netlogic Microsystems, Inc. Ternary content addressable memory device
US6385071B1 (en) 2001-05-21 2002-05-07 International Business Machines Corporation Redundant scheme for CAMRAM memory array
US6967855B2 (en) 2001-08-22 2005-11-22 Netlogic Microsystems, Inc. Concurrent searching of different tables within a content addressable memory
US20040032775A1 (en) * 2001-08-22 2004-02-19 Varadarajan Srinivasan Concurrent searching of different tables within a content addressable memory
US6646900B2 (en) * 2001-10-31 2003-11-11 Kawasaki Microelectronics, Inc. Ternary content addressable memory with data and mask data settable therewithin by one write cycle
US7210003B2 (en) 2001-10-31 2007-04-24 Netlogic Microsystems, Inc. Comparand generation in a content addressable memory
US6993622B2 (en) 2001-10-31 2006-01-31 Netlogic Microsystems, Inc. Bit level programming interface in a content addressable memory
US20030084236A1 (en) * 2001-10-31 2003-05-01 Sandeep Khanna Bit level programming interface in a content addressable memory
US20030135691A1 (en) * 2002-01-14 2003-07-17 Varadarajan Srinivasan Input data selection for content addressable memory
US7237058B2 (en) 2002-01-14 2007-06-26 Netlogic Microsystems, Inc. Input data selection for content addressable memory
US7193874B1 (en) 2002-02-01 2007-03-20 Netlogic Microsystems, Inc. Content addressable memory device
US6697276B1 (en) * 2002-02-01 2004-02-24 Netlogic Microsystems, Inc. Content addressable memory device
US6661716B1 (en) * 2002-02-21 2003-12-09 Cypress Semiconductor Corporation Write method and circuit for content addressable memory
US6657878B2 (en) * 2002-02-27 2003-12-02 Integrated Device Technology, Inc. Content addressable memory (CAM) devices having reliable column redundancy characteristics and methods of operating same
US6781857B1 (en) 2002-02-27 2004-08-24 Integrated Device Technology, Inc. Content addressable memory (CAM) devices that utilize multi-port CAM cells and control logic to support multiple overlapping search cycles that are asynchronously timed relative to each other
US6714430B1 (en) 2002-05-10 2004-03-30 Netlogic Microsystems, Inc. Content addressable memory having column redundancy
US6804135B1 (en) * 2002-05-10 2004-10-12 Netlogic Microsystems, Inc. Content addressable memory having column redundancy
US6847534B2 (en) 2002-08-21 2005-01-25 Micron Technology, Inc. High density dynamic ternary-CAM memory architecture
US6744654B2 (en) 2002-08-21 2004-06-01 Micron Technology, Inc. High density dynamic ternary-CAM memory architecture
US20040196701A1 (en) * 2002-08-21 2004-10-07 Loughmiller Daniel R. High density dynamic ternary-CAM memory architecture
US6760241B1 (en) 2002-10-18 2004-07-06 Netlogic Microsystems, Inc. Dynamic random access memory (DRAM) based content addressable memory (CAM) cell
US20040153899A1 (en) * 2002-11-13 2004-08-05 International Business Machines Corporation Memory device with data line steering and bitline redundancy
US7117400B2 (en) * 2002-11-13 2006-10-03 International Business Machines Corporation Memory device with data line steering and bitline redundancy
US7111110B1 (en) 2002-12-10 2006-09-19 Altera Corporation Versatile RAM for programmable logic device
US7480763B2 (en) 2002-12-10 2009-01-20 Altera Corporation Versatile RAM for a programmable logic device
US6807077B2 (en) 2002-12-13 2004-10-19 Renesas Technology Corp. Content addressable memory capable of stably storing ternary data
US20040114411A1 (en) * 2002-12-13 2004-06-17 Renesas Technology Corp. Content addressable memory capable of stably storing ternary data
US6859377B2 (en) 2003-01-14 2005-02-22 Renesas Technology Corp. Dynamic associative memory device
US20040136216A1 (en) * 2003-01-14 2004-07-15 Renesas Technology Corp. Dynamic associative memory device
US7088603B2 (en) 2003-05-12 2006-08-08 Micron Technology, Inc. DRAM CAM memory
US20050152166A1 (en) * 2003-05-12 2005-07-14 Vipul Patel Folded DRAM CAM cell
US6839258B2 (en) * 2003-05-12 2005-01-04 Micron Technology, Inc. Folded DRAM CAM cell
US20040228155A1 (en) * 2003-05-12 2004-11-18 Vipul Patel Folded dram cam cell
US6987684B1 (en) 2003-07-15 2006-01-17 Integrated Device Technology, Inc. Content addressable memory (CAM) devices having multi-block error detection logic and entry selective error correction logic therein
US7193876B1 (en) 2003-07-15 2007-03-20 Kee Park Content addressable memory (CAM) arrays having memory cells therein with different susceptibilities to soft errors
US6870749B1 (en) 2003-07-15 2005-03-22 Integrated Device Technology, Inc. Content addressable memory (CAM) devices with dual-function check bit cells that support column redundancy and check bit cells with reduced susceptibility to soft errors
US20060018142A1 (en) * 2003-08-11 2006-01-26 Varadarajan Srinivasan Concurrent searching of different tables within a content addressable memory
US7304875B1 (en) 2003-12-17 2007-12-04 Integrated Device Technology. Inc. Content addressable memory (CAM) devices that support background BIST and BISR operations and methods of operating same
US7848129B1 (en) 2008-11-20 2010-12-07 Netlogic Microsystems, Inc. Dynamically partitioned CAM array
US20110051484A1 (en) * 2009-08-28 2011-03-03 International Business Machines Corporation Low active power content addressable memory
US8400802B2 (en) 2009-11-04 2013-03-19 University-Industry Cooperation Group Of Kyunghee University Binary content addressable memory
US20110103120A1 (en) * 2009-11-04 2011-05-05 University-Industry Cooperation Group Of Kyunghee University Binray content addressable memory
US9815979B2 (en) 2010-05-06 2017-11-14 Johnson & Johnson Vision Care, Inc. Non-reactive, hydrophilic polymers having terminal siloxanes and methods for making and using the same
US10301465B2 (en) 2010-05-06 2019-05-28 Johnson & Johnson Vision Care, Inc. Non-reactive, hydrophilic polymers having terminal siloxanes and methods for making and using the same
US9522980B2 (en) 2010-05-06 2016-12-20 Johnson & Johnson Vision Care, Inc. Non-reactive, hydrophilic polymers having terminal siloxanes and methods for making and using the same
US20120032706A1 (en) * 2010-08-04 2012-02-09 Kyoung Nam Kim Multi-chip package
US8344754B2 (en) * 2010-08-04 2013-01-01 Hynix Semiconductor Inc. Multi-chip package
US8462532B1 (en) 2010-08-31 2013-06-11 Netlogic Microsystems, Inc. Fast quaternary content addressable memory cell
US8553441B1 (en) 2010-08-31 2013-10-08 Netlogic Microsystems, Inc. Ternary content addressable memory cell having two transistor pull-down stack
US8582338B1 (en) 2010-08-31 2013-11-12 Netlogic Microsystems, Inc. Ternary content addressable memory cell having single transistor pull-down stack
US8625320B1 (en) 2010-08-31 2014-01-07 Netlogic Microsystems, Inc. Quaternary content addressable memory cell having one transistor pull-down stack
US7920399B1 (en) 2010-10-21 2011-04-05 Netlogic Microsystems, Inc. Low power content addressable memory device having selectable cascaded array segments
US8467213B1 (en) 2011-03-22 2013-06-18 Netlogic Microsystems, Inc. Power limiting in a content search system
US9025354B2 (en) 2011-03-22 2015-05-05 Broadcom Corporation Power limiting in a content search system
US11067720B2 (en) 2011-05-04 2021-07-20 Johnson & Johnson Vision Care, Inc. Medical devices having homogeneous charge density and methods for making same
US9170349B2 (en) 2011-05-04 2015-10-27 Johnson & Johnson Vision Care, Inc. Medical devices having homogeneous charge density and methods for making same
US10386545B2 (en) 2011-05-04 2019-08-20 Johnson & Johnson Vision Care, Inc. Medical devices having homogeneous charge density and methods for making same
US9599751B2 (en) 2011-05-04 2017-03-21 Johnson & Johnson Vision Care, Inc. Medical devices having homogeneous charge density and methods for making same
US9612364B2 (en) 2011-05-04 2017-04-04 Johnson & Johnson Vision Care, Inc. Medical devices having homogeneous charge density and methods for making same
US9859268B2 (en) * 2011-05-17 2018-01-02 Semiconductor Energy Laboratory Co., Ltd. Content addressable memory
TWI570891B (en) * 2011-05-17 2017-02-11 半導體能源研究所股份有限公司 Semiconductor device
KR20190080838A (en) * 2011-05-17 2019-07-08 가부시키가이샤 한도오따이 에네루기 켄큐쇼 Semiconductor device
KR20120128566A (en) * 2011-05-17 2012-11-27 가부시키가이샤 한도오따이 에네루기 켄큐쇼 Semiconductor device
US20120292614A1 (en) * 2011-05-17 2012-11-22 Semiconductor Energy Laboratory Co., Ltd. Semiconductor device
US8773880B2 (en) 2011-06-23 2014-07-08 Netlogic Microsystems, Inc. Content addressable memory array having virtual ground nodes
US8837188B1 (en) 2011-06-23 2014-09-16 Netlogic Microsystems, Inc. Content addressable memory row having virtual ground and charge sharing
US10073192B2 (en) 2012-05-25 2018-09-11 Johnson & Johnson Vision Care, Inc. Polymers and nanogel materials and methods for making and using the same
US9726906B2 (en) 2012-05-25 2017-08-08 Johnson & Johnson Vision Care, Inc. Polymers and nanogel materials and methods for making and using the same
US9625617B2 (en) 2012-05-25 2017-04-18 Johnson & Johnson Vision Care, Inc. Contact lenses comprising water soluble N-(2 hydroxyalkyl) (meth)acrylamide polymers or copolymers
US9297929B2 (en) 2012-05-25 2016-03-29 Johnson & Johnson Vision Care, Inc. Contact lenses comprising water soluble N-(2 hydroxyalkyl) (meth)acrylamide polymers or copolymers
US10871595B2 (en) 2012-05-25 2020-12-22 Johnson & Johnson Vision Care, Inc. Polymers and nanogel materials and methods for making and using the same
US11029539B2 (en) 2012-05-25 2021-06-08 Johnson & Johnson Vision Care, Inc. Polymers and nanogel materials and methods for making and using the same
US11782296B2 (en) 2012-05-25 2023-10-10 Johnson & Johnson Vision Care, Inc. Polymers and nanogel materials and methods for making and using the same

Also Published As

Publication number Publication date
JPH05298891A (en) 1993-11-12
JP2966638B2 (en) 1999-10-25

Similar Documents

Publication Publication Date Title
US5319589A (en) Dynamic content addressable memory device and a method of operating thereof
US5881010A (en) Multiple transistor dynamic random access memory array architecture with simultaneous refresh of multiple memory cells during a read operation
US5276642A (en) Method for performing a split read/write operation in a dynamic random access memory
US3916390A (en) Dynamic memory with non-volatile back-up mode
US5677865A (en) Ferroelectric memory using reference charge circuit
EP0023510B1 (en) Memory organization for reducing peak current
US5161121A (en) Random access memory including word line clamping circuits
US5307314A (en) Split read/write dynamic random access memory
EP0920024B1 (en) Semiconductor memory device having a plurality of banks
US6909626B2 (en) Method and related circuit for accessing locations of a ferroelectric memory
EP1665275B1 (en) Method and apparatus for read bitline clamping for gain cell dram devices
US4380055A (en) Static RAM memory cell
US6707707B2 (en) SRAM power-up system and method
US6798712B2 (en) Wordline latching in semiconductor memories
KR19980085565A (en) Semiconductor memory
US5481496A (en) Semiconductor memory device and method of data transfer therefor
KR100419993B1 (en) Uni-transistor random access memory device and control method thereof
US6233179B1 (en) Circuit and method for reading and writing data in a memory device
US6859377B2 (en) Dynamic associative memory device
US4525810A (en) Semiconductor memory capable of both read/write and read-only operation
US6366504B1 (en) Random access memory
EP0044977A2 (en) Latent image memory device using single-FET read-write memory cells
EP0721188B1 (en) Residual charge elimination for a memory device
KR970011024B1 (en) Semiconductor memory device
JPH05120869A (en) Semiconductor memory device

Legal Events

Date Code Title Description
AS Assignment

Owner name: MITSUBISHI DENKI KABUSHIKI KAISHA, JAPAN

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST.;ASSIGNORS:YAMATA, TADATO;MIHARA, MASAAKI;HAMAMOTO, TAKESHI;AND OTHERS;REEL/FRAME:006300/0627

Effective date: 19921005

STCF Information on status: patent grant

Free format text: PATENTED CASE

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

FPAY Fee payment

Year of fee payment: 8

FPAY Fee payment

Year of fee payment: 12

AS Assignment

Owner name: RENESAS ELECTRONICS CORPORATION, JAPAN

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MITSUBISHI DENKI KABUSHIKI KAISHA;REEL/FRAME:025980/0219

Effective date: 20110307