From c2dc2d44efd5a46b1407141dd437636a9b537f81 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sun, 17 Mar 2019 18:41:33 +0800 Subject: [PATCH] add UCR variant --- ucr.json | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 ucr.json diff --git a/ucr.json b/ucr.json new file mode 100644 index 0000000..32d741c --- /dev/null +++ b/ucr.json @@ -0,0 +1,49 @@ +{ + "target": "kasli", + "variant": "ucr", + "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": "urukul", + "ports": [3, 4], + "clk_sel": 2 + }, + { + "type": "urukul", + "ports": [5, 6], + "clk_sel": 2 + }, + { + "type": "sampler", + "ports": [7, 8] + }, + { + "type": "sampler", + "ports": [9, 10] + }, + { + "type": "zotino", + "ports": [11] + } + ] +}