sinara-systems-legacy/ptb2.json

49 lines
1.1 KiB
JSON
Raw Normal View History

2019-05-08 18:28:06 +08:00
{
"_description": "PTB Kasli variant with Urukul1 SYNC and external reference clock",
"target": "kasli",
"variant": "ptb2",
"hw_rev": "v1.1",
"base": "standalone",
2019-05-08 23:53:19 +08:00
"ext_ref_frequency": 100e6,
2019-05-08 18:28:06 +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-05-09 01:14:47 +08:00
"clk_sel": 2
2019-05-08 18:28:06 +08:00
},
{
"type": "urukul",
"ports": [6],
"synchronization": true,
2019-05-09 01:14:47 +08:00
"clk_sel": 2
2019-05-08 18:28:06 +08:00
},
{
"type": "zotino",
"ports": [7]
}
]
}