From 6180129bf76549a93393411762fb5b017d31ab4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20J=C3=B6rdens?= Date: Mon, 25 Jul 2022 09:57:19 +0200 Subject: [PATCH] olomouc: add urukul configuration by Kovalenko Artem --- olomouc.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/olomouc.json b/olomouc.json index be5c8a5..502786b 100644 --- a/olomouc.json +++ b/olomouc.json @@ -57,6 +57,16 @@ { "type": "sampler", "ports": [6, 7] + }, + { + "type": "urukul", + "hw_rev": "v1.4", + "ports": [ + 8, + 9 + ], + "synchronization": true, + "clk_sel": 2 } ] }