add berkeley2 and unsw2

master
Sebastien Bourdeauducq 2019-06-21 08:00:50 +00:00
parent 6a1862fcda
commit 2e92a9aacf
2 changed files with 56 additions and 0 deletions

33
berkeley2.json Normal file
View File

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

23
unsw2.json Normal file
View File

@ -0,0 +1,23 @@
{
"target": "kasli",
"variant": "unsw2",
"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": "sampler",
"ports": [1, 2]
},
{
"type": "zotino",
"ports": [3]
}
]
}