add UCR variant

master
Sebastien Bourdeauducq 2019-03-17 18:41:33 +08:00
parent 7aeb8d88e2
commit c2dc2d44ef
1 changed files with 49 additions and 0 deletions

49
ucr.json Normal file
View File

@ -0,0 +1,49 @@
{
"target": "kasli",
"variant": "ucr",
"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": "dio",
"ports": [1],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "dio",
"ports": [2],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "urukul",
"ports": [3, 4],
"clk_sel": 2
},
{
"type": "urukul",
"ports": [5, 6],
"clk_sel": 2
},
{
"type": "sampler",
"ports": [7, 8]
},
{
"type": "sampler",
"ports": [9, 10]
},
{
"type": "zotino",
"ports": [11]
}
]
}