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

5421 Commits

Author SHA1 Message Date
a3f981726a units: error checking 2014-11-22 16:56:51 -08:00
d59d110f78 doc/manual: add ports to index 2014-11-21 18:08:40 -08:00
ab88c6d0b8 transforms/lower_units: fix bugs and add unit test 2014-11-21 18:08:14 -08:00
8d59f843fb doc/manual: add FPGA board info and TTL line assignments 2014-11-21 16:39:22 -08:00
35d4f75b65 transforms: PEP8 2014-11-21 15:55:39 -08:00
65567e1201 soc/target: remap RTIO to avoid conflict with Ethernet MAC+PHY 2014-11-21 15:51:51 -08:00
1f92e19f2b transforms/fold_constants: support decimal fractions 2014-11-21 15:51:20 -08:00
57cc6479c4 pyon: fraction support 2014-11-21 11:30:37 -08:00
64866a0f49 pc_rpc: add init magic string 2014-11-20 14:21:41 -08:00
914bdd95d5 runtime: use booleans in syscalls 2014-11-20 12:49:09 -08:00
dfd779c7c5 core: add underflow recovery function 2014-11-20 12:38:52 -08:00
96720d20e9 examples: remove compiler_test 2014-11-20 12:33:55 -08:00
1780759327 dds: phase control (mostly untested) 2014-11-20 12:32:56 -08:00
e01050b19a transforms/inline: fix default values of positional args 2014-11-19 22:55:34 -08:00
b736c30cdb coredevice/core: core_com -> comm 2014-11-19 17:44:06 -08:00
75df0ae94a coredevice/gpio: replace set() with on()/off() to make API consistent 2014-11-19 12:33:33 -08:00
9098d10766 use .py extension on all Python files 2014-11-18 13:50:47 -08:00
8b552134a0 transforms/inline: keyword argument and default value support 2014-11-18 13:40:15 -08:00
abae5c6728 coredevice/dds: round FTW instead of flooring 2014-11-17 18:36:00 -07:00
f11fb0f553 manual/getting_started: fix minor errors found during tutorial 2014-11-17 14:34:00 -07:00
07e4749421 manual/installing: plugdev -> dialout 2014-11-16 21:45:47 -07:00
4bf7426191 manual/installing: various small notes 2014-11-16 21:42:37 -07:00
8c73901c6d manual/installing: cleanup xubuntu package list (thanks Robert) 2014-11-16 21:16:05 -07:00
df25c46d01 manual/installing: fix some paths and compile llvm with -j4 (thanks Joe) 2014-11-16 21:09:32 -07:00
d1062d854d manual/installing: add JTAG udev instructions (thanks Joe) 2014-11-16 20:55:12 -07:00
b1f7e751aa manual/installing: add python-dev as dependency
According to Joe:
building llvmpy requires Python.h for python2.7. If python-dev is not installed here's the error.
llvmpy/api.cpp:2:20: fatal error: Python.h: No such file or directory
2014-11-16 20:40:47 -07:00
cbc629bd8c transforms: assume isinstance(expr, ast.Call) => isinstance(expr.func, ast.Name) after inline 2014-11-15 15:36:26 -07:00
e02ca0b404 transforms: quantize time before interleaving 2014-11-15 15:26:35 -07:00
ddc9c3423f transforms/interleave: handle 'at' 2014-11-15 14:50:26 -07:00
17f5a31320 runtime/dds: fix reset glitches 2014-11-15 11:23:23 -07:00
12860e2ef2 doc/manual/writing_a_driver: add general guidelines 2014-11-10 15:39:17 -08:00
391ff10345 test/full_stack: style and add note about loopback test connections 2014-11-07 14:15:40 -08:00
62677ed660 test.full_stack: add ARTIQ_NO_HARDWARE environment variable 2014-11-07 14:08:16 -08:00
42accd5de4 manual/installing: remove compiler-rt download instructions 2014-11-06 18:01:04 -08:00
055942ec0e manual/installing: fix paths 2014-11-06 16:30:40 -08:00
337fd06340 test.py2llvm: drop the test_ prefix from test_base_types() to hide it from nose 2014-11-06 15:38:53 -08:00
901255ee60 doc/manual: more precisions (thanks Joe) 2014-11-05 18:53:39 +08:00
b163c9f7ea test: add optimization transform stack 2014-11-03 18:44:30 +08:00
9b93b0cedf unparse: string-based API 2014-11-03 18:14:33 +08:00
e9e12adceb transforms/inline: object attribute writeback 2014-11-03 18:04:01 +08:00
f54a2f93d2 remove kernel_attr (inline transform is now smart enough to autodetect) 2014-11-03 14:38:04 +08:00
a29d7ec6fe transforms/remove_inter_assigns: fix handling of try blocks 2014-11-03 14:35:40 +08:00
171d56af54 transforms/remove_inter_assigns: prevent combinatorial explosion 2014-11-03 14:22:24 +08:00
fba72cc0a2 transforms/remove_inter_assign: support names and dependencies 2014-11-03 11:35:54 +08:00
217fe8251b coredevice/core: optimize further 2014-10-31 23:44:07 +08:00
cf7848c698 transforms/inline: rewrite 2014-10-31 23:43:36 +08:00
7806ca3373 Merge branch 'master' of github.com:m-labs/ARTIQ 2014-10-31 23:18:24 +08:00
b12fd1d566 transforms/remove_dead_code: bugfixes 2014-10-31 23:17:54 +08:00
29cd34079d taaccs slides: fix spelling, get rid of lab_hardware.jpg 2014-10-31 10:02:57 +08:00
397f37311c Merge branch 'master' of github.com:m-labs/artiq 2014-10-30 19:32:45 +08:00