add ustc4

master
ciciwu 2021-09-10 09:39:15 +08:00
parent 0001dde078
commit 51ec12dbe3
1 changed files with 44 additions and 0 deletions

44
ustc4.json Normal file
View File

@ -0,0 +1,44 @@
{
"target": "kasli",
"min_artiq_version": "6.0",
"variant": "ustc4",
"hw_rev": "v2.0",
"base": "standalone",
"core_addr": "192.168.1.75",
"peripherals": [
{
"type": "dio",
"ports": [0],
"bank_direction_low": "input",
"bank_direction_high": "output"
},
{
"type": "dio",
"ports": [1],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "suservo",
"sampler_ports": [2, 3],
"urukul0_ports": [4, 5],
"clk_sel": 2
},
{
"type": "urukul",
"dds": "ad9910",
"ports": [6, 7],
"clk_sel": 2
},
{
"type": "urukul",
"dds": "ad9910",
"ports": [8, 9],
"clk_sel": 2
},
{
"type": "fastino",
"ports": [10]
}
]
}