master
occheung 2020-11-30 18:23:03 +08:00
parent adc2fa5193
commit 6e8397d7d3
1 changed files with 49 additions and 0 deletions

49
apm.json Normal file
View File

@ -0,0 +1,49 @@
{
"target": "kasli",
"variant": "apm",
"hw_rev": "v2.0",
"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": "urukul",
"dds": "ad9912",
"ports": [7, 8],
"clk_sel": 2
},
{
"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]
}
]
}