2
0
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:
hartytp 2020-10-08 15:16:07 +08:00 committed by Sebastien Bourdeauducq
parent c9ae406ac6
commit e5e648bde1

View File

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