From 47928a2c0d49f0519f3232d0a3ee191742ef5c6c Mon Sep 17 00:00:00 2001 From: Robert Jordens Date: Thu, 22 Jun 2017 17:31:04 +0200 Subject: [PATCH] sawg: disable limiter temporary workaround to permit testing other aspects --- artiq/gateware/dsp/tools.py | 1 + 1 file changed, 1 insertion(+) diff --git a/artiq/gateware/dsp/tools.py b/artiq/gateware/dsp/tools.py index c198d1706..d4ddb2158 100644 --- a/artiq/gateware/dsp/tools.py +++ b/artiq/gateware/dsp/tools.py @@ -66,4 +66,5 @@ class SatAddMixin: limited.eq(limits[1]), ) ] + self.comb += limited.eq(full) return limited