From ac8833caf03e46a64d6a91f3b9f4a19ba60216b5 Mon Sep 17 00:00:00 2001 From: Stewart Mackenzie Date: Mon, 2 Mar 2020 17:30:48 +0800 Subject: [PATCH] added berkeley3 --- berkeley3.json | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 berkeley3.json diff --git a/berkeley3.json b/berkeley3.json new file mode 100644 index 0000000..2219ec8 --- /dev/null +++ b/berkeley3.json @@ -0,0 +1,52 @@ +{ + "target": "kasli", + "variant": "berkeley3", + "hw_rev": "v1.1", + "base": "standalone", + "core_addr": "192.168.1.75", + "peripherals": [ + { + "type": "urukul", + "ports": [0, 1], + "clk_sel": 2 + }, + { + "type": "sampler", + "ports": [2, 3] + }, + { + "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": "dio", + "ports": [6], + "bank_direction_low": "input", + "bank_direction_high": "output" + }, + { + "type": "dio", + "ports": [7], + "bank_direction_low": "input", + "bank_direction_high": "output" + }, + { + "type": "dio", + "ports": [8], + "bank_direction_low": "input", + "bank_direction_high": "output" + }, + { + "type": "zotino", + "ports": [9] + } + ] +}