nexus: Fix LIFCL-17 LRAM FASM
Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
parent
a6a92f6b6b
commit
7ae3f636ef
@ -638,6 +638,8 @@ struct NexusFasmWriter
|
|||||||
{
|
{
|
||||||
BelId bel = cell->bel;
|
BelId bel = cell->bel;
|
||||||
push_bel(bel);
|
push_bel(bel);
|
||||||
|
if (is_lifcl_17)
|
||||||
|
write_bit("MODE.LRAM_CORE");
|
||||||
write_enum(cell, "ASYNC_RST_RELEASE", "SYNC");
|
write_enum(cell, "ASYNC_RST_RELEASE", "SYNC");
|
||||||
write_enum(cell, "EBR_SP_EN", "DISABLE");
|
write_enum(cell, "EBR_SP_EN", "DISABLE");
|
||||||
write_enum(cell, "ECC_BYTE_SEL", "BYTE_EN");
|
write_enum(cell, "ECC_BYTE_SEL", "BYTE_EN");
|
||||||
|
Loading…
Reference in New Issue
Block a user