parent
3f4bf68385
commit
d4bee14b39
@ -0,0 +1,48 @@ |
||||
{ |
||||
"target": "kasli", |
||||
"min_artiq_version": "6.0", |
||||
"variant": "unb", |
||||
"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": "dio", |
||||
"ports": [3], |
||||
"bank_direction_low": "output", |
||||
"bank_direction_high": "output" |
||||
}, |
||||
{ |
||||
"type": "urukul", |
||||
"dds": "ad9910", |
||||
"ports": [4, 5], |
||||
"clk_sel": 2 |
||||
}, |
||||
{ |
||||
"type": "zotino", |
||||
"ports": [6] |
||||
}, |
||||
{ |
||||
"type": "sampler", |
||||
"ports": [7, 8] |
||||
} |
||||
] |
||||
} |
Loading…
Reference in new issue