IP Library Granted Patent US 9,711,220
Granted Patent B2
US 9,711,220 · App. 14/963,087 · Granted Jul 18, 2017

Duo content addressable memory (CAM) using a single CAM

View Patent ↗
Loading inventors, assignments & file history…
Monitor This Case
Get email alerts when status or documents change.
Order Certified Copies
Most orders are placed with the USPTO same day — all within 24 business hours.
Order via The Patent Place →
Pre-filled with this patent's details
Quick Facts
Patent No.
US 9,711,220
App. No.
14/963,087
Granted
Jul 18, 2017
Kind
B2
Abstract

Disclosed is a content addressable memory (CAM). The content addressable memory array includes a memory array and a data match module. The memory array includes multiple memory rows. Each memory row is configured to store a first data word and a second data word. The data match module includes a first match circuitry configured to compare a first match word to the first data word of a memory row, and to generate a first match output based on the comparison between the first match word and the first data word of the memory row. The data match module further includes a second match circuitry configured to compare a second match word to the second data word of the memory row, and to generate a second match output based on the comparison between the second match word and the second data word of the memory row.

Claims (71)

1. A content addressable memory (CAM) comprising:

a memory array comprising a plurality of memory rows, each memory row configured to store a first data word and a second data word;

a data match module comprising:

a first match circuitry configured to compare a first match word to the first data word of a memory row, and to generate a first match output based on the comparison between the first match word and the first data word of the memory row, the first match word based on an input word received by the CAM, and

a second match circuitry configured to compare a second match word to the second data word of the memory row, and to generate a second match output based on the comparison between the second match word and the second data word of the memory row, the second match word based on the input word received by the CAM; and

a read/write circuitry configured to:

receive an input word and a selection signal for the input word, the input word to be stored in a memory row of the memory array, and the selection signal selecting either the first data word of the memory row or the second data word of the memory row for storage of the input word;

responsive to the selection signal selecting the first data word of the memory word:

retrieving the second data word of the memory row,

combining the input word with the second data word to generate a first extended input word, and

storing the first extended input word in the memory row; and

responsive to the selection signal selecting the second data word of the memory word:

retrieving the first data word of the memory row,

combining the first data word with the input word to generate a second extended input word, and

storing the second extended input word in the memory row.

2. The CAM of claim 1 , wherein the first data word and the second data word have a same length.

3. The CAM of claim 1 , wherein the input word has a length equal to or greater than a sum of a length of the first data word and a length of the second data word; and wherein the first match word is a first portion of the input word, and the second match word is a second portion of the input word.

4. The CAM of claim 3 , wherein the extended input word is at least twice as wide as the first data word.

5. The CAM of claim 3 , wherein the first match word and the second match word are equal to the input word.

6. A non-transitory computer readable storage medium storing a digital design of a content addressable memory (CAM), the digital design of the CAM comprising:

a memory array comprising a plurality of memory rows, each memory row configured to store a first data word and a second data word;

a data match module comprising:

a first match circuitry configured to compare a first match word to the first data word of a memory row, and to generate a first match output based on the comparison between the first match word and the first data word of the memory row, the first match word based on an input word received by the CAM, and

a second match circuitry configured to compare a second match word to the second data word of the memory row, and to generate a second match output based on the comparison between the second match word and the second data word of the memory row, the second match word based on the input word received by the CAM; and

a read/write circuitry configured to:

receive an input word and a selection signal for the input word, the input word to be stored in a memory row of the memory array, and the selection signal selecting either the first data word of the memory row or the second data word of the memory row for storage of the input word,

responsive to the selection signal selecting the first data word of the memory row asserting write enable for the first data word of the memory row and not for the second data word of the memory row,

responsive to the selection signal selecting the second data word of the memory row asserting write enable for the second data word of the memory row and not for the first data word of the memory row, and

writing the input word to one of the data words within the memory row according to the write enable.

7. The non-transitory computer readable storage medium of claim 6 , wherein the first data word and the second data word have a same length.

8. The non-transitory computer readable storage medium of claim 6 , wherein the input word has a length equal to or greater than a sum of a length of the first data word and a length of the second data word; and wherein the first match word is a first portion of the input word, and the second match word is a second portion of the input word.

9. The non-transitory computer readable storage medium of claim 8 , wherein the extended input word is at least twice as wide as the first data word.

10. The non-transitory computer readable storage medium of claim 8 , the first match word and the second match word are equal to the input word.

11. A computer-implemented method for generating a digital design of content addressable memory (CAM), comprising:

receiving a description of a plurality of content addressable memories (CAMs), the description of each of the CAMs at least including a width;

