eth: Update BASE-X PFC test

Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
Alex Forencich
2026-06-04 19:06:06 -07:00
parent 90bbb8a780
commit ee76d39fda

View File

@@ -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