mirror of https://github.com/m-labs/artiq.git
wrpll: cleanup
This commit is contained in:
parent
344f8bd12a
commit
6c3e71a83a
|
@ -150,9 +150,4 @@ class Collector(Module):
|
||||||
NextValue(self.output, tag_collector),
|
NextValue(self.output, tag_collector),
|
||||||
NextState("IDLE")
|
NextState("IDLE")
|
||||||
)
|
)
|
||||||
self.sync += [
|
self.sync += self.output_update.eq(self.tag_helper_update)
|
||||||
self.output_update.eq(0),
|
|
||||||
If(self.tag_helper_update,
|
|
||||||
self.output_update.eq(1)
|
|
||||||
)
|
|
||||||
]
|
|
||||||
|
|
Loading…
Reference in New Issue