# This is an example device database that needs to be adapted to your setup. # The RTIO channel numbers here are for NIST CLOCK on KC705. { "comm": { "type": "local", "module": "artiq.coredevice.comm_tcp", "class": "Comm", "arguments": {"host": "kc705.lab.m-labs.hk"} }, "core": { "type": "local", "module": "artiq.coredevice.core", "class": "Core", "arguments": {"ref_period": 1e-9} }, "ttl0": { "type": "local", "module": "artiq.coredevice.ttl", "class": "TTLOut", "arguments": {"channel": 0}, "comment": "This is a fairly long comment to test word wrapping in GUI." }, "ttl1": { "type": "local", "module": "artiq.coredevice.ttl", "class": "TTLOut", "arguments": {"channel": 1}, "comment": "Hello World" }, "ttl2": { "type": "local", "module": "artiq.coredevice.ttl", "class": "TTLOut", "arguments": {"channel": 2} }, "ttl3": { "type": "local", "module": "artiq.coredevice.ttl", "class": "TTLInOut", "arguments": {"channel": 3} }, "ttl4": { "type": "local", "module": "artiq.coredevice.ttl", "class": "TTLOut", "arguments": {"channel": 4} }, "ttl5": { "type": "local", "module": "artiq.coredevice.ttl", "class": "TTLOut", "arguments": {"channel": 5} }, "ttl6": { "type": "local", "module": "artiq.coredevice.ttl", "class": "TTLOut", "arguments": {"channel": 6} }, "ttl7": { "type": "local", "module": "artiq.coredevice.ttl", "class": "TTLInOut", "arguments": {"channel": 7} }, "ttl_sma": { "type": "local", "module": "artiq.coredevice.ttl", "class": "TTLInOut", "arguments": {"channel": 18} }, "led": { "type": "local", "module": "artiq.coredevice.ttl", "class": "TTLOut", "arguments": {"channel": 19} }, "dds_bus": { "type": "local", "module": "artiq.coredevice.dds", "class": "DDSBus", "arguments": {} }, "dds0": { "type": "local", "module": "artiq.coredevice.dds", "class": "AD9914", "arguments": {"sysclk": 3e9, "channel": 0}, "comment": "Comments work in DDS panel as well" }, "dds1": { "type": "local", "module": "artiq.coredevice.dds", "class": "AD9914", "arguments": {"sysclk": 3e9, "channel": 1} }, "dds2": { "type": "local", "module": "artiq.coredevice.dds", "class": "AD9914", "arguments": {"sysclk": 3e9, "channel": 2} }, "qc_q1_0": { "type": "controller", # ::1 is the IPv6 localhost address. If this controller is running on a remote machine, # replace it with the IP or hostname of the machine. If using the hostname, make sure # that it always resolves to a network-visible IP address (see documentation). "host": "::1", "port": 4000, "command": "pdq2_controller --no-localhost-bind -p {port} --bind {bind} --simulation --dump qc_q1_0.bin" }, "qc_q1_1": { "type": "controller", "host": "::1", "port": 4001, "command": "pdq2_controller --no-localhost-bind -p {port} --bind {bind} --simulation --dump qc_q1_1.bin" }, "qc_q1_2": { "type": "controller", "host": "::1", "port": 4002, "command": "pdq2_controller --no-localhost-bind -p {port} --bind {bind} --simulation --dump qc_q1_2.bin" }, "qc_q1_3": { "type": "controller", "host": "::1", "port": 4003, "command": "pdq2_controller --no-localhost-bind -p {port} --bind {bind} --simulation --dump qc_q1_3.bin" }, "electrodes": { "type": "local", "module": "artiq.devices.pdq2", "class": "CompoundPDQ2", "arguments": { "pdq2_devices": ["qc_q1_0", "qc_q1_1", "qc_q1_2", "qc_q1_3"], "trigger_device": "ttl2", "frame_devices": ["ttl3", "ttl4", "ttl5"] } }, "lda": { "type": "controller", "best_effort": true, "host": "::1", "port": 3253, "command": "lda_controller -p {port} --bind {bind} --simulation" }, "ttl_out": "ttl0", "ttl_out_serdes": "ttl0", "loop_out": "ttl0", "loop_in": "ttl3", #"loop_clock_out": "TODO", "loop_clock_in": "ttl7", "pmt": "ttl3", "bd_dds": "dds0", "bd_sw": "ttl0", "bdd_dds": "dds1", "bdd_sw": "ttl1" }