generating, by a computer, a design of a memory array, the memory array including a plurality of memory rows, each memory row having a width equal to a sum of the widths included in the received description of the plurality of CAMs, each memory row configured to store a first data word and a second data word;

generating, by a computer, a design of a first match circuitry configured to compare a first match word to the first data word of a memory row, and to generate a first match output based on the comparison between the first match word and the first data word of the memory row, the first match word based on an input word received by the CAM; and

generating, by a computer, a design of a second match circuitry configured to compare a second match word to the second data word of the memory row, and to generate a second match output based on the comparison between the second match word and the second data word of the memory row, the second match word based on the input word received by the CAM.

12. The method of claim 11 , wherein the first data word and the second data word have a same length.

13. The method of claim 11 , wherein the input word has a length equal to or greater than a sum of a length of the first data word and a length of the second data word; and wherein the first match word is a first portion of the input word, and the second match word is a second portion of the input word.

14. The method of claim 11 , wherein the first match word and the second match word are equal to the input word.

15. The method of claim 11 , further comprising:

generating a design of a read/write circuitry configured to:

receive an input word and a selection signal for the input word, the input word to be stored in a memory row of the memory array, and the selection signal selecting either the first data word of the memory row or the second data word of the memory row for storage of the input word;

responsive to the selection signal selecting the first data word of the memory word:

retrieving the second data word of the memory row,

combining the input word with the second data word to generate a first extended input word, and

storing the first extended input word in the memory row; and

responsive to the selection signal selecting the second data word of the memory word:

retrieving the first data word of the memory row,

combining the first data with the input word to generate a second extended input word, and

storing the second extended input word in the memory row.

16. The method of claim 11 , further comprising:

generating a design of a read/write circuitry configured to:

receive an input word and a selection signal for the input word, the input word to be stored in a memory row of the memory array, and the selection signal selecting either the first data word of the memory row or the second data word of the memory row for storage of the input word;

responsive to the selection signal selecting the first data word of the memory row, asserting write enable for the first data word of the memory row and not for the second data word of the memory row;

responsive to the selection signal selecting the second data word of the memory row asserting write enable for the second data word of the memory row and not for the first data word of the memory row; and

writing the input word to one of the data words within the memory row according to the write enable.

17. A content addressable memory (CAM) comprising:

a memory array comprising a plurality of memory rows, each memory row configured to store a first data word and a second data word;

a data match module comprising:

a first match circuitry configured to compare a first match word to the first data word of a memory row, and to generate a first match output based on the comparison between the first match word and the first data word of the memory row, the first match word based on an input word received by the CAM, and

a second match circuitry configured to compare a second match word to the second data word of the memory row, and to generate a second match output based on the comparison between the second match word and the second data word of the memory row, the second match word based on the input word received by the CAM; and

a read/write circuitry configured to:

receive an input word and a selection signal for the input word, the input word to be stored in a memory row of the memory array, and the selection signal selecting either the first data word of the memory row or the second data word of the memory row for storage of the input word,

responsive to the selection signal selecting the first data word of the memory row, asserting write enable for the first data word of the memory row and not for the second data word of the memory row,

responsive to the selection signal selecting the second data word of the memory row asserting write enable for the second data word of the memory row and not for the first data word of the memory row, and

writing the input word to one of the data words within the memory row according to the write enable.

18. The CAM of claim 1 , wherein the first data word and the second data word have a same length.

19. The CAM of claim 1 , wherein the input word has a length equal to or greater than a sum of a length of the first data word and a length of the second data word; and wherein the first match word is a first portion of the input word, and the second match word is a second portion of the input word.

20. The CAM of claim 19 , wherein the first match word and the second match word are equal to the input word.

Assignments (5)
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Feb 4, 2020
From: ESILICON CORPORATION
To: SYNOPSYS, INC.
Reel/Frame 051716/0487 →
RELEASE OF SECURITY INTEREST Recorded Jun 21, 2019
From: SILICON VALLEY BANK
To: ESILICON CORPORATION
Reel/Frame 049558/0449 →
SECURITY INTEREST Recorded Sep 22, 2017
From: ESILICON CORPORATION
To: SILICON VALLEY BANK
Reel/Frame 043669/0832 →
SECURITY INTEREST Recorded Aug 18, 2017
From: ESILICON CORPORATION
To: RUNWAY GROWTH CREDIT FUND INC.
Reel/Frame 043334/0521 →
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Dec 21, 2015
From: DUDECK, DENNIS
To: ESILICON CORPORATION
Reel/Frame 037345/0458 →