sinara-systems-legacy/oregon.json

49 lines
1.1 KiB
JSON
Raw Normal View History

2019-09-11 15:53:34 +08:00
{
"target": "kasli",
"variant": "oregon",
"hw_rev": "v1.1",
"base": "standalone",
"core_addr": "192.168.1.75",
"peripherals": [
{
"type": "dio",
2020-02-23 03:47:11 +08:00
"ports": [8],
2019-09-11 15:53:34 +08:00
"bank_direction_low": "input",
"bank_direction_high": "output"
},
{
"type": "dio",
2020-02-23 03:47:11 +08:00
"ports": [10],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "dio",
"ports": [11],
2019-09-11 15:53:34 +08:00
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "suservo",
2020-02-23 03:47:11 +08:00
"sampler_ports": [6, 7],
2019-09-11 15:53:34 +08:00
"urukul0_ports": [0, 1],
2020-02-23 03:47:11 +08:00
"urukul1_ports": [2, 3],
2019-09-11 15:53:34 +08:00
"clk_sel": 2
},
2021-07-07 07:07:18 +08:00
{
"type": "zotino",
"ports": [4]
},
2019-09-11 15:53:34 +08:00
{
2020-02-23 03:47:11 +08:00
"type": "urukul",
"ports": [5],
"clk_sel": 2
},
{
"type": "urukul",
"ports": [9],
"clk_sel": 2
2019-09-11 15:53:34 +08:00
}
]
}