Skip to content

Commit

Permalink
opticlock: external 100 MHz
Browse files Browse the repository at this point in the history
  • Loading branch information
jordens committed Sep 28, 2018
1 parent 0fef2af commit d0ee2c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artiq/gateware/targets/kasli.py
Expand Up @@ -153,7 +153,7 @@ def __init__(self, hw_rev=None, **kwargs):
_StandaloneBase.__init__(self, hw_rev=hw_rev, **kwargs)

self.config["SI5324_AS_SYNTHESIZER"] = None
# self.config["SI5324_EXT_REF"] = None
self.config["SI5324_EXT_REF"] = None
self.config["RTIO_FREQUENCY"] = "125.0"
if hw_rev == "v1.0":
# EEM clock fan-out from Si5324, not MMCX
Expand Down

0 comments on commit d0ee2c2

Please sign in to comment.