fabulous: fix I0mux naming

Signed-off-by: Leo Moser <leomoser99@gmail.com>
This commit is contained in:
Leo Moser 2026-02-24 10:24:42 +01:00
parent 764c6a6696
commit 33fdfd7c31
1 changed files with 1 additions and 1 deletions

View File

@ -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");