From 1377fda71b1d8e9b2a7bd76a5da717a30be68147 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20J=C3=B6rdens?= Date: Thu, 9 May 2019 07:53:16 +0000 Subject: [PATCH] mpik: swap zotino port --- mpik.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mpik.json b/mpik.json index c0e062a..fbb02f4 100644 --- a/mpik.json +++ b/mpik.json @@ -41,12 +41,12 @@ }, { "type": "urukul", - "ports": [10, 11], + "ports": [9, 10], "clk_sel": 2 }, { "type": "zotino", - "ports": [9] + "ports": [11] } ] }