rtio/sed: remove uneeded yield in test_sed_output_network

pull/889/head
Sebastien Bourdeauducq 2017-09-11 23:02:56 +08:00
parent 666bc600a2
commit 64d9381c36
1 changed files with 0 additions and 1 deletions

View File

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