mirror of
https://github.com/fpganinja/taxi.git
synced 2025-12-09 17:08:38 -08:00
eth: Use shared counter for fractional part of pause quanta
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
@@ -668,6 +668,8 @@ async def run_test_pfc(dut, ifg=12):
|
||||
test_frame = XgmiiFrame.from_payload(bytes(test_pkt))
|
||||
await tb.serdes_source.send(test_frame)
|
||||
|
||||
dut.rx_pfc_ack.value = 0xff
|
||||
|
||||
for i in range(8):
|
||||
for k in range(200):
|
||||
await RisingEdge(dut.tx_clk)
|
||||
|
||||
Reference in New Issue
Block a user