add ustc5satellite

master
ciciwu 2021-09-14 16:48:24 +08:00
parent 2df66f3686
commit b6bd18a971
1 changed files with 39 additions and 0 deletions

39
ustc5satellite.json Normal file
View File

@ -0,0 +1,39 @@
{
"target": "kasli",
"min_artiq_version": "6.0",
"variant": "ustc5satellite",
"hw_rev": "v2.0",
"base": "satellite",
"core_addr": "192.168.1.75",
"peripherals": [
{
"type": "urukul",
"dds": "ad9910",
"ports": [1, 2],
"clk_sel": 2
},
{
"type": "urukul",
"dds": "ad9910",
"ports": [3, 4],
"clk_sel": 2
},
{
"type": "urukul",
"dds": "ad9910",
"ports": [5, 6],
"clk_sel": 2
},
{
"type": "urukul",
"dds": "ad9910",
"ports": [7, 8],
"clk_sel": 2
},
{
"type": "mirny",
"ports": [9]
}
]
}