From 0d3c6c5c5bd4c8e41d87dfb33623386d27f066cf Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Mon, 10 Aug 2026 00:33:08 -0700 Subject: [PATCH] eth: Test 100G variant in VCU108 example design Signed-off-by: Alex Forencich --- src/eth/example/VCU108/fpga/tb/fpga_core/test_fpga_core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/eth/example/VCU108/fpga/tb/fpga_core/test_fpga_core.py b/src/eth/example/VCU108/fpga/tb/fpga_core/test_fpga_core.py index 152897f..021d2a6 100644 --- a/src/eth/example/VCU108/fpga/tb/fpga_core/test_fpga_core.py +++ b/src/eth/example/VCU108/fpga/tb/fpga_core/test_fpga_core.py @@ -258,7 +258,7 @@ def process_f_files(files): return list(lst.values()) -@pytest.mark.parametrize("mac_data_w", [32, 64]) +@pytest.mark.parametrize("mac_data_w", [32, 64, 512]) def test_fpga_core(request, mac_data_w): dut = "fpga_core" module = os.path.splitext(os.path.basename(__file__))[0]