phaser: actually enable stpl

This commit is contained in:
Robert Jördens 2016-10-13 14:09:29 +02:00
parent 78a41eec8f
commit 01bfe54dde
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ class Test(EnvExperiment):
self.setattr_device("ad9154")
def run(self):
self.ad9154.jesd_stpl(0)
self.ad9154.jesd_stpl(1)
# short transport layer test
for i in range(4):
data = seed_to_data(i << 8, True)