Legacy JSON descriptions of Sinara systems with public Hydra builds. OBSOLETE. Newer systems use AFWS.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
1.1 KiB
49 lines
1.1 KiB
{
|
|
"target": "kasli",
|
|
"min_artiq_version": "6.0",
|
|
"variant": "mitll5",
|
|
"hw_rev": "v2.0",
|
|
"base": "standalone",
|
|
"core_addr": "192.168.1.75",
|
|
"peripherals": [
|
|
{
|
|
"type": "grabber",
|
|
"ports": [0]
|
|
},
|
|
{
|
|
"type": "dio",
|
|
"ports": [1],
|
|
"bank_direction_low": "input",
|
|
"bank_direction_high": "output"
|
|
},
|
|
{
|
|
"type": "fastino",
|
|
"ports": [2]
|
|
},
|
|
{
|
|
"type": "fastino",
|
|
"ports": [3]
|
|
},
|
|
{
|
|
"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": "urukul",
|
|
"dds": "ad9910",
|
|
"ports": [8, 9],
|
|
"synchronization": true,
|
|
"clk_sel": 2
|
|
}
|
|
]
|
|
}
|
|
|