From aa386649a919cc5aeb5619de93f8b097a86df96e Mon Sep 17 00:00:00 2001 From: Stewart Mackenzie Date: Thu, 19 Mar 2020 15:38:19 +0800 Subject: [PATCH] added ustc2 --- ustc2.json | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 ustc2.json diff --git a/ustc2.json b/ustc2.json new file mode 100644 index 0000000..71e157d --- /dev/null +++ b/ustc2.json @@ -0,0 +1,51 @@ +{ + "target": "kasli", + "variant": "ustc2", + "hw_rev": "v1.1", + "base": "standalone", + "core_addr": "192.168.1.75", + "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": "input", + "bank_direction_high": "output" + }, + { + "type": "grabber", + "ports": [3] + }, + { + "type": "urukul", + "dds": "ad9910", + "ports": [5, 6], + "clk_sel": 2 + }, + { + "type": "urukul", + "dds": "ad9910", + "ports": [7, 8], + "clk_sel": 2 + }, + { + "type": "sampler", + "ports": [9, 10] + }, + { + "type": "zotino", + "ports": [11] + } + ] +}