master
Sebastien Bourdeauducq 2020-01-23 19:33:57 +08:00
parent 6f50818290
commit e5c618fa1e
1 changed files with 20 additions and 0 deletions

20
rice.json Normal file
View File

@ -0,0 +1,20 @@
{
"target": "kasli",
"variant": "rice",
"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
}
]
}