sinara-systems-legacy/tsinghua.json

33 lines
662 B
JSON
Raw Normal View History

2019-02-12 19:15:16 +08:00
{
"target": "kasli",
"variant": "tsinghua",
"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": [4],
"bank_direction_low": "input",
"bank_direction_high": "output"
},
{
"type": "urukul",
"ports": [3, 2],
"clk_sel": 0
},
{
"type": "sampler",
"ports": [6, 5]
},
{
"type": "zotino",
"ports": [7]
2019-02-12 19:57:39 +08:00
},
2019-02-12 19:15:16 +08:00
{
"type": "grabber",
"ports": [1, 0]
}
]
}