From 985e894f1220cfb2954eb2291b5568cad7386345 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 28 May 2020 17:09:15 +0800 Subject: [PATCH] add osaka --- osaka.json | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 osaka.json diff --git a/osaka.json b/osaka.json new file mode 100644 index 0000000..57cac95 --- /dev/null +++ b/osaka.json @@ -0,0 +1,40 @@ +{ + "target": "kasli", + "variant": "osaka", + "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": "zotino", + "ports": [5] + }, + { + "type": "sampler", + "ports": [6, 7] + } + ] +}