Skip to content

Commit

Permalink
benchmarks/examples: give comm_serial a device
Browse files Browse the repository at this point in the history
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.
jordens committed Apr 15, 2015
1 parent a336c95 commit d6f47b3
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchmarks/ddb.pyon
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
"type": "local",
"module": "artiq.coredevice.comm_serial",
"class": "Comm",
"arguments": {}
"arguments": {"serial_dev": "/dev/ttyUSB1"}
},
"core": {
"type": "local",
2 changes: 1 addition & 1 deletion examples/master/ddb.pyon
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
"type": "local",
"module": "artiq.coredevice.comm_serial",
"class": "Comm",
"arguments": {}
"arguments": {"serial_dev": "/dev/ttyUSB1"}
},
"core": {
"type": "local",

0 comments on commit d6f47b3

Please sign in to comment.