Commit Graph

219 Commits

Author SHA1 Message Date
Sebastien Bourdeauducq aa61c29efb transfer Python builtin exceptions over pc_rpc and master/worker 2016-04-04 22:02:42 +08:00
Sebastien Bourdeauducq 342ab639fc examples/remote_exec: dataset access 2016-04-04 19:10:49 +08:00
Sebastien Bourdeauducq 86ba219c11 examples/arguments_demo: demonstrate arguments from datasets (#368) 2016-04-02 23:07:00 +08:00
Sebastien Bourdeauducq a563a00bc2 examples: add remote exec demo 2016-04-02 22:46:29 +08:00
Sebastien Bourdeauducq e7925fccd2 examples/remote_exec_controller: fix compute_picture argument swap 2016-04-02 22:44:52 +08:00
Sebastien Bourdeauducq 101101bbc9 examples/fit_image: cleanup, comment 2016-04-02 22:43:37 +08:00
Sebastien Bourdeauducq 84d50c4caf environment,worker_db: mutate datasets from experiments via dedicated method instead of Notifier. Closes #345 2016-03-29 16:26:14 +08:00
Robert Jördens 590bedbd1e examples: add fit_image 2016-03-23 20:05:52 +01:00
Sebastien Bourdeauducq 3c624c777a examples: add remote_exec_controller 2016-03-24 00:50:27 +08:00
Sebastien Bourdeauducq 1739e0f2f8 coredevice: put cache into separate file/device 2016-03-10 10:46:19 +08:00
Sebastien Bourdeauducq 1c706fae49 examples: dds_bus -> core_dds 2016-03-09 23:27:41 +08:00
Sebastien Bourdeauducq f0b0b1bac7 support for multiple DDS buses (untested) 2016-03-09 17:12:50 +08:00
Sebastien Bourdeauducq 2e4e251877 examples/device_db: remove --no-localhost-bind 2016-03-09 10:34:58 +08:00
Sebastien Bourdeauducq 36387afc12 examples/device_db: add PCA9548 2016-03-05 19:00:38 +08:00
Robert Jördens f2b4b975a3 ad5360: add documentation and an example 2016-03-04 23:36:17 +01:00
Robert Jördens 4ae3ca5f23 spi/ad5360: refactor, small fixes 2016-03-04 18:14:31 +01:00
Robert Jördens 2cc1dfaee3 kc705: move ttl channels together again, update doc 2016-03-01 19:40:32 +01:00
Robert Jördens baf7b0dcf2 examples/tdr: adapt to compiler changes 2016-03-01 19:04:03 +01:00
Robert Jördens f2ec8692c0 nist_clock: disable spi1/2 2016-03-01 01:52:46 +01:00
Robert Jördens 764795a8fe examples: update device_db for nist_clock spi 2016-02-29 22:32:53 +01:00
Sebastien Bourdeauducq 5fad570f5e targets/kc705-nist_clock: add clock generator on LA32 for testing purposes 2016-03-01 00:35:26 +08:00
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