diff --git a/artiq/gateware/dsp/sawg.py b/artiq/gateware/dsp/sawg.py index 0b97f37ea..4001eb09d 100644 --- a/artiq/gateware/dsp/sawg.py +++ b/artiq/gateware/dsp/sawg.py @@ -166,7 +166,7 @@ class Channel(Module, SatAddMixin): self.widths = widths self.orders = orders self.parallelism = parallelism - self.latency = a1.latency + b.latency + 2 + self.latency = a1.latency + hbf[0].latency + b.latency + 2 self.cordic_gain = a1.gain*b.gain ###