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