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] } ] }