sinara-systems-legacy/ustc3.json

48 lines
1.1 KiB
JSON
Raw Normal View History

2020-10-13 13:16:25 +08:00
{
"target": "kasli",
"variant": "ustc3",
"hw_rev": "v1.1",
"base": "standalone",
"core_addr": "192.168.1.75",
2020-11-24 10:58:11 +08:00
"ext_ref_frequency": 10e6,
2020-10-13 13:16:25 +08:00
"peripherals": [
{
"type": "dio",
"ports": [0],
"bank_direction_low": "input",
"bank_direction_high": "output"
},
{
"type": "dio",
"ports": [1],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "urukul",
"dds": "ad9910",
"ports": [2, 3],
"synchronization": true,
"clk_sel": 2
},
{
"type": "urukul",
"dds": "ad9910",
"ports": [4, 5],
"synchronization": true,
"clk_sel": 2
},
{
"type": "urukul",
"dds": "ad9910",
"ports": [6, 7],
"synchronization": true,
"clk_sel": 2
},
{
"type": "zotino",
"ports": [8]
}
]
}