0a29b75f8e
moninj: fix read of incomplete data ( #1729 )
2021-07-22 17:59:21 +08:00
beb49d4dab
artiq_flash: improve openocd not found error message
2021-05-13 14:46:00 +08:00
Leon Riesebos
0a093a69b3
added DefaultMissing to __all__
...
Signed-off-by: Leon Riesebos <leon.riesebos@duke.edu>
2021-04-21 11:44:28 +08:00
Leon Riesebos
a5650290bd
ad99xx added additional kernel invariants
...
Signed-off-by: Leon Riesebos <leon.riesebos@duke.edu>
2021-04-21 11:19:38 +08:00
Leon Riesebos
b5333d7105
ad99xx make kernel invariants instance variable
...
prevents mutations on class variable that applies to all instances at once
closes #1654
Signed-off-by: Leon Riesebos <leon.riesebos@duke.edu>
2021-04-21 11:19:38 +08:00
60110b259e
update copyright year
2021-02-17 15:51:37 +08:00
Drew
76370714cb
master: fix DeprecationWarning on logger.warn
...
Resolves error message shown.
The following error message is shown when worker_impl.py:199 is run:
```
WARNING:worker(RID,EXPERIMENT):py.warnings:/nix/store/77sw4p03cb7rdayx86agi4yqxh5wq46b-python3.7-artiq-5.7141.1b68906/lib/python3.7/site-packages/artiq/master/worker_impl.py:199: DeprecationWarning: The 'warn' function is deprecated, use 'warning' instead
logging.warn(message)
```
2021-02-10 15:32:44 +08:00
e79fedd67a
sayma: add comments about CPLL line rate on KU GTH
2020-12-19 17:05:50 +08:00
69cfa8e2e5
jesd204_tools: use new syntax from jesd204b core
...
* requires jesd204b changes as in https://github.com/HarryMakes/jesd204b/tree/gth
2020-12-19 17:05:45 +08:00
Aadit Rahul Kamat
1b68906a4f
artiq_browser: update h5py api call
...
Signed-off-by: Aadit Rahul Kamat <aadit.k12@gmail.com>
2020-12-17 14:23:30 +08:00
33a15a6513
satman: backport JESD204 STPL fix from 73271600
2020-12-14 18:11:35 +08:00
Leon Riesebos
a694d130b7
allow dashboard to close if no connection can be made to moninj
...
Signed-off-by: Leon Riesebos <leon.riesebos@duke.edu>
2020-12-04 22:59:55 +08:00
Leon Riesebos
71719f3861
Added RuntimeError to prelude to make the name available in kernels
...
closes #1477
Signed-off-by: Leon Riesebos <leon.riesebos@duke.edu>
2020-12-04 22:58:04 +08:00
15bb0fa9a1
Revert "fixes with statement with multiple items"
...
This reverts commit e23ed15464
.
2020-11-22 11:55:09 +08:00
9ae5e3c569
Revert "compiler: fix incorrect with behavior"
...
This reverts commit 86a6fe4606
.
2020-11-22 11:55:06 +08:00
Leon Riesebos
27c69b5ec2
fixed value scaling issue for the center scan gui widget
...
Signed-off-by: Leon Riesebos <leon.riesebos@duke.edu>
2020-10-19 22:05:44 -04:00
083b3f5c7b
test: added lit test for new error messages
2020-10-08 19:39:38 +08:00
7406a1f983
compiler: error message for custom operations
...
Emit error messages for custom comparison and inclusion test,
instead of compiler crashing.
2020-10-08 19:39:38 +08:00
3812731716
dashboard: cleanup import
2020-10-07 19:25:55 +08:00
86a6fe4606
compiler: fix incorrect with behavior
2020-10-07 19:03:18 +08:00
7f79a54255
Fixes none to bool coercion
...
Fixes #1413 and #1414 .
2020-10-07 15:35:16 +08:00
e23ed15464
fixes with statement with multiple items
...
Closes #1478
2020-10-07 15:35:16 +08:00
929b04da59
test: relax device_to_host_rate
2020-07-30 17:47:06 +08:00
David Nadlinger
5efeb2fea0
compiler: Consistently use llunit through llvm_ir_generator [nfc]
2020-07-25 09:40:45 +08:00
David Nadlinger
5dc3b3b28c
compiler: Handle None-returning function calls used as values
...
GitHub: Fixes #1493 .
2020-07-25 09:39:54 +08:00
f4d331d05d
firmware/i2c: rewrite I2C implementation
...
* Never drive SDL or SDA high. They are specified to be open
collector/drain and pulled up by resistive pullups. Driving
high fails miserably in a multi-master topology (e.g. with
a USB I2C interface). It would only ever be implemented to
speed up the bus actively but that's tricky and completely
unnecessary here.
* Make the handover states between the I2C protocol phases (start, stop,
restart, write, read) well defined. Add comments stressing those
pre/postconditions.
* Add checks for SDA arbitration failures and stuck SCL.
* Remove wrong, misleading or redundant comments.
2020-07-15 14:29:58 +02:00
40dacb72a9
sayma_rtm: fix Si5324 reset
2020-07-11 09:53:20 +08:00
David Nadlinger
c667fe136f
master/scheduler: Fix priority/due date precedence order when waiting to prepare
...
See test case – previously, the highest-priority pending run would
be used to calculate the timeout, rather than the earliest one.
This probably managed to go undetected for that long as any unrelated
changes to the pipeline (e.g. new submissions, or experiments pausing)
would also cause _get_run() to be re-evaluated.
2020-06-20 10:46:32 +08:00
5168b83158
drtio: make sure receive buffer is drained after ping reply
2020-04-06 23:33:33 +08:00
d3297df745
rtio: fix wide output after RTIO refactoring
...
fixes 3d0c3cc1cf
2020-03-06 11:38:44 +08:00
35ebe59c32
ad9912: fix ftw width docstring
2020-02-27 02:12:13 +08:00
8d61cd8344
kasli_generic: expose peripheral_processors dictionary. Closes #1403
2020-02-08 16:13:16 +08:00
5211534619
sayma: drive filtered_clk_sel on master variant
2020-02-07 22:11:20 +08:00
5733d70041
metlino: drive clock muxes
2020-02-05 00:07:01 +08:00
a2d2ec9238
si5324: program I2C mux on Metlino
2020-02-03 19:01:45 +08:00
b32e27abdb
artiq_flash: use correct proxy bitstream for Metlino
2020-02-03 19:01:41 +08:00
8ca1fea161
typo
2020-01-20 20:15:45 +08:00
5bcedc17b4
kasli_sawgmaster: add basemod programming example
2020-01-20 20:10:24 +08:00
ced4d74f2e
basemod_att: fix imports
2020-01-20 20:07:35 +08:00
f02a8e8ed6
sayma: do not pollute the log with DAC status on success
2020-01-20 20:07:21 +08:00
f4a5c4503d
sayma: initialize DAC before testing jesd::ready
2020-01-20 19:36:15 +08:00
705737f6e3
sayma: improve DAC status report
2020-01-20 18:19:19 +08:00
c4e4d67cdf
sayma: print DAC status on JESD not ready error
2020-01-20 18:06:50 +08:00
eb0ce933c5
sayma: add JESD204 PHY done diagnostics
2020-01-20 12:05:56 +08:00
2ad7d2967a
sayma: remove SYSREF DDMTD core ( #1420 )
2020-01-19 23:31:54 +08:00
622dad9bd9
sayma: fix hmc542 to/from mu
2020-01-16 09:33:16 +08:00
37bff3dab4
sayma: RF switch control is active-low on Basemod, invert
2020-01-16 09:33:16 +08:00
72fc1b9a4d
update copyright year
2020-01-13 19:34:17 +08:00
3202b83f17
sayma: do not attempt DAC synchronization
...
This will be developed in release-6.
Also keep trying in case of DAC init failure since errors are different between DACs.
2020-01-13 18:39:56 +08:00
2b39ffed9a
firmware: remove bitrotten Sayma code
2020-01-13 17:28:27 +08:00