master
Sebastien Bourdeauducq 2020-04-04 20:26:44 +08:00
parent ba2106acdb
commit f20403cf7d
1 changed files with 20 additions and 0 deletions

20
no.json Normal file
View File

@ -0,0 +1,20 @@
{
"target": "kasli",
"variant": "no",
"hw_rev": "v1.1",
"base": "standalone",
"core_addr": "192.168.1.75",
"peripherals": [
{
"type": "urukul",
"ports": [0, 1],
"clk_sel": 2
},
{
"type": "dio",
"ports": [2],
"bank_direction_low": "input",
"bank_direction_high": "output"
}
]
}