sinara-systems-legacy/ptb3.json

68 lines
1.6 KiB
JSON
Raw Normal View History

2019-05-09 00:03:08 +08:00
{
"_description": "PTB Kasli variant with backplane adapter and 4 Urukuls",
"target": "kasli",
"variant": "ptb3",
"hw_rev": "v1.1",
"base": "standalone",
"ext_ref_frequency": 100e6,
2019-06-14 18:50:15 +08:00
"core_addr": "10.0.16.137",
2019-05-09 00:03:08 +08:00
"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],
"dds": "ad9912",
2019-06-14 18:50:15 +08:00
"clk_sel": 1,
"refclk": 100e6,
"pll_n": 10
2019-05-09 00:03:08 +08:00
},
{
"type": "urukul",
"ports": [6],
2019-06-14 18:50:15 +08:00
"clk_sel": 1,
"refclk": 100e6,
"pll_n": 40
2019-05-09 00:03:08 +08:00
},
{
"type": "zotino",
"ports": [7]
},
{
"type": "urukul",
"ports": [9, 8],
"dds": "ad9912",
2019-06-14 18:50:15 +08:00
"clk_sel": 1,
"refclk": 100e6,
"pll_n": 10
2019-05-09 00:03:08 +08:00
},
{
"type": "urukul",
"ports": [11, 10],
2019-06-14 18:50:15 +08:00
"clk_sel": 1,
"refclk": 100e6,
"pll_n": 40
2019-05-09 00:03:08 +08:00
}
]
}