add vlbaimaster, vlbaisatellite

master
Robert Jördens 2019-05-08 16:03:08 +00:00
parent 79d4bb6ed8
commit 7173b85bcf
2 changed files with 88 additions and 0 deletions

44
vlbaimaster.json Normal file
View File

@ -0,0 +1,44 @@
{
"target": "kasli",
"variant": "vlbaimaster",
"hw_rev": "v1.1",
"base": "master",
"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]
},
{
"type": "urukul",
"ports": [5, 4],
"clk_sel": 0
},
{
"type": "urukul",
"ports": [6],
"clk_sel": 0
},
{
"type": "zotino",
"ports": [7]
}
]
}

44
vlbaisatellite.json Normal file
View File

@ -0,0 +1,44 @@
{
"target": "kasli",
"variant": "vlbaisatellite",
"hw_rev": "v1.1",
"base": "satellite",
"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]
},
{
"type": "urukul",
"ports": [5, 4],
"clk_sel": 0
},
{
"type": "urukul",
"ports": [6],
"clk_sel": 0
},
{
"type": "zotino",
"ports": [7]
}
]
}