sinara-systems-legacy/berkeley.json

51 lines
1.2 KiB
JSON

{
"target": "kasli",
"variant": "berkeley",
"hw_rev": "v1.1",
"base": "standalone",
"core_addr": "192.168.1.75",
"rtio_frequency": 100e6,
"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",
"ports": [2, 3],
"synchronization": true,
"clk_sel": 2,
"pll_vco": 4
},
{
"type": "urukul",
"ports": [4, 5],
"synchronization": true,
"clk_sel": 2,
"pll_vco": 4
},
{
"type": "urukul",
"ports": [6, 7],
"synchronization": true,
"clk_sel": 2,
"pll_vco": 4
},
{
"type": "urukul",
"ports": [8, 9],
"synchronization": true,
"clk_sel": 2,
"pll_vco": 4
}
]
}