mirror of https://github.com/m-labs/artiq.git
RELEASE_NOTES: add SED
This commit is contained in:
parent
7c82fcf41a
commit
5a79c9bc09
|
@ -3,9 +3,16 @@
|
||||||
Release notes
|
Release notes
|
||||||
=============
|
=============
|
||||||
|
|
||||||
4.0 (unreleased)
|
4.0
|
||||||
----------------
|
---
|
||||||
|
|
||||||
|
* RTIO outputs use a new architecture called Scalable Event Dispatcher (SED),
|
||||||
|
which allows building systems with large number of RTIO channels more
|
||||||
|
efficiently.
|
||||||
|
From the user perspective, collision errors become asynchronous, and non-
|
||||||
|
monotonic timestamps on any combination of channels are generally allowed
|
||||||
|
(instead of producing sequence errors).
|
||||||
|
RTIO inputs are not affected.
|
||||||
* The DDS channel number for the NIST CLOCK target has changed.
|
* The DDS channel number for the NIST CLOCK target has changed.
|
||||||
* The dashboard configuration files are now stored one-per-master, keyed by the
|
* The dashboard configuration files are now stored one-per-master, keyed by the
|
||||||
server address argument and the notify port.
|
server address argument and the notify port.
|
||||||
|
|
Loading…
Reference in New Issue