nexus: Fix FF naming

Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
David Shah 2020-01-11 20:12:50 +00:00
parent ee4e30ce8b
commit 2fc75bae79

View File

@ -175,7 +175,7 @@ struct NexusFasmWriter
char slice = 'A' + (z >> 3);
push_tile(bel.tile, id_PLC);
push(stringf("SLICE%c", slice));
push(stringf("FF%d", k));
push(stringf("REG%d", k));
write_bit("USED.YES");
write_enum(cell, "REGSET", "RESET");
write_enum(cell, "LSRMODE", "LSR");