From ee76d39fda64aeedf03b46b43e380759a0b49bfc Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Thu, 4 Jun 2026 19:06:06 -0700 Subject: [PATCH] eth: Update BASE-X PFC test Signed-off-by: Alex Forencich --- .../test_taxi_eth_mac_phy_1g_basex.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/eth/tb/taxi_eth_mac_phy_1g_basex/test_taxi_eth_mac_phy_1g_basex.py b/src/eth/tb/taxi_eth_mac_phy_1g_basex/test_taxi_eth_mac_phy_1g_basex.py index a642cb5..c1a9d90 100644 --- a/src/eth/tb/taxi_eth_mac_phy_1g_basex/test_taxi_eth_mac_phy_1g_basex.py +++ b/src/eth/tb/taxi_eth_mac_phy_1g_basex/test_taxi_eth_mac_phy_1g_basex.py @@ -644,12 +644,12 @@ async def run_test_pfc(dut, gbx_cfg=None, ifg=12): dut.rx_pfc_ack.value = 0xff for i in range(8): - for k in range(500): + for k in range(750): await RisingEdge(dut.tx_clk) dut.tx_pfc_req.value = 0xff >> (7-i) - for k in range(500): + for k in range(750): await RisingEdge(dut.tx_clk) dut.tx_pfc_req.value = 0x00