mirror of https://github.com/YosysHQ/nextpnr.git
fabulous: fix I0mux naming
Signed-off-by: Leo Moser <leomoser99@gmail.com>
This commit is contained in:
parent
764c6a6696
commit
33fdfd7c31
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in New Issue