From 65f72f48ba7ab2d743ff0df315e9f297388eeb57 Mon Sep 17 00:00:00 2001 From: ciciwu Date: Thu, 6 Jan 2022 09:45:01 +0800 Subject: [PATCH] add umass --- umass.json | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 umass.json diff --git a/umass.json b/umass.json new file mode 100644 index 0000000..8174600 --- /dev/null +++ b/umass.json @@ -0,0 +1,40 @@ +{ + "target": "kasli", + "min_artiq_version": "6.0", + "variant": "umass", + "hw_rev": "v2.0", + "base": "standalone", + "core_addr": "192.168.1.75", + "peripherals": [ + { + "type": "dio", + "board": "DIO_BNC", + "ports": [0], + "bank_direction_low": "input", + "bank_direction_high": "output" + }, + { + "type": "dio", + "board": "DIO_BNC", + "ports": [1], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "urukul", + "dds": "ad9910", + "ports": [2, 3], + "clk_sel": 2 + }, + { + "type": "urukul", + "dds": "ad9910", + "ports": [4, 5], + "clk_sel": 2 + }, + { + "type": "fastino", + "ports": [6] + } + ] +}