content addressable memory
#2
please read this
Content-addressable memory (CAM) is a special type of computer memory used in certain very high speed searching applications. It is also known as associative memory, associative storage Unlike standard computer memory (random access memory or RAM) in which the user supplies a memory address and the RAM returns the data word stored at that address, a CAM is designed such that the user supplies a data word and the CAM searches its entire memory to see if that data word is stored anywhere in it. If the data word is found, the CAM returns a list of one or more storage addresses where the word was found, Because a CAM is designed to search its entire memory in a single operation, it is much faster than RAM in virtually all search applications. , There are cost disadvantages to CAM however. Unlike a RAM chip, which has simple storage cells, each individual memory bit in a fully parallel CAM must have its own associated comparison circuit to detect a match between the stored bit and the input bit. Additionally, match outputs from each cell in the data word must be combined to yield a complete data word match signal. The additional circuitry increases the physical size of the CAM chip which increases manufacturing cost. The extra circuitry also increases power dissipation since every comparison circuit is active on every clock cycle. Consequently, CAM is only used in specialized applications where searching speed cannot be accomplished using a less costly method. And content addressable memory is using comparison logic with each bit of storage. A data value is broadcast to all words of storage and compared with the values there. Words which match are flagged in some way. Subsequent operations can then work on flagged words, e.g. read them out one at a time or write to certain bit positions in all of them. A CAM can thus operate as a data parallel (SIMD) processor , Writing to a CAM is exactly like writing to a conventional RAM. However, the read operation is actually a search of the CAM for a match to an input "tag." In addition to storage cells, the CAM requires one or more comparators

For more please visit

http://en.wikipediawiki/Content-addressable_memory
http://citeseerx.ist.psu.edu/viewdoc/dow...1&type=pdf
http://acteldocuments/CAM_AN.pdf
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: highway addressable remote transducer pdf, content addressable memory technical seminar report, report for content addressable memory, highway addressable remote transducer protocol, highway addressable remote transducer, content addressable memory cam, vhdl code simulation content addressable memory,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Messages In This Thread
content addressable memory - by muthu kumar - 08-02-2010, 09:14 PM
RE: content addressable memory - by project report tiger - 08-02-2010, 10:20 PM
RE: content addressable memory - by tulsi sneha - 21-03-2010, 10:44 PM
RE: content addressable memory - by projectsofme - 09-10-2010, 10:58 AM
RE: content addressable memory - by projectsofme - 11-10-2010, 04:35 PM
RE: content addressable memory - by wokfel - 11-10-2010, 06:11 PM
RE: content addressable memory - by seminar class - 21-03-2011, 12:07 PM

Possibly Related Threads...
Thread Author Replies Views Last Post
  matlab audio retrieval content 3 786 21-07-2016, 03:09 PM
Last Post: dhanabhagya
  content based image retrieval function and non functional requirement 1 645 13-05-2016, 09:17 AM
Last Post: dhanabhagya
  sift algorithm matlab content based image retrieval 1 445 22-04-2016, 11:06 AM
Last Post: dhanabhagya
  matlab code for content based video retrieval 1 493 20-04-2016, 12:17 PM
Last Post: dhanabhagya
  silicon memory chip ppt download 1 828 19-04-2016, 09:19 AM
Last Post: dhanabhagya
  advantages of strataflash memory 1 598 18-04-2016, 10:51 AM
Last Post: dhanabhagya
  seminar topic silicon memory 1 742 13-04-2016, 10:27 AM
Last Post: dhanabhagya
  matlab code for content based video retrieval 1 509 07-04-2016, 12:39 PM
Last Post: dhanabhagya
  content based image retrieval java source code 1 479 28-03-2016, 02:33 PM
Last Post: dhanabhagya
  a memory learning framework for effective image retrieval on ppt 1 594 17-03-2016, 02:36 PM
Last Post: dhanabhagya

Forum Jump: