diff --git a/luh.json b/luh.json index 5f50eaa..dbd789f 100644 --- a/luh.json +++ b/luh.json @@ -17,37 +17,42 @@ "bank_direction_low": "output", "bank_direction_high": "output" }, - { - "type": "dio", - "ports": [2], - "bank_direction_low": "output", - "bank_direction_high": "output" - }, - { - "type": "sampler", - "ports": [3] - }, { "type": "urukul", - "ports": [4], + "ports": [3, 2], "clk_sel": 0, "refclk": 100e6, "pll_n": 40 }, { "type": "urukul", - "ports": [5], + "ports": [5, 4], + "clk_sel": 0, + "refclk": 100e6, + "pll_n": 40 + }, + { + "type": "urukul", + "ports": [7, 6], "clk_sel": 0, "refclk": 100e6, "pll_n": 40 }, { "type": "grabber", - "ports": [6] + "ports": [8] }, { - "type": "zotino", - "ports": [7] + "type": "fastino", + "ports": [9] + }, + { + "type": "fastino", + "ports": [10] + }, + { + "type": "fastino", + "ports": [11] } ] } diff --git a/qleds.json b/qleds.json index cdd72ce..4da1f3d 100644 --- a/qleds.json +++ b/qleds.json @@ -25,30 +25,36 @@ "bank_direction_high": "output" }, { - "type": "sampler", - "ports": [3] + "type": "dio", + "ports": [3], + "bank_direction_low": "output", + "bank_direction_high": "output" }, { "type": "urukul", - "ports": [6, 5], + "ports": [5, 4], "clk_sel": 0, "refclk": 100e6, "pll_n": 40 }, { "type": "urukul", - "ports": [8, 7], + "ports": [7, 6], "clk_sel": 0, "refclk": 100e6, "pll_n": 40 }, { "type": "urukul", - "ports": [10, 9], + "ports": [9, 8], "clk_sel": 0, "refclk": 100e6, "pll_n": 40 }, + { + "type": "zotino", + "ports": [10] + }, { "type": "zotino", "ports": [11]