sawg: disable limiter

temporary workaround to permit testing other aspects
This commit is contained in:
Robert Jördens 2017-06-22 17:31:04 +02:00
parent cd2ac53bc5
commit 47928a2c0d
1 changed files with 1 additions and 0 deletions

View File

@ -66,4 +66,5 @@ class SatAddMixin:
limited.eq(limits[1]),
)
]
self.comb += limited.eq(full)
return limited