From dffe00990b9481c484261c9ddf521cbf9bb9024b Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Fri, 11 Sep 2020 11:22:06 +0800 Subject: [PATCH] device_db: add DDS channels Used by some tests. --- examples/device_db.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/examples/device_db.py b/examples/device_db.py index c24f5434..9b49c0c6 100644 --- a/examples/device_db.py +++ b/examples/device_db.py @@ -65,6 +65,19 @@ for i in range(40): "arguments": {"channel": 4+i} } +device_db["ad9914dds0"] = { + "type": "local", + "module": "artiq.coredevice.ad9914", + "class": "AD9914", + "arguments": {"sysclk": 3e9, "bus_channel": 50, "channel": 0}, +} +device_db["ad9914dds1"] = { + "type": "local", + "module": "artiq.coredevice.ad9914", + "class": "AD9914", + "arguments": {"sysclk": 3e9, "bus_channel": 50, "channel": 1}, +} + # for ARTIQ test suite device_db.update( loop_out="ttl0",