luh, qleds: update

master
Robert Jördens 2020-08-18 17:16:13 +02:00
parent 30d7be9a53
commit fc1a7728f1
2 changed files with 31 additions and 20 deletions

View File

@ -17,37 +17,42 @@
"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": [4],
"ports": [3, 2],
"clk_sel": 0,
"refclk": 100e6,
"pll_n": 40
},
{
"type": "urukul",
"ports": [5],
"ports": [5, 4],
"clk_sel": 0,
"refclk": 100e6,
"pll_n": 40
},
{
"type": "urukul",
"ports": [7, 6],
"clk_sel": 0,
"refclk": 100e6,
"pll_n": 40
},
{
"type": "grabber",
"ports": [6]
"ports": [8]
},
{
"type": "zotino",
"ports": [7]
"type": "fastino",
"ports": [9]
},
{
"type": "fastino",
"ports": [10]
},
{
"type": "fastino",
"ports": [11]
}
]
}

View File

@ -25,30 +25,36 @@
"bank_direction_high": "output"
},
{
"type": "sampler",
"ports": [3]
"type": "dio",
"ports": [3],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "urukul",
"ports": [6, 5],
"ports": [5, 4],
"clk_sel": 0,
"refclk": 100e6,
"pll_n": 40
},
{
"type": "urukul",
"ports": [8, 7],
"ports": [7, 6],
"clk_sel": 0,
"refclk": 100e6,
"pll_n": 40
},
{
"type": "urukul",
"ports": [10, 9],
"ports": [9, 8],
"clk_sel": 0,
"refclk": 100e6,
"pll_n": 40
},
{
"type": "zotino",
"ports": [10]
},
{
"type": "zotino",
"ports": [11]