Agilex™ 7 F-Series and I-Series FPGA Memory Subsystem IP User Guide

ID 789389
Date 7/15/2024
Public
Document Table of Contents

6.3.4. BCAM Delete Operations

You can use a delete operation to delete an existing (key, result) entry; you must provide the key.

To perform a delete operation, follow these steps in the AXI-Lite interface:

  1. Write the key to the key_n registers.
  2. Write to the mgmt_ctrl register, specifying op_type = 0x2.
  3. Poll the mgmt_ctrl register until the busy bit = 0x0.
Figure 38. Delete Operation on BCAM
A successful deletion sets the mgmt_ctrl register success bit to 0x1; if the deletion fails, mgmt_ctrl is set to 0x0. If you attempt to delete an entry that does not exist, the operation fails.
  • The address of mgmt_ctrl register is 0x50.
  • The address of key_n register is 0x1000.
  • The address of result_n register is 0x2000.