diff --git a/wipm7master.json b/wipm7master.json new file mode 100644 index 0000000..d304cba --- /dev/null +++ b/wipm7master.json @@ -0,0 +1,53 @@ +{ + "target": "kasli", + "variant": "wipm7master", + "hw_rev": "v1.1", + "base": "master", + "core_addr": "192.168.1.75", + "peripherals": [ + { + "type": "urukul", + "dds": "ad9910", + "ports": [0, 1], + "clk_sel": 2 + }, + { + "type": "urukul", + "dds": "ad9910", + "ports": [2, 3], + "clk_sel": 2 + }, + { + "type": "urukul", + "dds": "ad9910", + "ports": [4, 5], + "clk_sel": 2 + }, + { + "type": "sampler", + "ports": [6, 7] + }, + { + "type": "zotino", + "ports": [8] + }, + { + "type": "dio", + "ports": [9], + "bank_direction_low": "input", + "bank_direction_high": "output" + }, + { + "type": "dio", + "ports": [10], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "dio", + "ports": [11], + "bank_direction_low": "output", + "bank_direction_high": "output" + } + ] +} \ No newline at end of file diff --git a/wipm7satellite.json b/wipm7satellite.json new file mode 100644 index 0000000..c0626ae --- /dev/null +++ b/wipm7satellite.json @@ -0,0 +1,50 @@ +{ + "target": "kasli", + "variant": "wipm7satellite", + "hw_rev": "v2.0", + "base": "satellite", + "peripherals": [ + { + "type": "urukul", + "dds": "ad9910", + "ports": [0, 1], + "clk_sel": 2 + }, + { + "type": "urukul", + "dds": "ad9910", + "ports": [2, 3], + "clk_sel": 2 + }, + { + "type": "sampler", + "ports": [4, 5] + }, + { + "type": "dio", + "ports": [6], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "dio", + "ports": [7], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "mirny", + "ports": [8], + "clk_sel": 1 + }, + { + "type": "mirny", + "ports": [9], + "clk_sel": 1 + }, + { + "type": "grabber", + "ports": [10, 11] + } + ] +}