phaser: spelling

pull/1533/head
Robert Jördens 2020-09-09 16:52:52 +00:00
parent 8aaeaa604e
commit 4e24700205
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ class DDSChannel(Module):
enable_replace=True))
to_rio_phy = ClockDomainsRenamer("rio_phy")
self.submodules.dds = to_rio_phy(MultiDDS(
n=5, fwidth=32, xwidth=16, z=19, zl=10, shae_lut=share_lut))
n=5, fwidth=32, xwidth=16, z=19, zl=10, share_lut=share_lut))
regs = []
for i in self.dds.i:
regs.extend([i.f, Cat(i.a, i.clr, i.p)])