Forum Discussion
2 Replies
- Altera_Forum
Honored Contributor
I had to do a CAM module for a network switch who had to store MAC addresses and I ended up doing a state machine and a hash table. It works great but you can't guarantee any access time (in the worst case scenario all the addresses have the same hash and you still need to read each one of them to get the result).
- ACamm2
New Contributor
Hi,
is it possible to have the CAM code?
thanks in advance