sinara-systems-legacy/griffith.json

37 lines
777 B
JSON
Raw Normal View History

2020-02-07 18:40:22 +08:00
{
"target": "kasli",
2021-03-30 11:09:10 +08:00
"min_artiq_version": "6.0",
"variant": "griffith",
2020-02-07 18:40:22 +08:00
"hw_rev": "v1.1",
"base": "standalone",
"core_addr": "192.168.1.75",
"peripherals": [
{
"type": "dio",
"ports": [1],
"bank_direction_low": "input",
"bank_direction_high": "output"
},
{
"type": "dio",
"ports": [2],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "urukul",
"ports": [3, 4],
"clk_sel": 2
},
{
"type": "zotino",
"ports": [5]
},
{
"type": "sampler",
"ports": [6, 7]
2020-02-07 18:40:22 +08:00
}
2020-02-07 18:40:22 +08:00
]
}