mirror of https://github.com/m-labs/artiq.git
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]),
|
||||
)
|
||||
]
|
||||
self.comb += limited.eq(full)
|
||||
return limited
|
||||
|
|
Loading…
Reference in New Issue