Commit Graph

287 Commits

Author SHA1 Message Date
1c0c0b691e transforms/remove_inter_assigns: fix bug with array assignment 2014-10-29 20:29:37 +08:00
1e8c9837ac transforms: add dead code removal 2014-10-29 20:23:58 +08:00
be94a8b07c transforms/fold_constants: support comparisons 2014-10-29 18:46:06 +08:00
c82c631a1d transforms/tools/eval_constant: fix int64 handling 2014-10-29 17:30:35 +08:00
70cc0d1766 transform: add intermediate assignment removal 2014-10-29 17:09:45 +08:00
f012151506 transforms/inline,unroll_loops: fix aliasing problems 2014-10-29 17:09:16 +08:00
97ce1d6c2d transforms/inline: fix assign context on attributes 2014-10-29 16:03:20 +08:00
4cae5531ec pc_rpc: server identification support 2014-10-28 15:45:56 +08:00
8d305e3117 doc: some precisions about controllers 2014-10-28 11:43:06 +08:00
2946fa58b8 pc_rpc: factor out asyncio server code 2014-10-27 20:37:37 +08:00
1e5b05d4ec pdq2: fix commandline arguments 2014-10-27 20:34:33 +08:00
171ed70f2a pc_rpc: remove WaitQuit (use e.g. Ctrl-C on the controller side instead) 2014-10-27 14:33:45 +08:00
934442bd07 pc_rpc: document 2014-10-27 13:50:32 +08:00
27fc19e415 pyon: add doc 2014-10-27 12:54:59 +08:00
ee225d5f0d pc_rpc: raise RemoteError on non-existing method RPC attempt 2014-10-25 17:25:17 +08:00
489bcb3447 pyon: add bool support 2014-10-25 17:06:44 +08:00
6ac3c5d8ae worker: use pyon 2014-10-25 16:31:34 +08:00
3f1391f7f2 devices: basic pdq2 controller/client 2014-10-25 11:38:42 +08:00
16170c9013 pc_rpc: numpy-compatible serialization 2014-10-25 11:35:21 +08:00
b13b77e42f pc_rpc: factor WaitQuit code 2014-10-25 11:34:09 +08:00
513aa393b0 pc_rpc: avoid 'close' name conflict in client 2014-10-25 11:33:08 +08:00
f106b238eb pc_rpc: report exception traceback 2014-10-25 11:31:54 +08:00
7a10cb8c32 mc: use pc_rpc 2014-10-23 18:48:03 +08:00
2aac43c6e5 management: add generic PC/PC RPC 2014-10-23 18:47:26 +08:00
85b6a7ca24 pdq2: small improvements based on ML feedback 2014-10-22 17:31:33 +08:00
b96249339d doc: more precisions on RTIO error handling 2014-10-21 23:56:12 +08:00
97f9c9c34f doc: add precisions on RTIO error handling 2014-10-21 23:46:14 +08:00
5105b88302 rtio: raise input overflow exception 2014-10-21 23:41:02 +08:00
9a14081031 rtio: add pileup count reporting 2014-10-21 23:14:01 +08:00
61a50ee53c reorganize for devices/controllers 2014-10-19 23:51:49 +08:00
caab81974a devices: add pdq2 (incomplete) 2014-10-17 00:13:09 +08:00
111bd3092c devices/rtio_core: add LLRTIOOut 2014-10-17 00:12:53 +08:00
27d1a5ffb9 devices/dds_core: rename rtio_channel to rtio_switch 2014-10-16 23:36:28 +08:00
cbf915c2cc devices/runtime: pretty-print 2014-10-14 19:49:39 +08:00
88ad4fbf23 pdq2: pep8 2014-10-14 17:02:25 +08:00
ea0773ccb5 pdq2: split CLI 2014-10-14 16:38:02 +08:00
de158e0aeb artiq/devices: add pdq2.py 2014-10-14 16:00:52 +08:00
d22c30650d rtio: add timestamp function 2014-10-14 15:54:10 +08:00
754a06c623 transforms/fold_constants: support BoolOp 2014-10-14 15:15:02 +08:00
b6ac4bdbf3 transforms/tools: support NameConstant 2014-10-14 15:14:39 +08:00
2449348f31 devices/runtime: allow 1ms for all initial DDS programming 2014-10-14 12:47:24 +08:00
594b3dda74 py2llvm/ast_body: pep8 2014-10-14 00:08:42 +08:00
a303293e8f devices/dds_core: fix merging of back-to-back pulses of different frequencies 2014-10-13 23:58:32 +08:00
8a06f93eb2 transforms/inline: embed bool calls 2014-10-13 23:55:14 +08:00
d26a9d031b py2llvm: support BoolOp 2014-10-13 23:54:56 +08:00
6b173d0a9a py2llvm/base_types: fix not on bool 2014-10-13 19:49:29 +08:00
7c4450a963 time_to_cycles: round instead of flooring 2014-10-13 18:35:05 +08:00
0158de5ac9 devices/corecom_dummy: fix ref_period 2014-10-13 17:20:12 +08:00
74adb39157 devices/dds_core: add frequency_to_ftw and ftw_to_frequency 2014-10-13 17:05:35 +08:00
5b05a3f75b transforms/inline: implement 'portable' decorator 2014-10-13 17:04:55 +08:00