From 8b23425fafa042b1e5b33b362920cede6a83fedf Mon Sep 17 00:00:00 2001 From: Jan Kiethe Date: Tue, 16 Jul 2019 10:10:37 +0200 Subject: [PATCH] ptbin: Added the ptbin variant. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 Signed-off-by: Robert Jördens --- ptbin.json | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 ptbin.json diff --git a/ptbin.json b/ptbin.json new file mode 100644 index 0000000..459e135 --- /dev/null +++ b/ptbin.json @@ -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] + } + ] +}