forked from M-Labs/artiq
sawg: disable limiter
temporary workaround to permit testing other aspects
This commit is contained in:
parent
cd2ac53bc5
commit
47928a2c0d
|
@ -66,4 +66,5 @@ class SatAddMixin:
|
||||||
limited.eq(limits[1]),
|
limited.eq(limits[1]),
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
|
self.comb += limited.eq(full)
|
||||||
return limited
|
return limited
|
||||||
|
|
Loading…
Reference in New Issue