sawg: fix latency

old/phaser2
Robert Jördens 2016-12-08 15:51:01 +01:00
parent f4ceace253
commit 598da09a93
1 changed files with 1 additions and 1 deletions

View File

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