add ucsb3

master
ciciwu 2021-09-29 13:39:55 +08:00
parent 1ea594c04d
commit 1c7bfe67b6
1 changed files with 26 additions and 0 deletions

26
ucsb3.json Normal file
View File

@ -0,0 +1,26 @@
{
"target": "kasli",
"min_artiq_version": "6.0",
"variant": "ucsb3",
"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": "urukul",
"dds": "ad9910",
"ports": [1, 2],
"clk_sel": 2
},
{
"type": "mirny",
"ports": [3]
}
]
}