artiq/artiq
Sebastien Bourdeauducq 90368415a6 ttl: remove timestamp function
The general idea is that functions that work with absolute timestamps exist only in machine units versions, to help prevent floating point losses of precision. Time differences should be computed in machine units and then converted, e.g. mu_to_seconds(t2-t1).

This function would have had problems after ~50 days of running the device.
2015-07-29 11:11:16 +08:00
..
coredevice ttl: remove timestamp function 2015-07-29 11:11:16 +08:00
devices refactor ddb/pdb/rdb 2015-07-13 22:21:32 +02:00
frontend artiq_run: fix ELF running 2015-07-25 15:52:38 +08:00
gateware serdes_s6: no need to reset 2015-07-28 12:54:31 -06:00
gui gui: feedback on run deletion 2015-07-25 15:08:27 +08:00
language gui: basic scan support 2015-07-21 21:24:24 +02:00
master master: handle logging while scanning repository 2015-07-23 23:06:15 +08:00
protocols protocols/pyon: support numpy scalars (closes #53) 2015-07-25 12:28:56 +08:00
py2llvm coredevice: environment -> runtime 2015-07-15 11:20:41 +02:00
sim refactor ddb/pdb/rdb 2015-07-13 22:21:32 +02:00
test test/coredevice: let output() settle longer 2015-07-28 16:20:05 -06:00
transforms expose machine units to user 2015-07-01 22:22:53 +02:00
wavesynth wavesynth/Synthesizer: allow empty data 2015-07-23 12:34:54 -06:00
__init__.py use __all__ to structure the namespace 2015-07-02 22:02:21 -06:00
tools.py gui,client: do now show arguments 2015-07-22 05:47:14 +08:00