mirror of https://github.com/m-labs/artiq.git
tests: fix sed lane distributor test, force enable spread
This commit is contained in:
parent
86c6d11ed4
commit
5ab2602802
|
@ -14,6 +14,7 @@ def simulate(input_events, compensation=None, wait=True):
|
|||
if compensation is None:
|
||||
compensation = [0]*256
|
||||
dut = lane_distributor.LaneDistributor(LANE_COUNT, 8, layout, compensation, 3)
|
||||
dut.comb += dut.enable_spread.eq(1)
|
||||
|
||||
output = []
|
||||
access_results = []
|
||||
|
|
Loading…
Reference in New Issue