add ubirmingham

master
Robert Jördens 2019-02-15 08:48:57 +00:00
parent abb894430e
commit 166d96bec9
1 changed files with 46 additions and 0 deletions

46
ubirmingham.json Normal file
View File

@ -0,0 +1,46 @@
{
"target": "kasli",
"variant": "ubirmingham",
"hw_rev": "v1.1",
"base": "standalone",
"peripherals": [
{
"type": "dio",
"ports": [0],
"bank_direction_low": "input",
"bank_direction_high": "output"
},
{
"type": "dio",
"ports": [1],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "dio",
"ports": [2],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "sampler",
"ports": [3, 4]
},
{
"type": "urukul",
"ports": [5, 6],
"synchronization": true,
"clk_sel": 2
},
{
"type": "urukul",
"ports": [8, 9],
"synchronization": true,
"clk_sel": 2
},
{
"type": "zotino",
"ports": [10]
}
]
}