add wipm6

master
occheung 2020-10-22 12:36:39 +08:00
parent 70aba93c7c
commit 99d359490a
1 changed files with 39 additions and 0 deletions

39
wipm6.json Normal file
View File

@ -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]
}
]
}