sinara-systems-legacy/archive/hw2master.json

56 lines
1.3 KiB
JSON
Raw Permalink Normal View History

2020-03-02 17:44:06 +08:00
{
"target": "kasli",
"min_artiq_version": "6.0",
2020-03-02 17:44:06 +08:00
"variant": "hw2master",
"hw_rev": "v1.1",
"base": "master",
"core_addr": "192.168.1.75",
"enable_sata_drtio": true,
2020-11-16 12:47:19 +08:00
"ext_ref_frequency": 10e6,
2020-03-02 17:44:06 +08:00
"peripherals": [
{
"type": "grabber",
"ports": [1, 2]
},
{
"type": "dio",
"ports": [3],
"bank_direction_low": "input",
"bank_direction_high": "output"
},
{
"type": "dio",
"ports": [4],
2020-03-19 17:21:42 +08:00
"bank_direction_low": "output",
2020-03-02 17:44:06 +08:00
"bank_direction_high": "output"
},
{
"type": "dio",
"ports": [5],
2020-03-19 17:21:42 +08:00
"bank_direction_low": "output",
2020-03-02 17:44:06 +08:00
"bank_direction_high": "output"
},
{
"type": "urukul",
"dds": "ad9910",
"ports": [6, 7],
"synchronization": true,
2020-03-02 17:44:06 +08:00
"clk_sel": 2
},
{
"type": "urukul",
"dds": "ad9910",
"ports": [8, 9],
"synchronization": true,
2020-03-02 17:44:06 +08:00
"clk_sel": 2
},
{
"type": "urukul",
"dds": "ad9910",
"ports": [10, 11],
"synchronization": true,
2020-03-02 17:44:06 +08:00
"clk_sel": 2
}
]
}