From a770636d5052871386c8960ff751f14ea7f3ea0d Mon Sep 17 00:00:00 2001 From: Harry Ho Date: Thu, 17 Sep 2020 18:30:45 +0800 Subject: [PATCH] add ucsd --- ucsd.json | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 ucsd.json diff --git a/ucsd.json b/ucsd.json new file mode 100644 index 0000000..4d50837 --- /dev/null +++ b/ucsd.json @@ -0,0 +1,59 @@ +{ + "target": "kasli", + "variant": "ucsd", + "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": "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": "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] + } + ] +}