master
Harry Ho 2021-04-14 12:25:34 +08:00
parent 0beff1dae7
commit f6e71c5243
1 changed files with 49 additions and 0 deletions

49
ucla.json Normal file
View File

@ -0,0 +1,49 @@
{
"target": "kasli",
"min_artiq_version": "6.0",
"variant": "ucla",
"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": "dio",
"ports": [2],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "dio",
"ports": [3],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "suservo",
"sampler_ports": [10, 11],
"urukul0_ports": [4, 5],
"urukul1_ports": [6, 7],
"clk_sel": 2
},
{
"type": "urukul",
"dds": "ad9910",
"ports": [8],
"clk_sel": 2
},
{
"type": "zotino",
"ports": [9]
}
]
}