From 7d181d8dc12474ac2295a805fe76f8ba6640b7be Mon Sep 17 00:00:00 2001 From: kai Date: Tue, 20 Jul 2021 11:04:42 +0800 Subject: [PATCH] add irct --- irct.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 irct.json diff --git a/irct.json b/irct.json new file mode 100644 index 0000000..f20de44 --- /dev/null +++ b/irct.json @@ -0,0 +1,38 @@ +{ + "target": "kasli", + "min_artiq_version": "6.0", + "variant": "irct", + "hw_rev": "v1.1", + "base": "standalone", + "core_addr": "192.168.1.75", + "peripherals": [ + { + "type": "dio", + "board": "DIO_RJ45", + "ports": [1], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "dio", + "board": "DIO_RJ45", + "ports": [0], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "mirny", + "ports": [2], + "clk_sel": "mmcx", + "refclk": 125e6 + }, + { + "type": "zotino", + "ports": [3] + }, + { + "type": "sampler", + "ports": [4, 5] + } + ] +} \ No newline at end of file