From 2d63016b0a1e0b82d1f555234c3c3a7869e45f8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20J=C3=B6rdens?= Date: Thu, 26 Sep 2019 15:39:40 +0000 Subject: [PATCH] add mpq --- mpq.json | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 mpq.json diff --git a/mpq.json b/mpq.json new file mode 100644 index 0000000..4e4e45a --- /dev/null +++ b/mpq.json @@ -0,0 +1,67 @@ +{ + "target": "kasli", + "variant": "mpq", + "hw_rev": "v1.1", + "base": "standalone", + "core_addr": "10.0.16.100", + "vendor": "QUARTIQ", + "eui48": [ + "80-1f-12-4c-24-c1" + ], + "peripherals": [ + { + "type": "dio", + "board": "DIO_BNC", + "hw_rev": "v1.3", + "ports": [ + 0 + ], + "bank_direction_low": "input", + "bank_direction_high": "output", + "eui48": [ + "80-1f-12-4b-ca-33" + ] + }, + { + "type": "dio", + "board": "DIO_BNC", + "hw_rev": "v1.3", + "ports": [ + 1 + ], + "bank_direction_low": "output", + "bank_direction_high": "output", + "eui48": [ + "80-1f-12-4b-a5-90" + ] + }, + { + "type": "urukul", + "hw_rev": "v1.3", + "ports": [ + 3, + 4 + ], + "synchronization": true, + "clk_sel": 2, + "eui48": [ + "80-1f-12-48-a2-0c", + "80-1f-12-48-b6-d0" + ] + }, + { + "type": "urukul", + "hw_rev": "v1.3", + "ports": [ + 5, + 6 + ], + "synchronization": true, + "clk_sel": 2, + "eui48": [ + "80-1f-12-48-84-83", + "80-1f-12-48-f6-fb" + ] + } + ] +} \ No newline at end of file