From 9946d294862219ebeaf73c1ea51f132e5aa6221a Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sun, 24 May 2020 14:49:00 +0800 Subject: [PATCH] duke3: update system composition --- duke3.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/duke3.json b/duke3.json index 1721a78..cf23491 100644 --- a/duke3.json +++ b/duke3.json @@ -47,12 +47,9 @@ "clk_sel": 2 }, { - "type": "sampler", - "ports": [10, 9] + "type": "urukul", + "ports": [9, 10], + "clk_sel": 2 }, - { - "type": "zotino", - "ports": [11] - } ] }