diff --git a/artiq/gateware/test/rtio/test_sed_output_network.py b/artiq/gateware/test/rtio/test_sed_output_network.py index e876637af..b9c10526e 100644 --- a/artiq/gateware/test/rtio/test_sed_output_network.py +++ b/artiq/gateware/test/rtio/test_sed_output_network.py @@ -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)