From 577167f6533cd8ebea55d45c6e1722ef7db8335d Mon Sep 17 00:00:00 2001 From: ciciwu Date: Fri, 26 Nov 2021 15:39:17 +0800 Subject: [PATCH] add umd2 --- umd2.json | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 umd2.json diff --git a/umd2.json b/umd2.json new file mode 100644 index 0000000..ab5c810 --- /dev/null +++ b/umd2.json @@ -0,0 +1,44 @@ +{ + "target": "kasli", + "min_artiq_version": "6.0", + "variant": "umd2", + "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": "dio", + "ports": [1], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "dio", + "ports": [2], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "urukul", + "dds": "ad9910", + "ports": [3, 4], + "clk_sel": 2 + }, + { + "type": "urukul", + "dds": "ad9912", + "ports": [5, 6], + "clk_sel": 2 + }, + { + "type": "zotino", + "ports": [7] + } + ] +} \ No newline at end of file