diff --git a/wipm2.json b/wipm2.json new file mode 100644 index 0000000..54e0aef --- /dev/null +++ b/wipm2.json @@ -0,0 +1,34 @@ +{ + "target": "kasli", + "variant": "wipm2", + "hw_rev": "v1.1", + "base": "standalone", + "core_addr": "192.168.1.75", + "peripherals": [ + { + "type": "dio", + "ports": [0], + "bank_direction_low": "input", + "bank_direction_high": "output" + }, + { + "type": "urukul", + "ports": [1, 2], + "clk_sel": 0 + }, + { + "type": "urukul", + "dds": "ad9912", + "ports": [3, 4], + "clk_sel": 0 + }, + { + "type": "sampler", + "ports": [5, 6] + }, + { + "type": "zotino", + "ports": [7] + } + ] +}