Visible to Intel only — GUID: dyh1665772014144
Ixiasoft
Visible to Intel only — GUID: dyh1665772014144
Ixiasoft
3.2.1. Memory Subsystem BCAM
An AXI-Lite CSR interface allows database entries to be inserted, modified, deleted or flushed (all entries deleted) by a management entity; the management entity may also perform a search for a specific key. The BCAM can achieve 1-search-per-cycle by pipelined execution.
Bucket Memory
There are two bucket memory tables which consist of blocks of memory that are subdivided into a predetermined number of smaller blocks of uniform size called bucket slots. Bucket slots are configurable using the Number of Entries parameter in the parameter editor. Each bucket contains four bucket slots. Each bucket can hold four entries: key, fingerprint, result, valid. When a key is inserted, it is hashed to generate a bucket index i1 for table 1, and bucket index i2 for table 2; however, only one table is chosen to store the new entry. For example, if bucket i1 of table 1 is already full (that is, if all four bucket slots are occupied), then the new entry is stored at an available slot of bucket i2 at table 2. If both table 1 and table 2 buckets are full (that is, if all 8 bucket slots are occupied), the cuckoo swapping algorithm is triggered.