master
ciciwu 2021-11-26 15:39:17 +08:00
parent 08fa1e5e25
commit 577167f653
1 changed files with 44 additions and 0 deletions

44
umd2.json Normal file
View File

@ -0,0 +1,44 @@
{
"target": "kasli",
"min_artiq_version": "6.0",
"variant": "umd2",
"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": "dio",
"ports": [2],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "urukul",
"dds": "ad9910",
"ports": [3, 4],
"clk_sel": 2
},
{
"type": "urukul",
"dds": "ad9912",
"ports": [5, 6],
"clk_sel": 2
},
{
"type": "zotino",
"ports": [7]
}
]
}