From 446fc895896c753fc2f0d73da1c22f3fa24b9337 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20J=C3=B6rdens?= Date: Tue, 6 Aug 2019 07:49:15 +0000 Subject: [PATCH] innsbruck: add --- innsbruck.json | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 innsbruck.json diff --git a/innsbruck.json b/innsbruck.json new file mode 100644 index 0000000..43cd28c --- /dev/null +++ b/innsbruck.json @@ -0,0 +1,41 @@ +{ + "target": "kasli", + "variant": "innsbruck", + "hw_rev": "v1.1", + "base": "standalone", + "core_addr": "10.0.16.142", + "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": "urukul", + "ports": [2, 3], + "synchronization": true, + "clk_sel": 2 + }, + { + "type": "urukul", + "ports": [4, 5], + "synchronization": true, + "clk_sel": 2 + }, + { + "type": "grabber", + "ports": [6] + }, + { + "type": "zotino", + "ports": [7] + } + ] +}