ptbin: Added the ptbin variant.

* Adds grabber to this variant.
* Fixed ordering of Urukul connection (ch 4/5 is AD9910, ch 6 is AD9912) Used for the Indium experiment of Mehlstaeubler group at PTB.

Signed-off-by: Jan Kiethe <jan.kiethe@ptb.de>
Signed-off-by: Robert Jördens <rj@quartiq.de>
master
Jan Kiethe 2019-07-16 10:10:37 +02:00 committed by Robert Jördens
parent cefc718476
commit 8b23425faf
1 changed files with 50 additions and 0 deletions

50
ptbin.json Normal file
View File

@ -0,0 +1,50 @@
{
"_description": "ptb (a.ka. ptb-mehlstaeubler) + grabber extension",
"target": "kasli",
"variant": "ptbin",
"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],
"clk_sel": 0
},
{
"type": "urukul",
"ports": [6],
"dds": "ad9912",
"clk_sel": 0
},
{
"type": "zotino",
"ports": [7]
},
{
"type": "grabber",
"ports": [8]
}
]
}