mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-24 19:04:02 +08:00
grabber: prevent glitches in last_x/last_y cdc
This commit is contained in:
parent
c4e3c66265
commit
208dc7c218
@ -71,6 +71,8 @@ class Parser(Module, AutoCSR):
|
||||
)
|
||||
]
|
||||
|
||||
last_x.attr.add("no_retiming")
|
||||
last_y.attr.add("no_retiming")
|
||||
self.specials += [
|
||||
MultiReg(last_x, self.last_x.status),
|
||||
MultiReg(last_y, self.last_y.status)
|
||||
|
Loading…
Reference in New Issue
Block a user