From 3ef3dba060a774f6b00b6fa9309320a409b3f708 Mon Sep 17 00:00:00 2001 From: SingularitySurfer Date: Thu, 26 Nov 2020 13:05:27 +0000 Subject: [PATCH] add innsbruck, birmingham --- innsbruck4.json | 48 +++++++++++++++++++++++++++++++++++++++++ ubirmingham2.json | 54 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 102 insertions(+) create mode 100644 innsbruck4.json create mode 100644 ubirmingham2.json diff --git a/innsbruck4.json b/innsbruck4.json new file mode 100644 index 0000000..42d7f6c --- /dev/null +++ b/innsbruck4.json @@ -0,0 +1,48 @@ +{ + "_description": "Innsbruck Bykov", + "target": "kasli", + "variant": "innsbruck4", + "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.1", + "bank_direction_low": "input", + "bank_direction_high": "output" + }, + { + "type": "dio", + "board": "DIO_SMA", + "ports": [1], + "hw_rev": "v1.1", + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "sampler", + "hw_rev": "v2.2", + "ports": [2, 3] + }, + { + "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 + } + ] +} diff --git a/ubirmingham2.json b/ubirmingham2.json new file mode 100644 index 0000000..0e498fd --- /dev/null +++ b/ubirmingham2.json @@ -0,0 +1,54 @@ +{ + "_description": "Birmingham Jones", + "target": "kasli", + "variant": "ubirmingham2", + "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.1", + "bank_direction_low": "input", + "bank_direction_high": "output" + }, + { + "type": "dio", + "board": "DIO_SMA", + "ports": [1], + "hw_rev": "v1.1", + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "sampler", + "hw_rev": "v2.2", + "ports": [2, 3] + }, + { + "type": "urukul", + "hw_rev": "v1.4", + "variant": "AD9912", + "ports": [4, 5], + "dds": "ad9912", + "clk_sel": 2 + }, + { + "type": "urukul", + "hw_rev": "v1.5", + "ports": [6, 7], + "clk_sel": 2, + "synchronization": true + }, + { + "type": "zotino", + "hw_rev": "v1.3", + "ports": [10] + } + ] +}