2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-25 11:18:27 +08:00

kasli: compile tester for hw 2.0 by default

This commit is contained in:
Sebastien Bourdeauducq 2020-04-28 16:07:49 +08:00
parent 140a26ad7e
commit 7e400a78f4

View File

@ -158,7 +158,7 @@ class Tester(StandaloneBase):
"""
def __init__(self, hw_rev=None, **kwargs):
if hw_rev is None:
hw_rev = "v1.1"
hw_rev = "v2.0"
StandaloneBase.__init__(self, hw_rev=hw_rev, **kwargs)
self.config["SI5324_AS_SYNTHESIZER"] = None