add sustech

master
ciciwu 2021-10-12 17:16:52 +08:00
parent 882cd50dd6
commit ad1093590e
1 changed files with 51 additions and 0 deletions

51
sustech.json Normal file
View File

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