forked from M-Labs/artiq
kasli: compile tester for hw 2.0 by default
This commit is contained in:
parent
140a26ad7e
commit
7e400a78f4
|
@ -158,7 +158,7 @@ class Tester(StandaloneBase):
|
||||||
"""
|
"""
|
||||||
def __init__(self, hw_rev=None, **kwargs):
|
def __init__(self, hw_rev=None, **kwargs):
|
||||||
if hw_rev is None:
|
if hw_rev is None:
|
||||||
hw_rev = "v1.1"
|
hw_rev = "v2.0"
|
||||||
StandaloneBase.__init__(self, hw_rev=hw_rev, **kwargs)
|
StandaloneBase.__init__(self, hw_rev=hw_rev, **kwargs)
|
||||||
|
|
||||||
self.config["SI5324_AS_SYNTHESIZER"] = None
|
self.config["SI5324_AS_SYNTHESIZER"] = None
|
||||||
|
|
Loading…
Reference in New Issue