From 1548342c053d4fea70ad428e2e04456ca8d97671 Mon Sep 17 00:00:00 2001 From: ciciwu Date: Mon, 8 Nov 2021 13:09:48 +0800 Subject: [PATCH] add u11 --- u11.json | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 u11.json diff --git a/u11.json b/u11.json new file mode 100644 index 0000000..3e18406 --- /dev/null +++ b/u11.json @@ -0,0 +1,56 @@ +{ + "target": "kasli", + "min_artiq_version": "6.0", + "variant": "u11", + "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": "fastino", + "ports": [11] + } + ] +}