added berkeley3

master
Stewart Mackenzie 2020-03-02 17:30:48 +08:00
parent f594ea8372
commit ac8833caf0
1 changed files with 52 additions and 0 deletions

52
berkeley3.json Normal file
View File

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