From e4b35547d3d82a5fe3a201247951e659d71d6a05 Mon Sep 17 00:00:00 2001 From: SingularitySurfer Date: Wed, 9 Feb 2022 11:28:37 +0000 Subject: [PATCH] add npl7 --- npl7.json | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 npl7.json diff --git a/npl7.json b/npl7.json new file mode 100644 index 0000000..d0220b8 --- /dev/null +++ b/npl7.json @@ -0,0 +1,46 @@ +{ + "_description": "NPL Schioppo", + "target": "kasli", + "min_artiq_version": "6.0", + "variant": "npl7", + "hw_rev": "v2.0", + "ext_ref_frequency": 10e6, + "base": "standalone", + "core_addr": "10.34.16.100", + "vendor": "QUARTIQ", + "peripherals": [ + { + "type": "urukul", + "hw_rev": "v1.5", + "ports": [0, 1], + "clk_sel": 2, + "synchronization": true + }, + { + "type": "urukul", + "hw_rev": "v1.5", + "ports": [2, 3], + "clk_sel": 2, + "synchronization": true + }, + { + "type": "urukul", + "hw_rev": "v1.5", + "ports": [4, 5], + "clk_sel": 2, + "synchronization": true + }, + { + "type": "urukul", + "hw_rev": "v1.5", + "ports": [6, 7], + "clk_sel": 2, + "synchronization": true + }, + { + "type": "fastino", + "hw_rev": "v1.2", + "ports": [8] + } + ] +}