tests: fix sed lane distributor test, force enable spread

This commit is contained in:
mwojcik 2024-07-10 14:36:41 +08:00
parent 86c6d11ed4
commit 5ab2602802
1 changed files with 1 additions and 0 deletions

View File

@ -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 = []