From 286cf650013308b4e11fb2d8ed23b82153b4d868 Mon Sep 17 00:00:00 2001 From: Stewart Mackenzie Date: Mon, 2 Mar 2020 17:44:06 +0800 Subject: [PATCH] added hw2 master + satellite --- hw2master.json | 50 +++++++++++++++++++++++++++++++++++++++++++++++ hw2satellite.json | 24 +++++++++++++++++++++++ 2 files changed, 74 insertions(+) create mode 100644 hw2master.json create mode 100644 hw2satellite.json diff --git a/hw2master.json b/hw2master.json new file mode 100644 index 0000000..22eb02a --- /dev/null +++ b/hw2master.json @@ -0,0 +1,50 @@ +{ + "target": "kasli", + "variant": "hw2master", + "hw_rev": "v1.1", + "base": "master", + "core_addr": "192.168.1.75", + "enable_sata_drtio": true, + "peripherals": [ + { + "type": "grabber", + "ports": [1, 2] + }, + { + "type": "dio", + "ports": [3], + "bank_direction_low": "input", + "bank_direction_high": "output" + }, + { + "type": "dio", + "ports": [4], + "bank_direction_low": "input", + "bank_direction_high": "output" + }, + { + "type": "dio", + "ports": [5], + "bank_direction_low": "input", + "bank_direction_high": "output" + }, + { + "type": "urukul", + "dds": "ad9910", + "ports": [6, 7], + "clk_sel": 2 + }, + { + "type": "urukul", + "dds": "ad9910", + "ports": [8, 9], + "clk_sel": 2 + }, + { + "type": "urukul", + "dds": "ad9910", + "ports": [10, 11], + "clk_sel": 2 + } + ] +} diff --git a/hw2satellite.json b/hw2satellite.json new file mode 100644 index 0000000..4348654 --- /dev/null +++ b/hw2satellite.json @@ -0,0 +1,24 @@ +{ + "target": "kasli", + "variant": "hw2satellite", + "hw_rev": "v1.1", + "base": "satellite", + "enable_sata_drtio": true, + + "peripherals": [ + { + "type": "urukul", + "dds": "ad9910", + "ports": [3, 4], + "clk_sel": 2 + }, + { + "type": "sampler", + "ports": [5, 6] + }, + { + "type": "zotino", + "ports": [7] + } + ] +}