sinara-systems-legacy/berkeley3master.json

53 lines
1.2 KiB
JSON
Raw Normal View History

2020-03-02 17:30:48 +08:00
{
"target": "kasli",
"variant": "berkeley3master",
2020-03-02 17:30:48 +08:00
"hw_rev": "v1.1",
"base": "master",
2020-03-02 17:30:48 +08:00
"core_addr": "192.168.1.75",
"peripherals": [
{
"type": "urukul",
"ports": [0, 1],
"clk_sel": 2
},
{
"type": "sampler",
"ports": [2, 3]
},
{
"type": "dio",
"ports": [4],
"bank_direction_low": "input",
"bank_direction_high": "output"
},
{
"type": "dio",
"ports": [5],
2020-03-03 14:10:44 +08:00
"bank_direction_low": "output",
2020-03-02 17:30:48 +08:00
"bank_direction_high": "output"
},
{
"type": "dio",
"ports": [6],
2020-03-03 14:10:44 +08:00
"bank_direction_low": "output",
2020-03-02 17:30:48 +08:00
"bank_direction_high": "output"
},
{
"type": "dio",
"ports": [7],
2020-03-03 14:10:44 +08:00
"bank_direction_low": "output",
2020-03-02 17:30:48 +08:00
"bank_direction_high": "output"
},
{
"type": "dio",
"ports": [8],
2020-03-03 14:10:44 +08:00
"bank_direction_low": "output",
2020-03-02 17:30:48 +08:00
"bank_direction_high": "output"
},
{
"type": "zotino",
"ports": [9]
}
]
}