Forum Discussion
Altera_Forum
Honored Contributor
10 years agoHow to implement Content Addressable Memory in Stratix V FPGA
Hi, I will be working on a Stratix V development platform in a couple of days, and I m curious to know whether Content Addressable Memory can be modelled in it. I ve checked with the UserMan...
Altera_Forum
Honored Contributor
10 years agoThe modern FPGAs don't have CAM any more. You can emulate a CAM using a regular memory block, but of course it uses a lot more memory bits. You can have a look at pages 9.6 and over in the advanced synthesis cookbook (https://www.altera.com/content/dam/altera-www/global/en_us/pdfs/literature/manual/stx_cookbook.pdf) for a way to implement it.