phaser: new multidds

pull/1533/head
Robert Jördens 2020-09-16 14:06:38 +00:00
parent c18f515bf9
commit 868a9a1f0c
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ class Phaser(Module):
# share a CosSinGen LUT between the two channels
self.submodules.ch0 = DDSChannel()
self.submodules.ch1 = DDSChannel(share_lut=self.ch0.dds.mod.cs.lut)
self.submodules.ch1 = DDSChannel(share_lut=self.ch0.dds.cs.lut)
n_channels = 2
n_samples = 8
n_bits = 14