From ca3040da8229f2ea4001dce89b45786b55555aea Mon Sep 17 00:00:00 2001 From: SingularitySurfer Date: Fri, 5 Nov 2021 16:33:06 +0000 Subject: [PATCH] add Infineon --- infineon.json | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 infineon.json diff --git a/infineon.json b/infineon.json new file mode 100644 index 0000000..5397397 --- /dev/null +++ b/infineon.json @@ -0,0 +1,61 @@ +{ + "_description": "Infineon", + "target": "kasli", + "min_artiq_version": "6.0", + "variant": "infineon", + "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_RJ45", + "ports": [1], + "hw_rev": "v1.2", + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "dio", + "board": "DIO_RJ45", + "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": "fastino", + "hw_rev": "v1.2", + "ports": [7] + }, + { + "type": "grabber", + "hw_rev": "v1.1", + "ports": [10] + } + ] +}