Skip to content

Commit

Permalink
kc705: make config[] usage consistent
Browse files Browse the repository at this point in the history
jordens committed Dec 15, 2015
1 parent 4362f97 commit bf29e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artiq/gateware/targets/kc705.py
Original file line number Diff line number Diff line change
@@ -175,7 +175,7 @@ def __init__(self, cpu_type="or1k", **kwargs):

self.config["RTIO_DDS_CHANNEL"] = len(rtio_channels)
self.config["DDS_CHANNEL_COUNT"] = 8
self.config["DDS_AD9858"] = 1
self.config["DDS_AD9858"] = True
phy = dds.AD9858(platform.request("dds"), 8)
self.submodules += phy
rtio_channels.append(rtio.Channel.from_phy(phy,

0 comments on commit bf29e8d

Please sign in to comment.