From 1ceb2d313544021395c88b24bc4ad92ea0c2cd6c Mon Sep 17 00:00:00 2001 From: Harry Ho Date: Mon, 16 Sep 2019 15:53:42 +0800 Subject: [PATCH] add wipm5 --- wipm5.json | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 wipm5.json diff --git a/wipm5.json b/wipm5.json new file mode 100644 index 0000000..3997620 --- /dev/null +++ b/wipm5.json @@ -0,0 +1,47 @@ +{ + "target": "kasli", + "variant": "wipm5", + "hw_rev": "v1.1", + "base": "standalone", + "core_addr": "192.168.1.75", + "peripherals": [ + { + "type": "urukul", + "dds": "ad9910", + "ports": [1, 2], + "clk_sel": 2 + }, + { + "type": "urukul", + "dds": "ad9910", + "ports": [3, 4], + "clk_sel": 2 + }, + { + "type": "urukul", + "dds": "ad9910", + "ports": [5, 6], + "clk_sel": 2 + }, + { + "type": "sampler", + "ports": [7, 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": "zotino", + "ports": [11] + } + ] +}