mirror of https://github.com/m-labs/artiq.git
RELEASE_NOTES: fix formatting
This commit is contained in:
parent
4027735a6d
commit
0a37a3dbf7
|
@ -9,12 +9,12 @@ ARTIQ-6
|
||||||
Highlights:
|
Highlights:
|
||||||
|
|
||||||
* New hardware support:
|
* New hardware support:
|
||||||
- Zynq SoC core devices, enabling kernels to run on 1 GHz CPU core with
|
- Zynq SoC core devices, enabling kernels to run on 1 GHz CPU core with a floating-point
|
||||||
a floating-point unit for faster computations. This currently requires an external
|
unit for faster computations. This currently requires an external
|
||||||
repository (https://git.m-labs.hk/m-labs/artiq-zynq) and only supports the ZC706.
|
repository (https://git.m-labs.hk/m-labs/artiq-zynq) and only supports the ZC706.
|
||||||
- Mirny 4-channel wide-band PLL/VCO-based microwave frequency synthesiser
|
- Mirny 4-channel wide-band PLL/VCO-based microwave frequency synthesiser
|
||||||
- Fastino 32-channel, 3MS/s per channel, 16-bit DAC EEM
|
- Fastino 32-channel, 3MS/s per channel, 16-bit DAC EEM
|
||||||
- Kasli 2.0
|
- Kasli 2.0
|
||||||
* Matrix math support on the core device.
|
* Matrix math support on the core device.
|
||||||
* Trigonometric functions and miscellaneous math library support on the core device.
|
* Trigonometric functions and miscellaneous math library support on the core device.
|
||||||
* Performance improvements:
|
* Performance improvements:
|
||||||
|
@ -22,7 +22,7 @@ Highlights:
|
||||||
than the RTIO period
|
than the RTIO period
|
||||||
- Improved performance for kernel RPC involving list and array.
|
- Improved performance for kernel RPC involving list and array.
|
||||||
* Coredevice SI to mu conversions now always return valid codes, or raise a ``ValueError``.
|
* Coredevice SI to mu conversions now always return valid codes, or raise a ``ValueError``.
|
||||||
* Zotino now exposes ``voltage_to_mu()``
|
* Zotino now exposes ``voltage_to_mu()``
|
||||||
* ``ad9910``: The maximum amplitude scale factor is now ``0x3fff`` (was ``0x3ffe``
|
* ``ad9910``: The maximum amplitude scale factor is now ``0x3fff`` (was ``0x3ffe``
|
||||||
before).
|
before).
|
||||||
* Dashboard:
|
* Dashboard:
|
||||||
|
|
Loading…
Reference in New Issue