From b84b6b53cc66633557e4785f98e197f4d1fde7a5 Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Sat, 24 Jun 2023 00:57:02 -0700 Subject: [PATCH] fpga/common/tb: Fix testbench name Signed-off-by: Alex Forencich --- fpga/common/tb/mqnic_core_axi/test_mqnic_core_axi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fpga/common/tb/mqnic_core_axi/test_mqnic_core_axi.py b/fpga/common/tb/mqnic_core_axi/test_mqnic_core_axi.py index 56cca2df6..402ebfab5 100644 --- a/fpga/common/tb/mqnic_core_axi/test_mqnic_core_axi.py +++ b/fpga/common/tb/mqnic_core_axi/test_mqnic_core_axi.py @@ -545,7 +545,7 @@ pcie_rtl_dir = os.path.abspath(os.path.join(lib_dir, 'pcie', 'rtl')) (1, 2, 128, 64, 64, 1), (1, 1, 128, 64, 128, 1), ]) -def test_mqnic_core_pcie_axi(request, if_count, ports_per_if, axi_data_width, +def test_mqnic_core_axi(request, if_count, ports_per_if, axi_data_width, axis_data_width, axis_sync_data_width, ptp_ts_enable): dut = "mqnic_core_axi" module = os.path.splitext(os.path.basename(__file__))[0]