add tech
parent
54ddc4f293
commit
d997e22539
@ -0,0 +1,48 @@
|
||||
{
|
||||
"target": "kasli",
|
||||
"min_artiq_version": "6.0",
|
||||
"variant": "tech",
|
||||
"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": "dio",
|
||||
"ports": [4],
|
||||
"bank_direction_low": "output",
|
||||
"bank_direction_high": "output"
|
||||
},
|
||||
{
|
||||
"type": "sampler",
|
||||
"ports": [5, 6]
|
||||
},
|
||||
{
|
||||
"type": "fastino",
|
||||
"ports": [7]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue