Commit Graph

198 Commits

Author SHA1 Message Date
Sebastien Bourdeauducq 572c49f475 use m-labs setup for defaults 2016-02-29 21:35:23 +08:00
Robert Jördens 313a696a54 examples/notebook: cleanup, and fix spelling 2016-02-26 13:11:15 +01:00
Robert Jördens 51e831cec5 examples/pdq2: add break_realtime() b/c compiler, upload, pdq2 config 2016-02-25 10:44:05 +01:00
whitequark 652c2a185f test: rewrite tests using ttl_inout to use loop_{in,out} (#265). 2016-02-24 18:27:08 +00:00
Robert Jördens d80739811b examples/transport: int arguments 2016-02-24 18:11:05 +01:00
Robert Jördens a714be1c99 examples/pdq2_simple: fix offset scan 2016-02-23 21:10:50 +01:00
Robert Jördens 5599ec16ea sim: align API closer to non-sim
* add Output
* also clear timeline after it has been printed (multiple kernel invocations)

The sim core device API has diverged quite a bit from the non-sim API.
More work is needed.
2016-02-23 21:01:03 +01:00
Robert Jördens 856821849f examples/transport: cleanup 2016-02-23 19:57:45 +01:00
Robert Jördens 969f282de9 examples: with sequential -> with parallel 2016-02-23 18:39:02 +01:00
Robert Jördens 53ca3a8be8 examples/pdq2_simple: remove spurious print() 2016-02-23 18:07:44 +01:00
Robert Jördens b363cb1d66 examples: add pdq2_simple example 2016-02-23 17:58:00 +01:00
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 f14fed5912 examples: add an IPython notebook showcase
This is a small example on how to use the artiq functionality in
an IPython notebook. This can be expanded and provides a much more
powerful shell than the one integrated in the GUI. Potentially,
some shared functionality between this and artiq_client could be
factored out.
2016-01-30 18:56:28 -07: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 e4791ad383 examples/sim/al_spectroscopy: replace FreeValue 2015-12-27 11:57:13 +08: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