From 7ae3f636ef2a11db991d95ec34ad30c10c8f3f64 Mon Sep 17 00:00:00 2001 From: gatecat Date: Tue, 30 Mar 2021 11:56:07 +0100 Subject: nexus: Fix LIFCL-17 LRAM FASM Signed-off-by: gatecat --- nexus/fasm.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nexus') 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"); -- cgit v1.2.3