From f1a8f6b13478fdfc949f98ad4eea21601dbc720b Mon Sep 17 00:00:00 2001 From: kai Date: Mon, 31 May 2021 10:19:46 +0800 Subject: [PATCH] add eanalyzer --- eanalyzer.json | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 eanalyzer.json diff --git a/eanalyzer.json b/eanalyzer.json new file mode 100644 index 0000000..eb45fac --- /dev/null +++ b/eanalyzer.json @@ -0,0 +1,63 @@ +{ + "target": "kasli", + "min_artiq_version": "6.0", + "variant": "eanalyzer", + "hw_rev": "v2.0", + "base": "standalone", + "core_addr": "192.168.1.75", + "peripherals": [ + { + "type": "grabber", + "hw_rev": "v1.1", + "ports": [0,1] + }, + { + "type": "dio", + "board": "DIO_BNC", + "ports": [2], + "bank_direction_low": "input", + "bank_direction_high": "output" + }, + { + "type": "dio", + "board": "DIO_BNC", + "ports": [3], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "dio", + "board": "DIO_SMA", + "ports": [4], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "dio", + "board": "DIO_SMA", + "ports": [5], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "zotino", + "ports": [6] + }, + { + "type": "sampler", + "ports": [7, 8] + }, + { + "type": "mirny", + "ports": [9], + "clk_sel": "mmcx", + "refclk": 125e6 + }, + { + "type": "urukul", + "dds": "ad9910", + "ports": [10, 11], + "clk_sel": 2 + } + ] +} \ No newline at end of file