Robert Jördens
fbe4d96572
artiq: move namespace artiq.* -> artiq.language.*
...
perl -i -pe 's/^from artiq import \*$/from artiq.language import */' your_experiments/*.py
2016-01-25 17:24:00 -07:00
Robert Jördens
f0860beffd
pdq2: wire up more of the pipeline
2016-01-19 20:09:10 -07:00
Sebastien Bourdeauducq
532204e5ff
examples/device_db: add clockgen
2015-12-26 21:50:48 +08:00
Sebastien Bourdeauducq
e4233d706d
examples/speed_benchmark: fix scheduler arguments
2015-12-22 17:13:09 +08:00
Sebastien Bourdeauducq
40e10caf0a
examples/blink_forever: revert incorrectly committed changes
2015-12-18 15:09:56 +08:00
Sebastien Bourdeauducq
c4b33bdf84
examples/speed_benchmark: fix nruns step
2015-12-11 00:20:07 +08:00
Sebastien Bourdeauducq
c382fac8f2
gui: experiment docks (WIP)
2015-11-27 19:30:05 +08:00
Sebastien Bourdeauducq
3c0efb3ad5
gui/log: fix layout problems
2015-11-24 23:04:01 +08:00
Sebastien Bourdeauducq
8999d57461
examples/mandelbrot: fix variable initialization
2015-11-24 15:26:37 +08:00
Sebastien Bourdeauducq
d32c2c091f
master: scan subdirectories in repos
2015-11-14 00:06:52 +08:00
Sebastien Bourdeauducq
c1c3abc1de
examples/device_db: add comment about KC705/QC1
2015-11-04 17:10:10 +08:00
Sebastien Bourdeauducq
d1ad2f1918
examples/dds_setter: fix, scale inputs
2015-10-31 23:44:09 +08:00
Sebastien Bourdeauducq
592663a649
add "blink forever" example
...
This is useful for quickly demonstrating the idle kernel.
2015-10-31 23:17:29 +08:00
Sebastien Bourdeauducq
41543662b2
examples/terminate_all: remove debug print
2015-10-30 13:42:59 +08:00
Sebastien Bourdeauducq
2c77c80b4f
master: expose more scheduler APIs to the experiments
2015-10-30 13:41:18 +08:00
Sebastien Bourdeauducq
24e728f075
examples/flopping_f_simulation: numpy outputs
2015-10-26 00:33:11 +08:00
Sebastien Bourdeauducq
3044a053e1
databases: assume empty dataset_db if file not present. Closes #156
2015-10-24 10:15:20 +08:00
Sebastien Bourdeauducq
d13b368a65
build logging into worker
2015-10-20 18:11:50 +08:00
Sebastien Bourdeauducq
d35bc5a40a
examples/device_db: add comment about controller hosts. Closes #148
2015-10-20 11:25:38 +08:00
Sebastien Bourdeauducq
03e317780b
device_db: make best_effort parameter optional for controllers
2015-10-18 14:37:08 +08:00
Sebastien Bourdeauducq
a5606768ad
device_db: make target_name parameter optional for controllers
2015-10-18 14:35:53 +08:00
Sebastien Bourdeauducq
b9c1d3ef12
language, gui: do not automatically insert scale prefixes
2015-10-18 00:52:16 +08:00
Sebastien Bourdeauducq
797bf9830c
language: add basic logging initializer for experiments
2015-10-17 10:39:21 +08:00
Sebastien Bourdeauducq
ea5fbc9211
examples: logging from experiment
2015-10-14 16:31:07 +08:00
Sebastien Bourdeauducq
f632e84d74
examples/speed_benchmark: dbs->managers
2015-10-14 01:06:16 +08:00
Sebastien Bourdeauducq
3cec176318
get_ddb -> get_device_db
2015-10-12 19:46:31 +08:00
Sebastien Bourdeauducq
97accd2540
merge parameters and results into datasets
2015-10-12 17:18:23 +08:00
Sebastien Bourdeauducq
3cf53667c8
examples: add RunForever experiment to demonstrate graceful termination
2015-10-06 13:50:29 +08:00
Sebastien Bourdeauducq
66f82a13d3
language,gui: support scaling of number entries
2015-10-06 00:30:41 +08:00
Sebastien Bourdeauducq
078a37bf1f
examples: add basic DDS frequency setter with dynamic DDB scan
2015-10-04 18:30:29 +08:00
Sebastien Bourdeauducq
50a5a3baf0
environment: attr_* -> setattr_*
2015-10-04 00:18:21 +08:00
Sebastien Bourdeauducq
4b2a99b090
indent
2015-10-03 14:00:48 +08:00
Sebastien Bourdeauducq
34b9f7e901
examples/speed_benchmark: remove decimals on nruns
2015-10-03 13:55:57 +08:00
Robert Jördens
01416bb0be
copyright: claim contributions
...
These are contributions of >= 30% or >= 20 lines (half-automated).
I hereby resubmit all my previous contributions to the ARTIQ project
under the following terms:
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/ >.
Closes #130
Signed-off-by: Robert Jordens <jordens@gmail.com>
2015-09-06 16:08:57 -06:00
Sebastien Bourdeauducq
136d44d9db
gui/moninj: display comments
2015-09-01 14:25:20 -06:00
Sebastien Bourdeauducq
1cace1cd91
style
2015-08-28 16:30:33 +08:00
Sebastien Bourdeauducq
e043179120
language,gui: support ndecimals in scan and number arguments
2015-08-25 00:39:16 +08:00
Sebastien Bourdeauducq
b7120aa0ac
examples/arguments_demo: demonstrate parents
2015-08-25 00:07:37 +08:00
Sebastien Bourdeauducq
2c15bd3e44
kc705: add TTL channel on SMA GPIO N
2015-08-18 15:20:42 +08:00
Sebastien Bourdeauducq
13c15173cc
examples/ddb: add --simulation for controllers
2015-08-09 17:12:06 +08:00
Sebastien Bourdeauducq
705ec6ba04
examples/flopping_f_simulation: do not setattr needlessly
2015-08-06 18:53:14 +08:00
Sebastien Bourdeauducq
1f5a49d263
examples/flopping_f_simulation: demonstrate previous functionality
2015-08-06 18:43:54 +08:00
Sebastien Bourdeauducq
89343ae276
examples/speed_benchmark: send 1MB in one RPC
2015-07-31 18:23:11 +08:00
Sebastien Bourdeauducq
1ddb19277f
add speed benchmark
2015-07-29 23:29:26 +08:00
Sebastien Bourdeauducq
1d34c06d79
rtio: detect collision errors
2015-07-29 19:43:35 +08:00
Robert Jördens
ebbbdcf194
examples/tdr: cleanup
2015-07-28 23:30:26 -06:00
Robert Jördens
278570faf6
examples: add TDR toy example
2015-07-28 21:36:10 -06:00
Sebastien Bourdeauducq
2a95e866aa
kc705: use 8X SERDES RTIO PHY
2015-07-27 20:12:17 +08:00
Sebastien Bourdeauducq
d7138b25f2
examples/ddb: add device aliases for unittests
2015-07-27 12:22:56 +08:00
Sebastien Bourdeauducq
3c6a4b81a3
examples/ddb: use LED channel for KC705 QC1
2015-07-25 15:37:02 +08:00