From c5f2715e7823c12833ed20cdc1b182219758e6b9 Mon Sep 17 00:00:00 2001 From: kai Date: Fri, 18 Jun 2021 12:49:33 +0800 Subject: [PATCH] add umd --- umd.json | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 umd.json diff --git a/umd.json b/umd.json new file mode 100644 index 0000000..a01a3c2 --- /dev/null +++ b/umd.json @@ -0,0 +1,43 @@ +{ + "target": "kasli", + "min_artiq_version": "6.0", + "variant": "umd", + "hw_rev": "v2.0", + "base": "standalone", + "core_addr": "192.168.1.75", + "peripherals": [ + { + "type": "dio", + "board": "DIO_BNC", + "ports": [0], + "bank_direction_low": "input", + "bank_direction_high": "input" + }, + { + "type": "dio", + "board": "DIO_BNC", + "ports": [1], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "dio", + "board": "DIO_BNC", + "ports": [2], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "urukul", + "dds": "ad9910", + "ports": [3, 4], + "clk_sel": 2 + }, + { + "type": "urukul", + "dds": "ad9910", + "ports": [5, 6], + "clk_sel": 2 + } + ] +} \ No newline at end of file