sinara-systems-legacy/illinoissatellite.json

42 lines
973 B
JSON
Raw Normal View History

2021-02-03 17:55:12 +08:00
{
"target": "kasli",
"min_artiq_version": "6.0",
2022-01-27 15:32:21 +08:00
"variant": "illinoissatellite",
2021-02-03 17:55:12 +08:00
"hw_rev": "v2.0",
2022-01-27 15:32:21 +08:00
"base": "satellite",
2021-02-03 17:55:12 +08:00
"peripherals": [
{
2022-01-27 15:32:21 +08:00
"type": "urukul",
"dds": "ad9910",
"ports": [0, 1],
"clk_sel": 2,
"synchronization": true
2021-02-03 17:55:12 +08:00
},
{
2022-01-27 15:32:21 +08:00
"type": "urukul",
"dds": "ad9910",
"ports": [2, 3],
"clk_sel": 2,
"synchronization": true
2021-02-03 17:55:12 +08:00
},
{
2022-01-27 15:32:21 +08:00
"type": "zotino",
"ports": [4]
2021-02-03 17:55:12 +08:00
},
{
"type": "dio",
2021-10-20 11:10:18 +08:00
"board": "DIO_SMA",
2021-02-03 17:55:12 +08:00
"ports": [5],
"bank_direction_low": "input",
"bank_direction_high": "output"
},
{
"type": "dio",
2021-10-20 11:10:18 +08:00
"board": "DIO_SMA",
2021-02-03 17:55:12 +08:00
"ports": [6],
"bank_direction_low": "output",
"bank_direction_high": "output"
2021-10-20 11:10:18 +08:00
}
2021-02-03 17:55:12 +08:00
]
}