Forum Discussion
Altera_Forum
Honored Contributor
9 years agoBrowse the ram content
Hello everyone, i am doing image processing on fgpa. Actually i want to browse the ram content for every row of the image, and whenever the content of the adress is not updated i need to register...
Altera_Forum
Honored Contributor
9 years agoAs i read the CAM return one-hot output for example if the matched address is 001 then the one-hot output is 00..010 if it is 010 then the one-hot output is 000..00100 if it is 011 the one-hot output is 00...01000 etc. Then we encode this output to get the address number.