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

ID 789389
Date 12/04/2023
Public

A newer version of this document is available. Customers should click here to go to the newest version.

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 26. Lookup Operation on TCAM