mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-28 12:48:26 +08:00
sawg: fix latency
This commit is contained in:
parent
f4ceace253
commit
598da09a93
@ -166,7 +166,7 @@ class Channel(Module, SatAddMixin):
|
||||
self.widths = widths
|
||||
self.orders = orders
|
||||
self.parallelism = parallelism
|
||||
self.latency = a1.latency + b.latency + 2
|
||||
self.latency = a1.latency + hbf[0].latency + b.latency + 2
|
||||
self.cordic_gain = a1.gain*b.gain
|
||||
|
||||
###
|
||||
|
Loading…
Reference in New Issue
Block a user