master
Harry Ho 2020-10-15 15:09:18 +08:00
parent 4f57f27f62
commit 38d5cb3f52
1 changed files with 41 additions and 0 deletions

41
siom.json Normal file
View File

@ -0,0 +1,41 @@
{
"target": "kasli",
"variant": "siom",
"hw_rev": "v2.0",
"base": "standalone",
"core_addr": "192.168.1.75",
"peripherals": [
{
"type": "dio",
"ports": [0],
"bank_direction_low": "input",
"bank_direction_high": "output"
},
{
"type": "dio",
"ports": [1],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "dio",
"ports": [2],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "urukul",
"dds": "ad9910",
"ports": [3, 4],
"clk_sel": 2
},
{
"type": "zotino",
"ports": [5]
},
{
"type": "sampler",
"ports": [6, 7]
}
]
}