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.2.6. TCAM Lookup Operations through the AXI-ST Interface

You can perform a line rate lookup operation using the AXI-ST interface.

To perform a lookup operation, follow these steps in the AXI-ST interface:

  1. Send key through app_ss_st_req_tuser_key with app_ss_st_req_tvalid high.
  2. The key is accepted when the interface handshaking happens (that is, when app_ss_st_req_tvalid and ss_app_req_tready are both high).
  3. Check ss_app_st_resp_tvalid on AXI ST response interface. When ss_app_st_resp_tvalid is high, check ss_app_st_resp_tuser_found and ss_app_st_resp_tuser_key.
  4. With ss_app_st_resp_tvalid = 1 and ss_app_st_resp_tuser_found = 1.

The following image shows a lookup operation through the AXI-ST operation:

Figure 31. Lookup Operation on TCAM