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