mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-18 16:06:30 +08:00
wrpll: add bit shift for collector helper output
This commit is contained in:
parent
c9ae406ac6
commit
e5e648bde1
@ -94,7 +94,7 @@ class WRPLL(Module, AutoCSR):
|
||||
]
|
||||
|
||||
self.comb += [
|
||||
self.filter_helper.input.eq(self.collector.out_helper),
|
||||
self.filter_helper.input.eq(self.collector.out_helper << 22),
|
||||
self.filter_helper.input_stb.eq(self.collector.out_stb),
|
||||
self.filter_main.input.eq(self.collector.out_main),
|
||||
self.filter_main.input_stb.eq(self.collector.out_stb)
|
||||
|
Loading…
Reference in New Issue
Block a user