From 811b8c5fe30676f7339dae1b3ea0b4d76665f8f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20J=C3=B6rdens?= Date: Mon, 16 Mar 2020 10:17:15 +0000 Subject: [PATCH] olomouc: add --- olomouc.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 olomouc.json diff --git a/olomouc.json b/olomouc.json new file mode 100644 index 0000000..096a0b3 --- /dev/null +++ b/olomouc.json @@ -0,0 +1,38 @@ +{ + "target": "kasli", + "variant": "olomouc", + "hw_rev": "v1.1", + "base": "standalone", + "core_addr": "10.0.16.100", + "ext_ref_frequency": 10e6, + "vendor": "QUARTIQ", + "peripherals": [ + { + "type": "dio", + "board": "DIO_BNC", + "hw_rev": "v1.3", + "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": [ + 3 + ] + } + ] +}