From 1c7bfe67b6980402a84442c9c161e883776df168 Mon Sep 17 00:00:00 2001 From: ciciwu Date: Wed, 29 Sep 2021 13:39:55 +0800 Subject: [PATCH] add ucsb3 --- ucsb3.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 ucsb3.json diff --git a/ucsb3.json b/ucsb3.json new file mode 100644 index 0000000..8eefb13 --- /dev/null +++ b/ucsb3.json @@ -0,0 +1,26 @@ +{ + "target": "kasli", + "min_artiq_version": "6.0", + "variant": "ucsb3", + "hw_rev": "v2.0", + "base": "standalone", + "core_addr": "192.168.1.75", + "peripherals": [ + { + "type": "dio", + "ports": [0], + "bank_direction_low": "input", + "bank_direction_high": "output" + }, + { + "type": "urukul", + "dds": "ad9910", + "ports": [1, 2], + "clk_sel": 2 + }, + { + "type": "mirny", + "ports": [3] + } + ] +}