mirror of
https://github.com/fpganinja/taxi.git
synced 2026-01-19 01:40:19 -08:00
eth: Add gearbox support to 64-bit 10G MAC
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
@@ -911,7 +911,8 @@ def process_f_files(files):
|
||||
|
||||
|
||||
@pytest.mark.parametrize(("dic_en", "pfc_en"), [(1, 1), (1, 0), (0, 0)])
|
||||
@pytest.mark.parametrize(("low_latency", "combined_mac_pcs"), [(1, 1), (0, 1), (0, 0)])
|
||||
@pytest.mark.parametrize("low_latency", [1, 0])
|
||||
@pytest.mark.parametrize("combined_mac_pcs", [1, 0])
|
||||
def test_taxi_eth_mac_25g_us(request, combined_mac_pcs, low_latency, dic_en, pfc_en):
|
||||
dut = "taxi_eth_mac_25g_us"
|
||||
module = os.path.splitext(os.path.basename(__file__))[0]
|
||||
|
||||
Reference in New Issue
Block a user