2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-04 17:31:10 +08:00
Commit Graph

138 Commits

Author SHA1 Message Date
110b42febf examples/al_spectroscopy: AutoContext compatibility 2014-08-13 18:37:31 +08:00
c18495d484 MPO -> AutoContext 2014-08-13 18:30:57 +08:00
c29e6312fe examples/dds_test: use GHz 2014-08-13 18:30:42 +08:00
677117abfb examples/compiler_test: use MPO and add dds_sysclk 2014-08-13 18:17:08 +08:00
eb4054d976 sim: use MPO 2014-08-13 18:16:40 +08:00
98b23eadf8 examples/coredev_test: create GPIOOut with correct MPO syntax 2014-08-09 14:32:10 +08:00
1d8eb121b3 examples: DDS demo 2014-07-23 17:09:49 -06:00
8769066e89 compiler/devices: set initial time 2014-07-21 13:22:07 -06:00
9b5c28af82 examples: add RTIO demo 2014-07-20 18:38:10 -06:00
c5dba6c3b8 examples/time_test: add loop 2014-07-20 18:36:31 -06:00
abecc5203a examples: demonstrate time on the device 2014-07-16 09:45:51 -06:00
6f28ab2cc6 devices: let corecom create runtime environment, add dummy corecom 2014-07-15 11:20:13 -06:00
529b83bb58 language/core/MPO: new parameter/channel mechanism 2014-07-11 01:12:40 +02:00
6509f1fd04 artiq.language.experiment -> artiq.language.core 2014-07-10 18:13:37 +02:00
5f01b061f7 MPO: implicit core 2014-07-10 15:38:51 +02:00
d76182a3ee Experiment -> MPO (Managed Parameter Object) 2014-07-10 15:29:22 +02:00
fa6fc0cf75 examples/coredev_test: cleanup import 2014-07-07 19:16:02 +02:00
b9b9cc46e2 examples/coredev_test: RPC demo 2014-07-07 19:14:39 +02:00
a03a60b90e Variadic function demo 2014-07-06 21:06:53 +02:00
2aa63ba57d examples/coredev_test: print prime numbers 2014-07-06 18:29:02 +02:00
2f334589f0 examples/coredev_test: use CoreCom as a context manager 2014-07-05 22:53:48 +02:00
b152ecca1f examples: core device LED test 2014-07-05 22:48:27 +02:00
29bd6e377d core_dds -> dds_core 2014-07-04 17:57:53 +02:00
74cdafdde5 compiler: interleave transform 2014-06-22 18:52:37 +02:00
67e042852a Add simple simulation example 2014-06-18 13:43:09 +02:00
8cb3d33c67 compiler_test: better RPC example 2014-06-16 23:51:43 +02:00
9db8627081 compiler: generate RPC calls 2014-06-16 22:56:08 +02:00
903cbfd848 compiler_test: demo parameters and constant globals 2014-06-16 21:39:33 +02:00
c769bdab9b Introduce compiler and device modules 2014-05-30 18:20:13 +02:00
18ef03c545 Refactor, introduce experiment class, kernel decorator, parameters and channel objects 2014-05-28 22:42:01 +02:00
7409f095f1 Do not deal with threads for now 2014-05-28 22:40:26 +02:00
c423b4c9a0 transform: collapse timeline 2014-05-25 20:23:29 +02:00
956f75d168 unroll_loops: handle for/else 2014-05-25 13:37:12 +02:00
08ff5154a8 transform: explicit delays and unroll for loops 2014-05-25 13:31:02 +02:00
e3620cc61f Transform test 2014-05-24 23:06:48 +02:00
7b406e7e35 al_spectroscopy: add delay after wait_edge 2014-05-24 23:06:10 +02:00
1a473abecb Threads and parallel block lowering examples 2014-05-18 19:28:08 +02:00
c3c83f86b6 Basic simulation of Al spectroscopy 2014-05-17 14:08:50 +02:00