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", "variant": "wipm",
"hw_rev": "v1.1", "hw_rev": "v1.1",
"base": "standalone", "base": "standalone",
"core_addr": "192.168.1.75", "core_addr": "192.168.1.71",
"peripherals": [ "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", "type": "dio",
"ports": [4], "ports": [6],
"bank_direction_low": "input", "bank_direction_low": "input",
"bank_direction_high": "output" "bank_direction_high": "output"
}, },
{ {
"type": "urukul", "type": "dio",
"ports": [1, 0], "ports": [7],
"clk_sel": 0 "bank_direction_low": "output",
}, "bank_direction_high": "output"
{
"type": "urukul",
"dds": "ad9912",
"ports": [3, 2],
"clk_sel": 0
}, },
{ {
"type": "sampler", "type": "sampler",
"ports": [6, 5] "ports": [9, 8]
}, },
{ {
"type": "zotino", "type": "zotino",
"ports": [7] "ports": [10]
} }
] ]
} }