laforest / FPGADesignElements

A self-contained online book containing a library of FPGA design modules and related coding/design guides.
MIT License
387 stars 40 forks source link

CAM implementation #18

Closed pwang7 closed 2 years ago

pwang7 commented 2 years ago

Hi there, I'm looking for a CAM implementation, the "FPGA Design Elements" is lack of CAM related content. Would you please kindly share with me some resource/documents on CAM? Thanks!

laforest commented 2 years ago

Hello, I haven't implemented any CAM logic yet. If you would like to design your own, start with "Deep and narrow binary content-addressable memories using FPGA-based BRAMs", by Abdelhadi and Lemieux: https://ieeexplore.ieee.org/abstract/document/7082808 Good Luck! Eric

pwang7 commented 2 years ago

Hello, I haven't implemented any CAM logic yet. If you would like to design your own, start with "Deep and narrow binary content-addressable memories using FPGA-based BRAMs", by Abdelhadi and Lemieux: https://ieeexplore.ieee.org/abstract/document/7082808 Good Luck! Eric

Thank you so much!