From db9883f360398936de2600c13b232d91adefb5b5 Mon Sep 17 00:00:00 2001 From: Harry Ho Date: Thu, 1 Apr 2021 18:16:31 +0800 Subject: [PATCH] add apmaster, apsatellite{1,2} --- apmaster.json | 47 +++++++++++++++++++++++++++++++++ apsatellite1.json | 66 +++++++++++++++++++++++++++++++++++++++++++++++ apsatellite2.json | 59 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 172 insertions(+) create mode 100644 apmaster.json create mode 100644 apsatellite1.json create mode 100644 apsatellite2.json diff --git a/apmaster.json b/apmaster.json new file mode 100644 index 0000000..68cba44 --- /dev/null +++ b/apmaster.json @@ -0,0 +1,47 @@ +{ + "target": "kasli", + "min_artiq_version": "6.0", + "variant": "apmaster", + "hw_rev": "v1.1", + "base": "master", + "core_addr": "192.168.1.75", + "enable_sata_drtio": true, + "peripherals": [ + { + "type": "urukul", + "dds": "ad9912", + "ports": [1, 2], + "clk_sel": 2 + }, + { + "type": "urukul", + "dds": "ad9912", + "ports": [3, 4], + "clk_sel": 2 + }, + { + "type": "urukul", + "dds": "ad9912", + "ports": [5, 6], + "clk_sel": 2 + }, + { + "type": "urukul", + "dds": "ad9912", + "ports": [7, 8], + "clk_sel": 2 + }, + { + "type": "dio", + "ports": [9], + "bank_direction_low": "input", + "bank_direction_high": "output" + }, + { + "type": "dio", + "ports": [10], + "bank_direction_low": "output", + "bank_direction_high": "output" + } + ] +} diff --git a/apsatellite1.json b/apsatellite1.json new file mode 100644 index 0000000..c02f7b5 --- /dev/null +++ b/apsatellite1.json @@ -0,0 +1,66 @@ +{ + "target": "kasli", + "min_artiq_version": "6.0", + "variant": "apsatellite1", + "hw_rev": "v1.1", + "base": "satellite", + "enable_sata_drtio": true, + "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": "dio", + "ports": [3], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "urukul", + "dds": "ad9910", + "ports": [4, 5], + "clk_sel": 2 + }, + { + "type": "dio", + "ports": [6], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "mirny", + "ports": [7], + "clk_sel": "mmcx", + "refclk": 125e6 + }, + { + "type": "grabber", + "ports": [8, 9] + }, + { + "type": "fastino", + "ports": [10] + }, + { + "type": "dio", + "ports": [11], + "bank_direction_low": "output", + "bank_direction_high": "output" + } + ] +} diff --git a/apsatellite2.json b/apsatellite2.json new file mode 100644 index 0000000..c92c786 --- /dev/null +++ b/apsatellite2.json @@ -0,0 +1,59 @@ +{ + "target": "kasli", + "min_artiq_version": "6.0", + "variant": "apsatellite2", + "hw_rev": "v2.0", + "base": "satellite", + "peripherals": [ + { + "type": "sampler", + "ports": [0] + }, + { + "type": "urukul", + "dds": "ad9910", + "ports": [1, 2], + "clk_sel": 2 + }, + { + "type": "urukul", + "dds": "ad9912", + "ports": [3], + "clk_sel": 2 + }, + { + "type": "urukul", + "dds": "ad9912", + "ports": [4], + "clk_sel": 2 + }, + { + "type": "sampler", + "ports": [5] + }, + { + "type": "dio", + "ports": [8], + "bank_direction_low": "input", + "bank_direction_high": "output" + }, + { + "type": "dio", + "ports": [9], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "dio", + "ports": [10], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "dio", + "ports": [11], + "bank_direction_low": "output", + "bank_direction_high": "output" + } + ] +}