add ptb, ptb2, hub, luh

master
Robert Jördens 2019-05-08 10:28:06 +00:00
parent a455a9addf
commit 5507339b44
4 changed files with 192 additions and 0 deletions

50
hub.json Normal file
View File

@ -0,0 +1,50 @@
{
"_description": "f.k.a. hub-krutzik, luh-ospelkaus-13, and luh-ospelkaus-14 in the artiq-setup repository",
"target": "kasli",
"variant": "hub",
"hw_rev": "v1.1",
"base": "standalone",
"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": "dio",
"ports": [2],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "sampler",
"ports": [3]
},
{
"type": "urukul",
"ports": [4],
"clk_sel": 0
},
{
"type": "urukul",
"ports": [5],
"clk_sel": 0
},
{
"type": "urukul",
"ports": [6],
"clk_sel": 0
},
{
"type": "zotino",
"ports": [7]
}
]
}

49
luh.json Normal file
View File

@ -0,0 +1,49 @@
{
"_description": "f.k.a. luh-ospelkaus-16, luh-ospelkaus-18 in the artiq-setup repository",
"target": "kasli",
"variant": "luh",
"hw_rev": "v1.1",
"base": "standalone",
"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": "dio",
"ports": [2],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "sampler",
"ports": [3]
},
{
"type": "urukul",
"ports": [4],
"clk_sel": 0
},
{
"type": "urukul",
"ports": [5],
"clk_sel": 0
},
{
"type": "grabber",
"ports": [6]
},
{
"type": "zotino",
"ports": [7]
}
]
}

46
ptb.json Normal file
View File

@ -0,0 +1,46 @@
{
"_description": "f.k.a. ptb-schmidt, ptb-mehlstaeubler, ptb-huntemann-11, ptb-huntemann-19, and ufr-warring in the artiq-setup repository",
"target": "kasli",
"variant": "ptb",
"hw_rev": "v1.1",
"base": "standalone",
"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": "dio",
"ports": [2],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "sampler",
"ports": [3]
},
{
"type": "urukul",
"ports": [5, 4],
"dds": "ad9912",
"clk_sel": 0
},
{
"type": "urukul",
"ports": [6],
"clk_sel": 0
},
{
"type": "zotino",
"ports": [7]
}
]
}

47
ptb2.json Normal file
View File

@ -0,0 +1,47 @@
{
"_description": "PTB Kasli variant with Urukul1 SYNC and external reference clock",
"target": "kasli",
"variant": "ptb2",
"hw_rev": "v1.1",
"base": "standalone",
"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": "dio",
"ports": [2],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "sampler",
"ports": [3]
},
{
"type": "urukul",
"ports": [5, 4],
"dds": "ad9912",
"clk_sel": 0
},
{
"type": "urukul",
"ports": [6],
"synchronization": true,
"clk_sel": 0
},
{
"type": "zotino",
"ports": [7]
}
]
}