From f7c10bedbc0e6ad1d6244b837f82323e60c17edb Mon Sep 17 00:00:00 2001 From: SingularitySurfer Date: Fri, 6 Aug 2021 09:58:00 +0000 Subject: [PATCH] add innsbruck7 --- innsbruck7.json | 68 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 innsbruck7.json diff --git a/innsbruck7.json b/innsbruck7.json new file mode 100644 index 0000000..7f4a9a6 --- /dev/null +++ b/innsbruck7.json @@ -0,0 +1,68 @@ +{ + "_description": "Innsbruck Ollikainen", + "target": "kasli", + "min_artiq_version": "6.0", + "variant": "innsbruck7", + "hw_rev": "v2.0", + "ext_ref_frequency": 10e6, + "base": "standalone", + "core_addr": "10.34.16.100", + "vendor": "QUARTIQ", + "peripherals": [ + { + "type": "dio", + "board": "DIO_SMA", + "ports": [0], + "hw_rev": "v1.2", + "bank_direction_low": "input", + "bank_direction_high": "output" + }, + { + "type": "dio", + "board": "DIO_SMA", + "ports": [1], + "hw_rev": "v1.2", + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "dio", + "board": "DIO_SMA", + "ports": [2], + "hw_rev": "v1.2", + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "urukul", + "hw_rev": "v1.5", + "ports": [3,4], + "clk_sel": 2, + "synchronization": true + }, + { + "type": "urukul", + "hw_rev": "v1.5", + "ports": [5,6], + "clk_sel": 2, + "synchronization": true + }, + { + "type": "zotino", + "hw_rev": "v1.3", + "ports": [7] + }, + { + "type": "urukul", + "hw_rev": "v1.5", + "ports": [8,9], + "clk_sel": 2, + "synchronization": true + }, + { + "type": "grabber", + "hw_rev": "v1.1", + "ports": [10,11] + } + ] +}