Content addressable Memory(VLSI)

Thread Starter

ggirishs1989

Joined Oct 15, 2012
5
Hi,
My project is based on Content \Addressable Memory.
Could u pls help me out in guiding what all implementations that can be done using CAM??
 

Wendy

Joined Mar 24, 2008
23,421
The Completed Projects Forum is for Completed Projects only. It is meant to allow members to show plans for projects they built so other members can duplicate them if desired. New threads are also automatically moderated per Moderator review for this reason. Your thread does not belong in this forum, and was moved here.
 

MrChips

Joined Oct 2, 2009
30,807
I did Content Addressable Memory in grad courses. It has immediate applications in today's massive databases and search engines.

Imagine a query calling for all blue balls between 5 and 6-cm diameter and rather than searching the entire database, all objects that fit those criteria stood up and identified themselves.

The way to implement this is with massive quantity of distributed processors, especially since hardware is so inexpensive today. Each processor would be responsible for its own database and will respond when it finds a match to a query.
 
Top