master
Harry Ho 2019-12-11 15:50:25 +08:00
parent 7b0cfb5e0f
commit 1c4a7ee5c8
1 changed files with 35 additions and 0 deletions

35
hw.json Normal file
View File

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