From 33fdfd7c31834c72fc4700c04169e64963e4355e Mon Sep 17 00:00:00 2001 From: Leo Moser Date: Tue, 24 Feb 2026 10:24:42 +0100 Subject: [PATCH] fabulous: fix I0mux naming Signed-off-by: Leo Moser --- generic/viaduct/fabulous/fasm.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generic/viaduct/fabulous/fasm.cc b/generic/viaduct/fabulous/fasm.cc index a2733502..650511bc 100644 --- a/generic/viaduct/fabulous/fasm.cc +++ b/generic/viaduct/fabulous/fasm.cc @@ -170,7 +170,7 @@ struct FabFasmWriter unsigned width = 1U << cfg.clb.lut_k; write_int_vector(stringf("INIT[%d:0]", width - 1), init, width); // todo lut depermute and thru if (bool_or_default(lc->params, id_I0MUX, false)) - add_feature("IOmux"); // typo in FABulous? + add_feature("I0mux"); } if (lc->type == id_FABULOUS_LC) { write_bool(lc, "FF");