From fb6fad7c646068b7ba729e84f95917537b1a9f83 Mon Sep 17 00:00:00 2001 From: Marius Weber Date: Wed, 14 Apr 2021 17:29:09 +0100 Subject: [PATCH] update release notes Signed-off-by: Marius Weber --- RELEASE_NOTES.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index 11a126813..1c668fd3f 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -9,8 +9,17 @@ ARTIQ-7 Highlights: * WRPLL * ``get()``, ``get_mu()``, ``get_att()``, and ``get_att_mu()`` functions added for AD9910 and AD9912 +* Phaser: + - Improved documentation + - Expose the DAC coarse mixer and sif_sync + - Exposes upconverter calibration and enabling/disabling of upconverter LO & RF outputs. Breaking changes: +* Updated Phaser-Upconverter default frequency 2.875 GHz. The new default uses the target PFD + frequency of the hardware design. +* `Phaser.init()` now disables all Kasli-oscillators. This avoids full power RF output being + generated for some configurations. +* Phaser: fixed coarse mixer frequency configuration ARTIQ-6