Skip to content

Commit d6f47b3

Browse files
committedApr 15, 2015
benchmarks/examples: give comm_serial a device
These examples/benchmarks require manual handholding in many cases anyway. Also, for comm_tcp manual changes are required. Instead of nursing a bunch of different pdb and ddbs, we probably want to force the user to copy and edit a template that we then gitignore.
1 parent a336c95 commit d6f47b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

Diff for: ‎benchmarks/ddb.pyon

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "local",
44
"module": "artiq.coredevice.comm_serial",
55
"class": "Comm",
6-
"arguments": {}
6+
"arguments": {"serial_dev": "/dev/ttyUSB1"}
77
},
88
"core": {
99
"type": "local",

Diff for: ‎examples/master/ddb.pyon

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "local",
44
"module": "artiq.coredevice.comm_serial",
55
"class": "Comm",
6-
"arguments": {}
6+
"arguments": {"serial_dev": "/dev/ttyUSB1"}
77
},
88
"core": {
99
"type": "local",

0 commit comments

Comments
 (0)
Please sign in to comment.