upgrade wipm

master
Harry Ho 2020-01-01 13:41:57 +08:00
parent 991647a83a
commit 0cbdfb839c
1 changed files with 26 additions and 13 deletions

View File

@ -3,32 +3,45 @@
"variant": "wipm",
"hw_rev": "v1.1",
"base": "standalone",
"core_addr": "192.168.1.75",
"core_addr": "192.168.1.71",
"peripherals": [
{
"type": "urukul",
"dds": "ad9910",
"ports": [1, 0],
"clk_sel": 0
},
{
"type": "urukul",
"dds": "ad9910",
"ports": [2, 3],
"clk_sel": 2
},
{
"type": "urukul",
"dds": "ad9912",
"ports": [5, 4],
"clk_sel": 0
},
{
"type": "dio",
"ports": [4],
"ports": [6],
"bank_direction_low": "input",
"bank_direction_high": "output"
},
{
"type": "urukul",
"ports": [1, 0],
"clk_sel": 0
},
{
"type": "urukul",
"dds": "ad9912",
"ports": [3, 2],
"clk_sel": 0
"type": "dio",
"ports": [7],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "sampler",
"ports": [6, 5]
"ports": [9, 8]
},
{
"type": "zotino",
"ports": [7]
"ports": [10]
}
]
}