Robert Jördens
61bcfb6000
examples/transport: cleanup, make work ( closes #20 )
2016-02-22 15:29:27 +01:00
whitequark
51a5910002
Rename 'with parallel' to 'with interleave' ( #265 ).
2016-02-22 13:24:43 +00:00
Robert Jördens
d162b2cc04
transport: drop a parallel usage
2016-02-18 14:13:40 +01:00
Robert Jördens
c0bbd99bfa
examples/transport: tweak for profiling
2016-02-16 17:42:28 +01:00
Sebastien Bourdeauducq
1a2596de8e
examples/histogram: artiq -> artiq.experiment
2016-02-08 22:24:23 +01:00
Sebastien Bourdeauducq
70a67a0e38
Merge branch 'applets' into applets_pipeipc
2016-02-05 13:29:20 +01:00
Robert Jördens
905063c1b1
artiq.experiment: update examples
2016-01-25 17:24:00 -07:00
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
341bbdee6b
examples: add histograms demo
2016-01-13 05:51:53 -07: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
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
d13b368a65
build logging into worker
2015-10-20 18:11:50 +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
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
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
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
f210e0dcd6
examples/flopping_f: use Scannable and NumberValue
2015-07-25 00:35:48 +08:00
Sebastien Bourdeauducq
179ca36d09
gui: basic scan support
2015-07-21 21:24:24 +02:00
Sebastien Bourdeauducq
9e29a4650a
environment,gui: more argument types
2015-07-18 16:25:08 +02:00
Sebastien Bourdeauducq
32d141f5ac
refactor ddb/pdb/rdb
2015-07-13 22:21:32 +02:00
Sebastien Bourdeauducq
737f6d4485
scheduler: support pipeline flush
2015-05-28 17:20:58 +08:00