Skip to content

Commit

Permalink
test/LoopbackCount: request correct devices
Browse files Browse the repository at this point in the history
sbourdeauducq committed Feb 26, 2016

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 82a8e81 commit a5bf502
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion artiq/test/coredevice/test_rtio.py
Original file line number Diff line number Diff line change
@@ -104,7 +104,8 @@ def run(self):
class LoopbackCount(EnvExperiment):
def build(self):
self.setattr_device("core")
self.setattr_device("ttl_inout")
self.setattr_device("loop_in")
self.setattr_device("loop_out")
self.setattr_argument("npulses")

def set_count(self, count):

0 comments on commit a5bf502

Please sign in to comment.