master
Harry Ho 2019-11-21 16:37:08 +08:00
parent ef42ac2373
commit dd8f8cac5f
1 changed files with 39 additions and 0 deletions

39
mit.json Normal file
View File

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