diff options
-rw-r--r-- | nexus/fasm.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nexus/fasm.cc b/nexus/fasm.cc index a68e524c..6ca5c9f3 100644 --- a/nexus/fasm.cc +++ b/nexus/fasm.cc @@ -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"); |