ptb3master, ptb3satellite: add

master
Robert Jördens 2020-11-16 08:38:20 +00:00
parent 5cb8481feb
commit e0ce7cf6e0
2 changed files with 111 additions and 0 deletions

73
ptb3master.json Normal file
View File

@ -0,0 +1,73 @@
{
"_description": "PTB 4.43 with backplane adapter and 4 Urukuls",
"target": "kasli",
"variant": "ptb3master",
"hw_rev": "v2.0",
"base": "master",
"_ext_ref_frequency": 100e6,
"core_addr": "10.34.16.100",
"peripherals": [
{
"type": "dio",
"ports": [0],
"board": "DIO_SMA",
"hw_rev": "v1.1",
"bank_direction_low": "input",
"bank_direction_high": "output"
},
{
"type": "dio",
"ports": [1],
"board": "DIO_SMA",
"hw_rev": "v1.1",
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "dio",
"ports": [2],
"board": "DIO_SMA",
"hw_rev": "v1.1",
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "sampler",
"ports": [3]
},
{
"type": "urukul",
"ports": [5, 4],
"dds": "ad9912",
"clk_sel": 1,
"refclk": 100e6,
"pll_n": 10
},
{
"type": "urukul",
"ports": [6],
"clk_sel": 1,
"refclk": 100e6,
"pll_n": 40
},
{
"type": "zotino",
"ports": [7]
},
{
"type": "urukul",
"ports": [9, 8],
"dds": "ad9912",
"clk_sel": 1,
"refclk": 100e6,
"pll_n": 10
},
{
"type": "urukul",
"ports": [11, 10],
"clk_sel": 1,
"refclk": 100e6,
"pll_n": 40
}
]
}

38
ptb3satellite.json Normal file
View File

@ -0,0 +1,38 @@
{
"_description": "PTB 4.43 satellite",
"target": "kasli",
"variant": "ptb3satellite",
"hw_rev": "v2.0",
"base": "satellite",
"core_addr": "10.34.16.100",
"vendor": "QUARTIQ",
"peripherals": [
{
"type": "dio",
"board": "DIO_SMA",
"hw_rev": "v1.1",
"ports": [
0
],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "dio",
"board": "DIO_SMA",
"hw_rev": "v1.1",
"ports": [
1
],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "zotino",
"hw_rev": "v1.3",
"ports": [
2
]
}
]
}