forked from M-Labs/artiq
RELEASE_NOTES: Mention new edge counter RTIO PHY
This commit is contained in:
parent
1c71ae636a
commit
05f6dafb2c
|
@ -14,6 +14,11 @@ ARTIQ-5
|
||||||
have been renamed to ``ref_time_mu`` for consistency, as they are in machine
|
have been renamed to ``ref_time_mu`` for consistency, as they are in machine
|
||||||
units.
|
units.
|
||||||
* :func:`~artiq.tools.verbosity_args` renamed to :func:`~artiq.tools.add_common_args`. New feature: adds an option to print the ARTIQ version.
|
* :func:`~artiq.tools.verbosity_args` renamed to :func:`~artiq.tools.add_common_args`. New feature: adds an option to print the ARTIQ version.
|
||||||
|
* A gateware-level input edge counter has been added, which offers higher
|
||||||
|
throughput and increased flexibility over the usual TTL input PHYs where
|
||||||
|
edge timestamps are not required. See :mod:`artiq.coredevice.edge_counter` for
|
||||||
|
the core device driver and :mod:`artiq.gateware.rtio.phy.edge_counter`/
|
||||||
|
:meth:`artiq.gateware.eem.DIO.add_std` for the gateware components.
|
||||||
|
|
||||||
|
|
||||||
ARTIQ-4
|
ARTIQ-4
|
||||||
|
|
Loading…
Reference in New Issue