whitequark
284d726d5e
artiq_flash: explicitly pass path within conda env to openocd datarootdir.
...
By default, openocd searches for scripts in DATAROOTDIR/openocd/scripts.
This of course makes it not relocatable. Conda has a flag to try to
detect and fix such hardcoded paths, but it does not work on openocd
(likely because the .rodata contains an already concatenated path,
which cannot be padded with zeroes from the right).
So, we pass the path explicitly instead.
2016-06-06 15:07:03 -04:00
67b3afd3e7
gui/moninj: reduce logging level of UDP failure
2016-06-04 16:34:07 -04:00
c5c7c269f7
gui/moninj: do not crash when there is no network
2016-06-04 16:30:30 -04:00
whitequark
188d53ac05
doc: update installing.rst to reflect openocd packaged in conda.
2016-06-04 16:26:47 -04:00
8d9c483cd0
explorer: fix directory listing error handling
2016-06-04 10:18:45 -04:00
f571b3e1a1
dds: use fast math for asf computations
2016-06-03 23:34:20 -04:00
36f8aa8d9e
gui/entries: remove ScientificSpinbox. Closes #457
2016-06-03 23:33:20 -04:00
2803b8574e
doc: document common KC705 problems. Closes #450
2016-06-03 23:26:57 -04:00
97ec3de6f3
doc/getting_started_mgmt: adapt to changes. Closes #462
2016-06-03 23:26:57 -04:00
dhslichter
3c817be213
dds: fix asf_to_amplitude
2016-06-03 23:26:57 -04:00
404cf3524c
gui/entries: remove unneeded parent
2016-06-03 23:26:57 -04:00
3ddb1e4201
doc: fix bool input
2016-06-03 23:26:57 -04:00
ba98ac1dcc
examples: run should not return a value
2016-06-03 23:26:57 -04:00
f7eb0a6f22
examples/histograms: convert to mutate_dataset API. Closes #459
2016-05-31 20:24:46 -05:00
eeab7db3d4
applets/plot_xy: use numpy array for default X axis. Closes #458
2016-05-30 22:48:44 -05:00
f537562768
gui: fix explicit scan input validation
2016-05-30 15:45:38 -05:00
b57b1ddc57
language/environment: be more verbose in NumberValue unit/scale documentation ( #448 )
2016-05-28 13:38:24 -05:00
6c39d939d8
do not attempt to use broken conda features
2016-05-27 23:09:52 -05:00
109aa73a6b
gui: fix new() being called with arguments by qt ( closes #444 )
2016-05-25 23:13:23 +02:00
8d0034e11d
rpctool: make readline optional, add to conda dependencies. Closes #442
2016-05-25 11:12:15 -05:00
aa26b13816
language/RandomScan: automatic seed by default
2016-05-23 14:33:32 -07:00
42c84e0c72
coredevice/TCA6424A: convert 'outputs' value to little endian. Closes #437
2016-05-22 06:54:08 -07:00
9db9f4e624
bit2bin: close input file explicitly
2016-05-21 21:50:30 +08:00
dhslichter
dfeff967ba
qc2: swap SPI/TTL, all TTL lines are now In+Out compatible
2016-05-19 10:42:19 +08:00
e9a3e5642e
flash: tcl-quote paths (c.f. #256 )
2016-05-17 09:20:06 +08:00
b81b40d553
flash: use the handle
2016-05-17 09:20:06 +08:00
7bdf373b95
flash: close files (c.f. #256 )
2016-05-17 09:20:06 +08:00
f37bfef275
RELEASE_NOTES: 1.0
2016-05-10 12:50:43 +02:00
whitequark
7de77cfc8f
Commit missing parts of 4e5d75295
.
2016-05-09 23:57:52 +08:00
whitequark
9196cdc554
compiler: fix quoting of methods ( fixes #423 ).
2016-05-09 23:57:52 +08:00
ef3465a181
RELEASE_NOTES: 1.0rc4
2016-05-08 11:15:47 +08:00
85ecb900df
examples/photon_histogram: delay after count()
2016-05-07 18:33:48 +08:00
18b6718d0c
lwip/liteethif: cleanup, drop frames above MTU ( #398 )
2016-05-07 18:33:48 +08:00
d365ce8de8
examples/photon_histogram: integers
2016-05-07 18:33:48 +08:00
7466a4d9a9
gui/applets: catch duplicate applet UIDs ( #430 )
2016-05-07 11:47:30 +08:00
2eb67902e8
gui: do not crash if 'recompute all arguments' fails
2016-05-05 00:53:29 +08:00
fa609283d5
worker: use unix time for HDF5 start_time
2016-05-03 21:40:48 +02:00
53cef7e695
worker: run experiment in output directory
2016-05-03 21:02:51 +02:00
7803b68c4d
worker_impl: save expid, rid, start_time
2016-05-03 20:53:57 +02:00
5b955e8ce8
worker_db: factor get_output_prefix()
2016-05-03 20:53:54 +02:00
16fdebad8e
gateware/nist_qc2: increase DDS bus drive strength. Closes #421
2016-05-03 16:44:14 +08:00
adeb88619c
language/environment: update kernel_invariants in setattr_argument and setattr_device
2016-05-03 16:44:11 +08:00
9e14419abc
style
2016-05-03 16:43:09 +08:00
f7ba61b47b
examples/transport: add slack between experiments/after count()
2016-05-03 10:41:43 +02:00
dcf082e427
Revert "lwip: set MTU to 9000 to support jumbo frames"
...
This reverts commit dbbd11d798
.
Breaks more than it fixes.
2016-04-30 08:23:03 +02:00
06268d182f
gui/moninj: sort by channel. Closes #413
2016-04-30 12:31:06 +08:00
b05e3f42e9
lwip: set MTU to 9000 to support jumbo frames
2016-04-30 00:31:17 +08:00
whitequark
88fd5431b5
compiler: make kernel_invariant an instance, not class, property.
...
Fixes #409 .
2016-04-30 00:31:17 +08:00
whitequark
e835ae2a2a
doc: explain RPC return type annotations.
...
Fixes #410 .
2016-04-30 00:31:17 +08:00
7844e98b1d
doc/environment: datasets readonly in build
2016-04-27 01:43:01 +08:00