From c6c940fc9f224a2f138abef5ba1db66a1993c1ff Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 5 Oct 2021 16:13:54 +0800 Subject: [PATCH] add aq --- aq.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 aq.json diff --git a/aq.json b/aq.json new file mode 100644 index 0000000..5637b0f --- /dev/null +++ b/aq.json @@ -0,0 +1,24 @@ +{ + "target": "kasli", + "min_artiq_version": "6.0", + "variant": "aq", + "hw_rev": "v2.0", + "base": "standalone", + "core_addr": "192.168.1.75", + "peripherals": [ + { + "type": "dio", + "board": "DIO_MCX", + "ports": [0], + "bank_direction_low": "input", + "bank_direction_high": "output" + }, + { + "type": "dio", + "board": "DIO_MCX", + "ports": [1], + "bank_direction_low": "output", + "bank_direction_high": "output" + } + ] +}