nexus: Fix FF naming
Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
parent
ee4e30ce8b
commit
2fc75bae79
@ -175,7 +175,7 @@ struct NexusFasmWriter
|
|||||||
char slice = 'A' + (z >> 3);
|
char slice = 'A' + (z >> 3);
|
||||||
push_tile(bel.tile, id_PLC);
|
push_tile(bel.tile, id_PLC);
|
||||||
push(stringf("SLICE%c", slice));
|
push(stringf("SLICE%c", slice));
|
||||||
push(stringf("FF%d", k));
|
push(stringf("REG%d", k));
|
||||||
write_bit("USED.YES");
|
write_bit("USED.YES");
|
||||||
write_enum(cell, "REGSET", "RESET");
|
write_enum(cell, "REGSET", "RESET");
|
||||||
write_enum(cell, "LSRMODE", "LSR");
|
write_enum(cell, "LSRMODE", "LSR");
|
||||||
|
Loading…
Reference in New Issue
Block a user