From d61212e791a05270d043d62d0562289264279b3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20J=C3=B6rdens?= Date: Tue, 17 Dec 2019 19:10:52 +0000 Subject: [PATCH] luh2: add --- luh2.json | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 luh2.json diff --git a/luh2.json b/luh2.json new file mode 100644 index 0000000..e8e1fce --- /dev/null +++ b/luh2.json @@ -0,0 +1,37 @@ +{ + "target": "kasli", + "variant": "luh2", + "hw_rev": "v1.1", + "base": "master", + "core_addr": "10.0.16.100", + "vendor": "QUARTIQ", + "peripherals": [ + { + "type": "dio", + "board": "DIO_BNC", + "hw_rev": "v1.2", + "ports": [ + 0 + ], + "bank_direction_low": "input", + "bank_direction_high": "output" + }, + { + "type": "urukul", + "hw_rev": "v1.4", + "ports": [1, 2], + "synchronization": true, + "clk_sel": 2 + }, + { + "type": "zotino", + "hw_rev": "v1.3", + "ports": [6] + }, + { + "type": "zotino", + "hw_rev": "v1.3", + "ports": [7] + } + ] +}