From 0cbdfb839cf9bf085a8a967bb47f2919bfbb9d27 Mon Sep 17 00:00:00 2001 From: Harry Ho Date: Wed, 1 Jan 2020 13:41:57 +0800 Subject: [PATCH] upgrade wipm --- wipm.json | 39 ++++++++++++++++++++++++++------------- 1 file changed, 26 insertions(+), 13 deletions(-) diff --git a/wipm.json b/wipm.json index 8a8ac35..101369b 100644 --- a/wipm.json +++ b/wipm.json @@ -3,32 +3,45 @@ "variant": "wipm", "hw_rev": "v1.1", "base": "standalone", - "core_addr": "192.168.1.75", + "core_addr": "192.168.1.71", "peripherals": [ + { + "type": "urukul", + "dds": "ad9910", + "ports": [1, 0], + "clk_sel": 0 + }, + { + "type": "urukul", + "dds": "ad9910", + "ports": [2, 3], + "clk_sel": 2 + }, + { + "type": "urukul", + "dds": "ad9912", + "ports": [5, 4], + "clk_sel": 0 + }, { "type": "dio", - "ports": [4], + "ports": [6], "bank_direction_low": "input", "bank_direction_high": "output" }, { - "type": "urukul", - "ports": [1, 0], - "clk_sel": 0 - }, - { - "type": "urukul", - "dds": "ad9912", - "ports": [3, 2], - "clk_sel": 0 + "type": "dio", + "ports": [7], + "bank_direction_low": "output", + "bank_direction_high": "output" }, { "type": "sampler", - "ports": [6, 5] + "ports": [9, 8] }, { "type": "zotino", - "ports": [7] + "ports": [10] } ] }