sinara-systems-legacy/griffith.json

36 lines
745 B
JSON
Raw Normal View History

2020-02-07 18:40:22 +08:00
{
"target": "kasli",
"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
]
}