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] } ] } 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] + } + ] +}