From c4018cb2ce129e0186b5fcb3e9b0496b6088ecbd Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sat, 23 Feb 2019 15:25:29 +0800 Subject: [PATCH] add HUST descriptions --- hustmaster.json | 36 ++++++++++++++++++++++++++++++++++++ hustsatellite.json | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 69 insertions(+) create mode 100644 hustmaster.json create mode 100644 hustsatellite.json diff --git a/hustmaster.json b/hustmaster.json new file mode 100644 index 0000000..ea4d767 --- /dev/null +++ b/hustmaster.json @@ -0,0 +1,36 @@ +{ + "target": "kasli", + "variant": "hustmaster", + "hw_rev": "v1.1", + "base": "master", + "core_addr": "192.168.1.75", + "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": "urukul", + "ports": [2, 3], + "clk_sel": 2 + }, + { + "type": "urukul", + "ports": [4, 5], + "clk_sel": 2 + }, + { + "type": "sampler", + "ports": [6, 7] + } + ] +} diff --git a/hustsatellite.json b/hustsatellite.json new file mode 100644 index 0000000..0f1d870 --- /dev/null +++ b/hustsatellite.json @@ -0,0 +1,33 @@ +{ + "target": "kasli", + "variant": "hustsatellite", + "hw_rev": "v1.1", + "base": "satellite", + "enable_sata_drtio": true, + "peripherals": [ + { + "type": "dio", + "ports": [0], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "grabber", + "ports": [1, 2] + }, + { + "type": "grabber", + "ports": [3, 4] + }, + { + "type": "urukul", + "ports": [6, 5], + "dds": "ad9912", + "clk_sel": 0 + }, + { + "type": "zotino", + "ports": [7] + } + ] +}