Skip to content

Commit

Permalink
kc705: remove stale DDS definition
Browse files Browse the repository at this point in the history
sbourdeauducq committed Nov 22, 2016
1 parent 965fdd3 commit fbd83cf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions artiq/gateware/targets/kc705.py
Original file line number Diff line number Diff line change
@@ -229,8 +229,6 @@ def __init__(self, cpu_type="or1k", **kwargs):
rtio_channels.append(rtio.LogChannel())

self.add_rtio(rtio_channels)
assert self.rtio.fine_ts_width <= 3
self.config["DDS_RTIO_CLK_RATIO"] = 24 >> self.rtio.fine_ts_width


class NIST_QC2(_NIST_Ions):
@@ -309,8 +307,6 @@ def __init__(self, cpu_type="or1k", **kwargs):
rtio_channels.append(rtio.LogChannel())

self.add_rtio(rtio_channels)
assert self.rtio.fine_ts_width <= 3
self.config["DDS_RTIO_CLK_RATIO"] = 24 >> self.rtio.fine_ts_width


def main():

0 comments on commit fbd83cf

Please sign in to comment.