mirror of
https://github.com/fpganinja/taxi.git
synced 2026-06-27 09:11:21 -07:00
eth: Update BASE-X PFC test
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user