From 242448f4b0bcf3271ebfeb935172d86b26537309 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20J=C3=B6rdens?= Date: Mon, 5 Aug 2019 15:03:08 +0000 Subject: [PATCH] siegen: add --- siegen.json | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 siegen.json diff --git a/siegen.json b/siegen.json new file mode 100644 index 0000000..4298e09 --- /dev/null +++ b/siegen.json @@ -0,0 +1,50 @@ +{ + "target": "kasli", + "variant": "siegen", + "hw_rev": "v1.1", + "base": "standalone", + "core_addr": "10.0.16.143", + "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": "sampler", + "ports": [4, 5] + }, + { + "type": "grabber", + "ports": [6] + }, + { + "type": "zotino", + "ports": [7] + }, + { + "type": "urukul", + "ports": [8, 9], + "clk_sel": 2 + } + ] +}