From 5e364dfd6cd455b425d2fcb2d9907e0765c15686 Mon Sep 17 00:00:00 2001 From: Stewart Mackenzie Date: Mon, 17 Feb 2020 20:01:12 +0800 Subject: [PATCH] nict: added urukul, sampler & zotino --- nict.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/nict.json b/nict.json index 93be299..476de0d 100644 --- a/nict.json +++ b/nict.json @@ -10,6 +10,19 @@ "ports": [0], "bank_direction_low": "input", "bank_direction_high": "output" + }, + { + "type": "urukul", + "ports": [1, 2], + "clk_sel": 2 + }, + { + "type": "sampler", + "ports": [3, 4] + }, + { + "type": "zotino", + "ports": [5] } ] }