sinara-systems-legacy/ptb2.json

49 lines
1.1 KiB
JSON

{
"_description": "PTB Kasli variant with Urukul1 SYNC and external reference clock",
"target": "kasli",
"variant": "ptb2",
"hw_rev": "v1.1",
"base": "standalone",
"ext_ref_frequency": 100e6,
"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",
"clk_sel": 2
},
{
"type": "urukul",
"ports": [6],
"synchronization": true,
"clk_sel": 2
},
{
"type": "zotino",
"ports": [7]
}
]
}