sinara-systems-legacy/atomionics.json

57 lines
1.3 KiB
JSON
Raw Normal View History

2020-10-21 18:13:13 +08:00
{
"target": "kasli",
"min_artiq_version": "6.0",
2020-10-21 18:13:13 +08:00
"variant": "atomionics",
"hw_rev": "v2.0",
"base": "standalone",
"core_addr": "192.168.1.75",
"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": [3],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "dio",
"ports": [2],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "urukul",
"dds": "ad9910",
"ports": [4, 5],
"synchronization": true,
"clk_sel": 2
},
{
"type": "urukul",
"dds": "ad9910",
"ports": [6, 7],
"synchronization": true,
"clk_sel": 2
},
{
"type": "sampler",
"ports": [8, 9]
2021-01-19 17:03:19 +08:00
},
{
"type": "zotino",
"ports": [10]
2020-10-21 18:13:13 +08:00
}
]
}