From 49afa116b3d5b561ed5dc35ef0a05740cf347c62 Mon Sep 17 00:00:00 2001 From: Simon Renblad Date: Tue, 7 Nov 2023 16:40:42 +0800 Subject: [PATCH] RELEASE_NOTES: artiq_ddb_template needs gateware --- RELEASE_NOTES.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index 49006b8bf..b23a60e38 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -84,6 +84,8 @@ Old syntax should be replaced with the form shown on the right. * The ``ndecimals`` parameter in ``NumberValue`` and ``Scannable`` has been renamed to ``precision``. Parameters after and including ``scale`` in both constructors are now keyword-only. Refer to the updated ``no_hardware/arguments_demo.py`` example for current usage. +* ``artiq_ddb_template`` requires latest generic Kasli gateware to function properly + due to RTIO channel renumbering. ARTIQ-7