Can we implement relational operations (<, > , >=, <= ) using TCAM? Even if they are possible to implement, are TCAMs used for relational operations in real life? What are the pros and cons?
Asked
Active
Viewed 27 times
1 Answers
0
Yes, it is possible.
No, it is not normally done. Ordinary gates (LUTs on an FPGA) are far more efficient.
To compare two N-bit operands, it would require a N × 2N TCAM, but only N 4-input LUTs in an FPGA, or the equivalent amount of logic in an ASIC.
Dave Tweed
- 172,781
- 17
- 234
- 402