Test Engine FPGA IP User Guide: Agilex™ 5 and Agilex™ 7 FPGAs

ID 817758
Date 11/04/2024
Public
Document Table of Contents

5.4.9. testengine_axi4_parse_errors

Usage

testengine_lib::testengine_axi4_parse_errors ?driver? ?log_dir? ?axid_width? ?axaddr_width? ?xdata_width?

Description

[BETA] Gets detailed error log from AXI4 driver.

Parses basic error metrics from the selected AXI4 driver and prints them to a log file under the specified directory labelled driver_${driver}_errors.txt if any errors are found.

Detailed error logs will be extracted when all AXI port width arguments are provided. If only some AXI port widths are provided, no error metrics or logs will be extracted.

Parameters

driver

Driver index. Defaults to 0.

log_dir

Output directory for error logs. Defaults to current directory.

axid_width

Width of the AxID ports on the driver's AXI Interface. Optional.

axaddr_width

Width of the AxADDR ports on the driver's AXI Interface. Optional.

xdata_width

Width of the xDATA ports on the driver's AXI Interface. Optional.