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", "min_artiq_version": "6.0",
"variant": "stfcmaster", "variant": "stfcmaster",
"hw_rev": "v2.0", "hw_rev": "v2.0",
"ext_ref_frequency": 10e6,
"base": "master", "base": "master",
"core_addr": "192.168.1.75", "core_addr": "192.168.1.75",
"peripherals": [ "peripherals": [
@ -14,12 +15,12 @@
"type": "dio", "type": "dio",
"ports": [3], "ports": [3],
"bank_direction_low": "input", "bank_direction_low": "input",
"bank_direction_high": "output" "bank_direction_high": "input"
}, },
{ {
"type": "dio", "type": "dio",
"ports": [4], "ports": [4],
"bank_direction_low": "output", "bank_direction_low": "input",
"bank_direction_high": "output" "bank_direction_high": "output"
}, },
{ {
@ -43,6 +44,18 @@
{ {
"type": "fastino", "type": "fastino",
"ports": [9] "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", "base": "satellite",
"peripherals": [ "peripherals": [
{ {
"type": "urukul", "type": "suservo",
"dds": "ad9910", "sampler_ports": [8, 9],
"ports": [0, 1], "urukul0_ports": [0, 1],
"urukul1_ports": [2, 3],
"clk_sel": 2 "clk_sel": 2
}, },
{ {
"type": "urukul", "type": "suservo",
"dds": "ad9910", "sampler_ports": [10, 11],
"ports": [2, 3], "urukul0_ports": [6, 7],
"urukul1_ports": [5, 6],
"clk_sel": 2 "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]
} }
] ]
} }