add illinoissatellite, rename illinois

master
ciciwu 2022-01-27 15:32:21 +08:00
parent 73d145e788
commit 3464bf406f
2 changed files with 43 additions and 2 deletions

View File

@ -1,9 +1,9 @@
{ {
"target": "kasli", "target": "kasli",
"min_artiq_version": "6.0", "min_artiq_version": "6.0",
"variant": "illinois", "variant": "illinoismaster",
"hw_rev": "v2.0", "hw_rev": "v2.0",
"base": "standalone", "base": "master",
"core_addr": "192.168.1.75", "core_addr": "192.168.1.75",
"peripherals": [ "peripherals": [
{ {

41
illinoissatellite.json Normal file
View File

@ -0,0 +1,41 @@
{
"target": "kasli",
"min_artiq_version": "6.0",
"variant": "illinoissatellite",
"hw_rev": "v2.0",
"base": "satellite",
"peripherals": [
{
"type": "urukul",
"dds": "ad9910",
"ports": [0, 1],
"clk_sel": 2,
"synchronization": true
},
{
"type": "urukul",
"dds": "ad9910",
"ports": [2, 3],
"clk_sel": 2,
"synchronization": true
},
{
"type": "zotino",
"ports": [4]
},
{
"type": "dio",
"board": "DIO_SMA",
"ports": [5],
"bank_direction_low": "input",
"bank_direction_high": "output"
},
{
"type": "dio",
"board": "DIO_SMA",
"ports": [6],
"bank_direction_low": "output",
"bank_direction_high": "output"
}
]
}