From 0001dde0784104852988c0969b2255bbe9fe8f8e Mon Sep 17 00:00:00 2001 From: yanlinwu213 Date: Fri, 10 Sep 2021 09:30:03 +0800 Subject: [PATCH 1/4] add apm2 --- apm2.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 apm2.json diff --git a/apm2.json b/apm2.json new file mode 100644 index 0000000..e4a22fc --- /dev/null +++ b/apm2.json @@ -0,0 +1,22 @@ +{ + "target": "kasli", + "min_artiq_version": "6.0", + "variant": "apm2", + "hw_rev": "v2.0", + "base": "standalone", + "core_addr": "192.168.1.75", + "peripherals": [ + { + "type": "urukul", + "dds": "ad9910", + "ports": [0, 1], + "clk_sel": 2 + }, + { + "type": "urukul", + "dds": "ad9910", + "ports": [2, 3], + "clk_sel": 2 + } + ] +} From 51ec12dbe36c66588c837b8920d4836f2cc9420b Mon Sep 17 00:00:00 2001 From: ciciwu Date: Fri, 10 Sep 2021 09:39:15 +0800 Subject: [PATCH 2/4] add ustc4 --- ustc4.json | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 ustc4.json diff --git a/ustc4.json b/ustc4.json new file mode 100644 index 0000000..64e66d6 --- /dev/null +++ b/ustc4.json @@ -0,0 +1,44 @@ +{ + "target": "kasli", + "min_artiq_version": "6.0", + "variant": "ustc4", + "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": "suservo", + "sampler_ports": [2, 3], + "urukul0_ports": [4, 5], + "clk_sel": 2 + }, + { + "type": "urukul", + "dds": "ad9910", + "ports": [6, 7], + "clk_sel": 2 + }, + { + "type": "urukul", + "dds": "ad9910", + "ports": [8, 9], + "clk_sel": 2 + }, + { + "type": "fastino", + "ports": [10] + } + ] +} From ecbc7667403c4224036e76994e0766e266f5736a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20J=C3=B6rdens?= Date: Fri, 10 Sep 2021 09:17:05 +0200 Subject: [PATCH 3/4] archive femto3 --- femto3.json => archive/femto3.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename femto3.json => archive/femto3.json (100%) diff --git a/femto3.json b/archive/femto3.json similarity index 100% rename from femto3.json rename to archive/femto3.json From bc73b2a35bd73d705458d82333f2fbdc3953cbec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20J=C3=B6rdens?= Date: Fri, 10 Sep 2021 09:21:43 +0200 Subject: [PATCH 4/4] archive mikes --- mikes.json => archive/mikes.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename mikes.json => archive/mikes.json (100%) diff --git a/mikes.json b/archive/mikes.json similarity index 100% rename from mikes.json rename to archive/mikes.json