From e5f67501715bbd59c0508a173d0fed49d5fd810c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20J=C3=B6rdens?= Date: Fri, 8 Jun 2018 11:47:35 +0000 Subject: [PATCH] sawg: cleanup double assign --- artiq/gateware/dsp/sawg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/gateware/dsp/sawg.py b/artiq/gateware/dsp/sawg.py index c47be1978..6f983ba90 100644 --- a/artiq/gateware/dsp/sawg.py +++ b/artiq/gateware/dsp/sawg.py @@ -194,7 +194,7 @@ class Channel(Module, SatAddMixin): limits=cfg.limits[1], clipped=cfg.clipped[1])), hbf[1].i.eq(self.sat_add((a1.yo[0], a2.yo[0]), width=len(hbf[1].i), - limits=cfg.limits[1], clipped=cfg.clipped[1])), + limits=cfg.limits[1])), ] # wire up outputs and q_{i,o} exchange for o, x, y in zip(self.o, b.xo, self.y_in):