add osaka2

master
Sebastien Bourdeauducq 2021-03-12 16:47:10 +08:00
parent c5e7740ee9
commit 8325e10b50
1 changed files with 28 additions and 0 deletions

28
osaka2.json Normal file
View File

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