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" + } + ] +}