From c73fdc426f5ff2e05fc641ad00a9770a4565ec56 Mon Sep 17 00:00:00 2001 From: ciciwu Date: Mon, 8 Nov 2021 13:15:26 +0800 Subject: [PATCH] add u13 --- u13.json | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 u13.json diff --git a/u13.json b/u13.json new file mode 100644 index 0000000..6edede2 --- /dev/null +++ b/u13.json @@ -0,0 +1,56 @@ +{ + "target": "kasli", + "min_artiq_version": "6.0", + "variant": "u13", + "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": "urukul", + "dds": "ad9910", + "ports": [7, 8], + "clk_sel": 2 + }, + { + "type": "urukul", + "dds": "ad9910", + "ports": [9, 10], + "clk_sel": 2 + }, + { + "type": "zotino", + "ports": [11] + } + ] +}