From 5507339b447cd02b82b88a8f1af598445ee736a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20J=C3=B6rdens?= Date: Wed, 8 May 2019 10:28:06 +0000 Subject: [PATCH] add ptb, ptb2, hub, luh --- hub.json | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ luh.json | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ ptb.json | 46 ++++++++++++++++++++++++++++++++++++++++++++++ ptb2.json | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 192 insertions(+) create mode 100644 hub.json create mode 100644 luh.json create mode 100644 ptb.json create mode 100644 ptb2.json diff --git a/hub.json b/hub.json new file mode 100644 index 0000000..072b36d --- /dev/null +++ b/hub.json @@ -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] + } + ] +} diff --git a/luh.json b/luh.json new file mode 100644 index 0000000..3c1e25c --- /dev/null +++ b/luh.json @@ -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] + } + ] +} diff --git a/ptb.json b/ptb.json new file mode 100644 index 0000000..3c53adf --- /dev/null +++ b/ptb.json @@ -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] + } + ] +} diff --git a/ptb2.json b/ptb2.json new file mode 100644 index 0000000..4da24c3 --- /dev/null +++ b/ptb2.json @@ -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] + } + ] +}