add mitll5

master
occheung 2021-12-29 12:53:04 +08:00
parent d153d9c9e2
commit b024f9d42e
1 changed files with 49 additions and 0 deletions

49
mitll5.json Normal file
View File

@ -0,0 +1,49 @@
{
"target": "kasli",
"min_artiq_version": "6.0",
"variant": "mitll5",
"hw_rev": "v2.0",
"base": "standalone",
"core_addr": "192.168.1.75",
"peripherals": [
{
"type": "grabber",
"ports": [0]
},
{
"type": "dio",
"ports": [1],
"bank_direction_low": "input",
"bank_direction_high": "output"
},
{
"type": "fastino",
"ports": [2]
},
{
"type": "fastino",
"ports": [3]
},
{
"type": "urukul",
"dds": "ad9910",
"ports": [4, 5],
"synchronization": true,
"clk_sel": 2
},
{
"type": "urukul",
"dds": "ad9910",
"ports": [6, 7],
"synchronization": true,
"clk_sel": 2
},
{
"type": "urukul",
"dds": "ad9910",
"ports": [8, 9],
"synchronization": true,
"clk_sel": 2
}
]
}