From 16a6186ace1af90b0f503b38a0bd247d8c7864b5 Mon Sep 17 00:00:00 2001 From: kai Date: Thu, 27 May 2021 10:05:11 +0800 Subject: [PATCH] add berkeley4 --- berkeley4.json | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 berkeley4.json diff --git a/berkeley4.json b/berkeley4.json new file mode 100644 index 0000000..79b16d1 --- /dev/null +++ b/berkeley4.json @@ -0,0 +1,52 @@ +{ + "target": "kasli", + "min_artiq_version": "6.0", + "variant": "berkeley4", + "hw_rev": "v2.0", + "base": "standalone", + "core_addr": "192.168.1.75", + "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": "urukul", + "dds": "ad9910", + "ports": [3, 4], + "clk_sel": 2 + }, + { + "type": "urukul", + "dds": "ad9910", + "ports": [5, 6], + "clk_sel": 2 + }, + { + "type": "sampler", + "ports": [7, 8] + }, + { + "type": "sampler", + "ports": [9, 10] + }, + { + "type": "zotino", + "ports": [11] + } + ] +} \ No newline at end of file