From 63b074510ad6e84586c8aa9a96b0923f6d28dc47 Mon Sep 17 00:00:00 2001 From: Harry Ho Date: Wed, 21 Apr 2021 16:31:20 +0800 Subject: [PATCH] add ucr2 --- ucr2.json | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 ucr2.json diff --git a/ucr2.json b/ucr2.json new file mode 100644 index 0000000..5f5cc2a --- /dev/null +++ b/ucr2.json @@ -0,0 +1,52 @@ +{ + "target": "kasli", + "min_artiq_version": "6.0", + "variant": "ucr2", + "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": "ad9910", + "ports": [5, 6], + "clk_sel": 2 + }, + { + "type": "sampler", + "ports": [8, 9] + }, + { + "type": "sampler", + "ports": [7, 10] + }, + { + "type": "zotino", + "ports": [11] + } + ] +}