From 609684664a431790bd509eb7fee51056934ac769 Mon Sep 17 00:00:00 2001 From: morgan Date: Mon, 11 Mar 2024 16:32:23 +0800 Subject: [PATCH] coredevice schema: add enable_wrpll option to json --- artiq/coredevice/coredevice_generic.schema.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/artiq/coredevice/coredevice_generic.schema.json b/artiq/coredevice/coredevice_generic.schema.json index ce7385ea4..13de70c20 100644 --- a/artiq/coredevice/coredevice_generic.schema.json +++ b/artiq/coredevice/coredevice_generic.schema.json @@ -49,6 +49,10 @@ "default": 125e6, "description": "RTIO frequency" }, + "enable_wrpll": { + "type": "boolean", + "default": false + }, "core_addr": { "type": "string", "format": "ipv4",