mirror of
https://github.com/fpganinja/taxi.git
synced 2025-12-09 17:08:38 -08:00
eth: Invert TX completion output control
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
@@ -68,7 +68,7 @@ async def run_test(dut, payload_lengths=None, payload_data=None, ifg=12):
|
||||
test_frames = [payload_data(x) for x in payload_lengths()]
|
||||
|
||||
for test_data in test_frames:
|
||||
await tb.source.send(AxiStreamFrame(test_data, tid=0, tuser=2))
|
||||
await tb.source.send(AxiStreamFrame(test_data, tid=0, tuser=0))
|
||||
|
||||
for test_data in test_frames:
|
||||
rx_frame = await tb.sink.recv()
|
||||
@@ -115,7 +115,7 @@ async def run_test_alignment(dut, payload_data=None, ifg=12):
|
||||
start_lane = []
|
||||
|
||||
for test_data in test_frames:
|
||||
await tb.source.send(AxiStreamFrame(test_data, tid=0, tuser=2))
|
||||
await tb.source.send(AxiStreamFrame(test_data, tid=0, tuser=0))
|
||||
|
||||
for test_data in test_frames:
|
||||
rx_frame = await tb.sink.recv()
|
||||
|
||||
Reference in New Issue
Block a user