nexus: Fix LIFCL-17 LRAM FASM

Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
gatecat 2021-03-30 11:56:07 +01:00
parent a6a92f6b6b
commit 7ae3f636ef

View File

@ -638,6 +638,8 @@ struct NexusFasmWriter
{
BelId bel = cell->bel;
push_bel(bel);
if (is_lifcl_17)
write_bit("MODE.LRAM_CORE");
write_enum(cell, "ASYNC_RST_RELEASE", "SYNC");
write_enum(cell, "EBR_SP_EN", "DISABLE");
write_enum(cell, "ECC_BYTE_SEL", "BYTE_EN");