From a0fc67251bc2c49ee6324866f70da981878a0a7d Mon Sep 17 00:00:00 2001 From: SingularitySurfer Date: Wed, 9 Dec 2020 12:53:30 +0000 Subject: [PATCH 1/2] corrected Zotino EEM port --- innsbruck3.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/innsbruck3.json b/innsbruck3.json index af9a7dd..151b009 100644 --- a/innsbruck3.json +++ b/innsbruck3.json @@ -58,7 +58,7 @@ { "type": "zotino", "hw_rev": "v1.3", - "ports": [8] + "ports": [10] } ] } From 52e7ebb4a954fda21ea11f5f77e03686f7a11479 Mon Sep 17 00:00:00 2001 From: SingularitySurfer Date: Wed, 9 Dec 2020 16:08:11 +0000 Subject: [PATCH 2/2] added innsbruck5 --- innsbruck5.json | 63 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 innsbruck5.json diff --git a/innsbruck5.json b/innsbruck5.json new file mode 100644 index 0000000..00a24f1 --- /dev/null +++ b/innsbruck5.json @@ -0,0 +1,63 @@ +{ + "_description": "UIBK Guevara-Bertsch", + "target": "kasli", + "variant": "innsbruck5", + "hw_rev": "v2.0", + "base": "standalone", + "core_addr": "10.34.16.100", + "vendor": "QUARTIQ", + "ext_ref_frequency": 10e6, + "peripherals": [ + { + "type": "dio", + "board": "DIO_SMA", + "hw_rev": "v1.1", + "ports": [0], + "edge_counter": true, + "bank_direction_low": "input", + "bank_direction_high": "output" + }, + { + "type": "dio", + "board": "DIO_SMA", + "hw_rev": "v1.1", + "ports": [1], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "dio", + "board": "DIO_SMA", + "hw_rev": "v1.1", + "ports": [2], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "urukul", + "hw_rev": "v1.5", + "ports": [3, 4], + "synchronization": true, + "clk_sel": 2 + }, + { + "type": "urukul", + "hw_rev": "v1.5", + "ports": [5, 6], + "synchronization": true, + "clk_sel": 2 + }, + { + "type": "urukul", + "hw_rev": "v1.5", + "ports": [7, 10], + "synchronization": true, + "clk_sel": 2 + }, + { + "type": "zotino", + "hw_rev": "v1.3", + "ports": [11] + } + ] +}