sinara-systems-legacy/archive/nudt.json

35 lines
740 B
JSON
Raw Normal View History

2019-02-12 19:15:16 +08:00
{
"target": "kasli",
"variant": "nudt",
"hw_rev": "v1.1",
"base": "standalone",
2019-02-22 23:11:20 +08:00
"core_addr": "192.168.1.75",
2019-02-12 19:15:16 +08:00
"peripherals": [
{
"type": "dio",
"ports": [5],
"bank_direction_low": "input",
"bank_direction_high": "output"
},
{
"type": "dio",
"ports": [6],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "urukul",
"ports": [0, 1],
"clk_sel": 2
},
{
"type": "sampler",
2019-02-12 19:57:39 +08:00
"ports": [2, 3]
2019-02-12 19:15:16 +08:00
},
{
"type": "zotino",
"ports": [4]
}
]
}