forked from M-Labs/artiq
phaser: new multidds
This commit is contained in:
parent
c18f515bf9
commit
868a9a1f0c
|
@ -36,7 +36,7 @@ class Phaser(Module):
|
||||||
|
|
||||||
# share a CosSinGen LUT between the two channels
|
# share a CosSinGen LUT between the two channels
|
||||||
self.submodules.ch0 = DDSChannel()
|
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_channels = 2
|
||||||
n_samples = 8
|
n_samples = 8
|
||||||
n_bits = 14
|
n_bits = 14
|
||||||
|
|
Loading…
Reference in New Issue