ptb3 satellite/master changes

master
Robert Jördens 2021-10-04 17:03:56 +02:00
parent 1c7bfe67b6
commit f8c6fd4b79
2 changed files with 62 additions and 16 deletions

View File

@ -1,11 +1,12 @@
{
"_description": "PTB 4.43 with backplane adapter and 4 Urukuls",
"_description": "PTB 4.43 Master with backplane adapter",
"target": "kasli",
"variant": "ptb3master",
"hw_rev": "v1.1",
"base": "master",
"ext_ref_frequency": 100e6,
"core_addr": "10.34.16.100",
"vendor": "QUARTIQ",
"peripherals": [
{
"type": "dio",
@ -45,14 +46,11 @@
},
{
"type": "urukul",
"ports": [6],
"ports": [7, 6],
"dds": "ad9912",
"clk_sel": 1,
"refclk": 100e6,
"pll_n": 40
},
{
"type": "zotino",
"ports": [7]
"pll_n": 10
},
{
"type": "urukul",
@ -63,11 +61,12 @@
"pll_n": 10
},
{
"type": "urukul",
"ports": [11, 10],
"clk_sel": 1,
"refclk": 100e6,
"pll_n": 40
"type": "zotino",
"ports": [10]
},
{
"type": "zotino",
"ports": [11]
}
]
}

View File

@ -1,5 +1,5 @@
{
"_description": "PTB 4.43 satellite",
"_description": "PTB 4.43 Satellite",
"target": "kasli",
"min_artiq_version": "6.0",
"variant": "ptb3satellite",
@ -29,11 +29,58 @@
"bank_direction_high": "output"
},
{
"type": "zotino",
"hw_rev": "v1.3",
"type": "dio",
"board": "DIO_SMA",
"hw_rev": "v1.1",
"ports": [
2
]
],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "urukul",
"ports": [4, 3],
"dds": "ad9912",
"clk_sel": 1,
"refclk": 100e6,
"pll_n": 10
},
{
"type": "urukul",
"ports": [6, 5],
"dds": "ad9912",
"clk_sel": 1,
"refclk": 100e6,
"pll_n": 10
},
{
"type": "urukul",
"ports": [8, 7],
"clk_sel": 1,
"refclk": 100e6,
"pll_n": 40
},
{
"type": "urukul",
"ports": [9],
"clk_sel": 1,
"refclk": 100e6,
"pll_n": 40
},
{
"type": "urukul",
"ports": [10],
"clk_sel": 1,
"refclk": 100e6,
"pll_n": 40
},
{
"type": "urukul",
"ports": [11],
"clk_sel": 1,
"refclk": 100e6,
"pll_n": 40
}
]
}