From 52f15e1eb9270f8f6dcc0bf90c9df6d1b9d45923 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20J=C3=B6rdens?= Date: Tue, 15 Jun 2021 09:00:26 +0000 Subject: [PATCH] stuttgart: swap two urukuls This was apparently causing Vivado to miscompile and resulted in non-functional bitstreams. --- stuttgart.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stuttgart.json b/stuttgart.json index b4b99cc..1975b6f 100644 --- a/stuttgart.json +++ b/stuttgart.json @@ -37,13 +37,13 @@ "type": "suservo", "sampler_ports": [3, 4], "urukul0_ports": [5, 6], - "urukul1_ports": [7, 8], + "urukul1_ports": [9, 10], "clk_sel": 2 }, { "type": "urukul", "hw_rev": "v1.5", - "ports": [9, 10], + "ports": [7, 8], "clk_sel": 2, "synchronization": true },