From 5f6785e05a1c7d30631045f8309233c5deb8292b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20J=C3=B6rdens?= Date: Thu, 7 Apr 2022 17:04:18 +0200 Subject: [PATCH] olomouc: update --- olomouc.json | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/olomouc.json b/olomouc.json index 096a0b3..be5c8a5 100644 --- a/olomouc.json +++ b/olomouc.json @@ -3,7 +3,7 @@ "variant": "olomouc", "hw_rev": "v1.1", "base": "standalone", - "core_addr": "10.0.16.100", + "core_addr": "192.168.0.57", "ext_ref_frequency": 10e6, "vendor": "QUARTIQ", "peripherals": [ @@ -33,6 +33,30 @@ "ports": [ 3 ] + }, + { + "type": "dio", + "board": "DIO_SMA", + "hw_rev": "v1.3", + "ports": [ + 4 + ], + "bank_direction_low": "input", + "bank_direction_high": "output" + }, + { + "type": "dio", + "board": "DIO_BNC", + "hw_rev": "v1.3", + "ports": [ + 5 + ], + "bank_direction_low": "input", + "bank_direction_high": "output" + }, + { + "type": "sampler", + "ports": [6, 7] } ] }