mirror of
https://github.com/fpganinja/taxi.git
synced 2026-08-16 20:31:19 -07:00
eth: Test 100G variant in VCU108 example design
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user