From 99d359490a7fd75d7639e5582e0cd986f152d28c Mon Sep 17 00:00:00 2001 From: occheung Date: Thu, 22 Oct 2020 12:36:39 +0800 Subject: [PATCH] add wipm6 --- wipm6.json | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 wipm6.json 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] + } + ] +}