berkeley: add grabber

master
Sebastien Bourdeauducq 2019-05-18 18:52:35 +08:00
parent e2150f0ece
commit 7b49d970f9
1 changed files with 11 additions and 7 deletions

View File

@ -8,46 +8,50 @@
"peripherals": [
{
"type": "dio",
"ports": [0],
"ports": [1],
"bank_direction_low": "input",
"bank_direction_high": "output"
},
{
"type": "dio",
"ports": [1],
"ports": [2],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "urukul",
"ports": [2, 3],
"ports": [3, 4],
"synchronization": true,
"clk_sel": 2,
"pll_vco": 4
},
{
"type": "urukul",
"ports": [4, 5],
"ports": [5, 6],
"synchronization": true,
"clk_sel": 2,
"pll_vco": 4
},
{
"type": "urukul",
"ports": [6, 7],
"ports": [7, 8],
"synchronization": true,
"clk_sel": 2,
"pll_vco": 4
},
{
"type": "urukul",
"ports": [9, 8],
"ports": [10, 9],
"dds": "ad9912",
"clk_sel": 0
},
{
"type": "zotino",
"ports": [10]
"ports": [11]
},
{
"type": "grabber",
"ports": [0]
}
]
}