sinara-systems-legacy/archive/berkeley.json

58 lines
1.3 KiB
JSON
Raw Normal View History

2019-02-12 19:15:16 +08:00
{
"target": "kasli",
"variant": "berkeley",
"hw_rev": "v1.1",
"base": "standalone",
2019-02-22 23:11:20 +08:00
"core_addr": "192.168.1.75",
2019-02-12 19:15:16 +08:00
"rtio_frequency": 100e6,
"peripherals": [
{
"type": "dio",
2019-05-18 18:52:35 +08:00
"ports": [1],
2019-02-12 19:15:16 +08:00
"bank_direction_low": "input",
"bank_direction_high": "output"
},
{
"type": "dio",
2019-05-18 18:52:35 +08:00
"ports": [2],
2019-02-12 19:15:16 +08:00
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "urukul",
2019-05-18 18:52:35 +08:00
"ports": [3, 4],
2019-02-12 19:15:16 +08:00
"synchronization": true,
2019-02-22 23:02:35 +08:00
"clk_sel": 2,
"pll_vco": 4
2019-02-12 19:15:16 +08:00
},
{
"type": "urukul",
2019-05-18 18:52:35 +08:00
"ports": [5, 6],
2019-02-12 19:15:16 +08:00
"synchronization": true,
2019-02-22 23:02:35 +08:00
"clk_sel": 2,
"pll_vco": 4
2019-02-12 19:15:16 +08:00
},
{
"type": "urukul",
2019-05-18 18:52:35 +08:00
"ports": [7, 8],
2019-02-12 19:15:16 +08:00
"synchronization": true,
2019-02-22 23:02:35 +08:00
"clk_sel": 2,
"pll_vco": 4
2019-02-12 19:15:16 +08:00
},
{
"type": "urukul",
2019-05-18 18:52:35 +08:00
"ports": [10, 9],
2019-02-12 19:15:16 +08:00
"dds": "ad9912",
"clk_sel": 0
},
{
"type": "zotino",
2019-05-18 18:52:35 +08:00
"ports": [11]
},
{
"type": "grabber",
"ports": [0]
2019-02-12 19:15:16 +08:00
}
]
}