kasli: compile tester for hw 2.0 by default

pull/1445/head
Sebastien Bourdeauducq 2020-04-28 16:07:49 +08:00
parent 140a26ad7e
commit 7e400a78f4
1 changed files with 1 additions and 1 deletions

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