mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-26 19:58:25 +08:00
rtio/sed: remove uneeded yield in test_sed_output_network
This commit is contained in:
parent
666bc600a2
commit
64d9381c36
@ -18,7 +18,6 @@ def simulate(input_events):
|
||||
dut = output_network.OutputNetwork(LANE_COUNT, LANE_COUNT*4, layout_payload)
|
||||
output = []
|
||||
def gen():
|
||||
yield
|
||||
for n, input_event in enumerate(input_events):
|
||||
yield dut.input[n].valid.eq(1)
|
||||
yield dut.input[n].seqn.eq(n)
|
||||
|
Loading…
Reference in New Issue
Block a user