wrpll: cleanup

This commit is contained in:
Sebastien Bourdeauducq 2020-01-18 09:43:43 +08:00
parent 344f8bd12a
commit 6c3e71a83a
1 changed files with 1 additions and 6 deletions

View File

@ -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)