innsbruck: add

master
Robert Jördens 2019-08-06 07:49:15 +00:00
parent 242448f4b0
commit 446fc89589
1 changed files with 41 additions and 0 deletions

41
innsbruck.json Normal file
View File

@ -0,0 +1,41 @@
{
"target": "kasli",
"variant": "innsbruck",
"hw_rev": "v1.1",
"base": "standalone",
"core_addr": "10.0.16.142",
"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": "urukul",
"ports": [2, 3],
"synchronization": true,
"clk_sel": 2
},
{
"type": "urukul",
"ports": [4, 5],
"synchronization": true,
"clk_sel": 2
},
{
"type": "grabber",
"ports": [6]
},
{
"type": "zotino",
"ports": [7]
}
]
}