From a7029d3ac9615114a59972eee412a0449affc0cc Mon Sep 17 00:00:00 2001 From: Harry Ho Date: Thu, 10 Oct 2019 13:01:36 +0800 Subject: [PATCH] add afmaster, afsatellite --- afmaster.json | 63 ++++++++++++++++++++++++++++++++++++++++++++++++ afsatellite.json | 62 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 125 insertions(+) create mode 100644 afmaster.json create mode 100644 afsatellite.json diff --git a/afmaster.json b/afmaster.json new file mode 100644 index 0000000..27ac28e --- /dev/null +++ b/afmaster.json @@ -0,0 +1,63 @@ +{ + "target": "kasli", + "variant": "afmaster", + "hw_rev": "v1.1", + "base": "master", + "core_addr": "192.168.1.75", + "peripherals": [ + { + "type": "grabber", + "ports": [0] + }, + { + "type": "dio", + "ports": [1], + "bank_direction_low": "input", + "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": "dio", + "ports": [4], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "dio", + "ports": [5], + "bank_direction_low": "output", + "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": "sampler", + "ports": [10] + }, + { + "type": "zotino", + "ports": [11] + } + ] +} diff --git a/afsatellite.json b/afsatellite.json new file mode 100644 index 0000000..911482e --- /dev/null +++ b/afsatellite.json @@ -0,0 +1,62 @@ +{ + "target": "kasli", + "variant": "afsatellite", + "hw_rev": "v1.1", + "base": "satellite", + "peripherals": [ + { + "type": "grabber", + "ports": [0] + }, + { + "type": "dio", + "ports": [1], + "bank_direction_low": "input", + "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": "dio", + "ports": [4], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "dio", + "ports": [5], + "bank_direction_low": "output", + "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": "sampler", + "ports": [10] + }, + { + "type": "zotino", + "ports": [11] + } + ] +}