From 33d39b261a8d56ec6ecfa45a84747d189bcee695 Mon Sep 17 00:00:00 2001 From: occheung Date: Mon, 14 Dec 2020 12:39:34 +0800 Subject: [PATCH] artiq_ddb_template: mirny_cpld: rename adf5355 to adf5356 Signed-off-by: occheung --- artiq/frontend/artiq_ddb_template.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/artiq/frontend/artiq_ddb_template.py b/artiq/frontend/artiq_ddb_template.py index f40d2d60a..c8088753e 100755 --- a/artiq/frontend/artiq_ddb_template.py +++ b/artiq/frontend/artiq_ddb_template.py @@ -257,8 +257,8 @@ class PeripheralManager: self.gen(""" device_db["{name}_ch{mchn}"] = {{ "type": "local", - "module": "artiq.coredevice.adf5355", - "class": "ADF5355", + "module": "artiq.coredevice.adf5356", + "class": "ADF5356", "arguments": {{ "channel": {mchn}, "sw_device": "ttl_{name}_sw{mchn}",