update stfc

master
StarChen 2021-08-23 16:35:18 +08:00
parent ba0b098245
commit 6631d634e4
2 changed files with 23 additions and 28 deletions

View File

@ -3,6 +3,7 @@
"min_artiq_version": "6.0",
"variant": "stfcmaster",
"hw_rev": "v2.0",
"ext_ref_frequency": 10e6,
"base": "master",
"core_addr": "192.168.1.75",
"peripherals": [
@ -14,12 +15,12 @@
"type": "dio",
"ports": [3],
"bank_direction_low": "input",
"bank_direction_high": "output"
"bank_direction_high": "input"
},
{
"type": "dio",
"ports": [4],
"bank_direction_low": "output",
"bank_direction_low": "input",
"bank_direction_high": "output"
},
{
@ -43,6 +44,18 @@
{
"type": "fastino",
"ports": [9]
},
{
"type": "mirny",
"ports": [10],
"clk_sel": "mmcx",
"refclk": 125e6
},
{
"type": "mirny",
"ports": [11],
"clk_sel": "mmcx",
"refclk": 125e6
}
]
}

View File

@ -6,36 +6,18 @@
"base": "satellite",
"peripherals": [
{
"type": "urukul",
"dds": "ad9910",
"ports": [0, 1],
"type": "suservo",
"sampler_ports": [8, 9],
"urukul0_ports": [0, 1],
"urukul1_ports": [2, 3],
"clk_sel": 2
},
{
"type": "urukul",
"dds": "ad9910",
"ports": [2, 3],
"type": "suservo",
"sampler_ports": [10, 11],
"urukul0_ports": [6, 7],
"urukul1_ports": [5, 6],
"clk_sel": 2
},
{
"type": "urukul",
"dds": "ad9910",
"ports": [4, 5],
"clk_sel": 2
},
{
"type": "urukul",
"dds": "ad9910",
"ports": [6, 7],
"clk_sel": 2
},
{
"type": "sampler",
"ports": [8, 9]
},
{
"type": "sampler",
"ports": [10, 11]
}
]
}