From 5ab2602802ee7601a47a041e44edc29d037327fe Mon Sep 17 00:00:00 2001 From: mwojcik Date: Wed, 10 Jul 2024 14:36:41 +0800 Subject: [PATCH] tests: fix sed lane distributor test, force enable spread --- artiq/gateware/test/rtio/test_sed_lane_distributor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/artiq/gateware/test/rtio/test_sed_lane_distributor.py b/artiq/gateware/test/rtio/test_sed_lane_distributor.py index 6c9135c86..7d4440a5c 100644 --- a/artiq/gateware/test/rtio/test_sed_lane_distributor.py +++ b/artiq/gateware/test/rtio/test_sed_lane_distributor.py @@ -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 = []