2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-20 08:56:28 +08:00
Commit Graph

188 Commits

Author SHA1 Message Date
7a90f4f4ec runtime: start RTIO counter at first rtio_set 2014-08-18 23:46:58 +08:00
7d8dc4ef30 runtime: support 64-bit RTIO timestamps 2014-08-18 23:41:54 +08:00
7ea28642e4 compiler: add lower_units transform 2014-08-18 23:06:34 +08:00
a5e5b5c870 compiler: pass funcdef instead of statement list 2014-08-18 21:37:30 +08:00
15c78df3a2 devices/runtime: new syscall API 2014-08-18 14:33:54 +08:00
c18495d484 MPO -> AutoContext 2014-08-13 18:30:57 +08:00
f390e9a7d1 corecom_serial: add CRC for kernel 2014-07-23 19:12:22 -06:00
52e8d4150b devices/dds_core: use MPO and runtime IF 2014-07-23 11:50:23 -06:00
ba088614d8 runtime: add dds_program 2014-07-23 11:49:48 -06:00
dec7c1438f runtime: implement rtio_sync syscall 2014-07-22 11:36:54 -06:00
8769066e89 compiler/devices: set initial time 2014-07-21 13:22:07 -06:00
041540089a devices: add RTIO support 2014-07-20 18:36:17 -06:00
1885a87187 devices/gpio_core: use MPO 2014-07-20 18:23:53 -06:00
591509d31b compiler: lower time transform 2014-07-15 11:22:11 -06:00
17fab6f024 corecom_serial: support ident and runtime environment creation 2014-07-15 11:21:31 -06:00
6f28ab2cc6 devices: let corecom create runtime environment, add dummy corecom 2014-07-15 11:20:13 -06:00
6509f1fd04 artiq.language.experiment -> artiq.language.core 2014-07-10 18:13:37 +02:00
4f0e40ca3c devices/core: service RPC requests 2014-07-07 19:14:23 +02:00
09e78a1f5e devices/corecom_serial: RPC server 2014-07-07 19:11:43 +02:00
5a3fa5dbff devices/runtime: function type strings + variadic function support 2014-07-06 21:06:27 +02:00
61c0b65323 devices/runtime: machine code emission 2014-07-05 22:48:14 +02:00
1aac985f10 devices/core: compile to machine code and run on hardware 2014-07-05 22:47:54 +02:00
301b7d51fa add gpio_out syscall 2014-07-05 22:46:43 +02:00
37cd4e7e86 devices: add simple GPIO out 2014-07-05 22:45:08 +02:00
de238503d2 devices/runtime: use regular function call instead of syscall 2014-07-05 19:39:05 +02:00
6b8ac5ae7b devices: add basic core device serial comms driver 2014-07-05 19:12:21 +02:00
29bd6e377d core_dds -> dds_core 2014-07-04 17:57:53 +02:00
71323fb7cd compiler: system calls 2014-07-04 17:17:01 +02:00
74cdafdde5 compiler: interleave transform 2014-06-22 18:52:37 +02:00
b28fdf5fb0 compiler: add unroll_loops transform 2014-06-21 15:06:15 +02:00
6400e28e4c compiler: fold constants 2014-06-21 00:19:56 +02:00
0d9bdc101c inline: check inlined functions are on the same core device 2014-06-17 18:52:48 +02:00
79f20ebfcf Make syscall an experiment function instead of a core method 2014-06-16 23:51:27 +02:00
9db8627081 compiler: generate RPC calls 2014-06-16 22:56:08 +02:00
792ac44245 inline: return statements 2014-06-16 22:01:20 +02:00
d63c3264d3 devices/core: test inline transform first 2014-06-16 21:33:59 +02:00
3cd462f4d5 experiment: simplify definition of kernel_attr 2014-06-10 15:22:27 +02:00
c769bdab9b Introduce compiler and device modules 2014-05-30 18:20:13 +02:00