sinara-systems-legacy/wipm.json

48 lines
996 B
JSON
Raw Normal View History

2019-02-12 19:15:16 +08:00
{
"target": "kasli",
"variant": "wipm",
"hw_rev": "v1.1",
"base": "standalone",
2020-01-01 13:41:57 +08:00
"core_addr": "192.168.1.71",
2019-02-12 19:15:16 +08:00
"peripherals": [
{
"type": "urukul",
2020-01-01 13:41:57 +08:00
"dds": "ad9910",
2019-02-12 19:15:16 +08:00
"ports": [1, 0],
"clk_sel": 0
2020-01-01 13:41:57 +08:00
},
{
"type": "urukul",
"dds": "ad9910",
"ports": [2, 3],
"clk_sel": 2
},
2019-02-12 19:15:16 +08:00
{
"type": "urukul",
2020-01-01 13:41:57 +08:00
"dds": "ad9912",
"ports": [5, 4],
2019-02-12 19:15:16 +08:00
"clk_sel": 0
2020-01-01 13:41:57 +08:00
},
{
"type": "dio",
"ports": [6],
"bank_direction_low": "input",
"bank_direction_high": "output"
},
{
"type": "dio",
"ports": [7],
"bank_direction_low": "output",
"bank_direction_high": "output"
2019-02-12 19:15:16 +08:00
},
{
"type": "sampler",
2020-01-01 13:41:57 +08:00
"ports": [9, 8]
2019-02-12 19:15:16 +08:00
},
{
"type": "zotino",
2020-01-01 13:41:57 +08:00
"ports": [10]
2019-02-12 19:15:16 +08:00
}
]
}