From 66d7128c61684bea49677f23d9b1ea9d2f10faea Mon Sep 17 00:00:00 2001 From: ciciwu Date: Mon, 8 Nov 2021 13:13:07 +0800 Subject: [PATCH] add u12 --- u12.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 u12.json diff --git a/u12.json b/u12.json new file mode 100644 index 0000000..8eb0435 --- /dev/null +++ b/u12.json @@ -0,0 +1,22 @@ +{ + "target": "kasli", + "min_artiq_version": "6.0", + "variant": "u12", + "hw_rev": "v2.0", + "base": "standalone", + "core_addr": "192.168.1.75", + "peripherals": [ + { + "type": "grabber", + "ports": [0, 1, 2] + }, + { + "type": "sampler", + "ports": [3, 4] + }, + { + "type": "sampler", + "ports": [5, 6] + } + ] +}