From 5b94ce82e476fe11038562f120dd1326e26d66d9 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 9 May 2023 14:26:59 +0800 Subject: [PATCH] artiq_ddb_template: fix almazny --- artiq/frontend/artiq_ddb_template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/frontend/artiq_ddb_template.py b/artiq/frontend/artiq_ddb_template.py index 5bfa11cc7..b79d8f140 100755 --- a/artiq/frontend/artiq_ddb_template.py +++ b/artiq/frontend/artiq_ddb_template.py @@ -334,7 +334,7 @@ class PeripheralManager: "module": "artiq.coredevice.almazny", "class": "AlmaznyChannel", "arguments": {{ - "cpld_device": "{name}_cpld", + "host_mirny": "{name}_cpld", "channel": {i}, }}, }}""",