From 9f9acaeb87d563d8e83a40fc8638acd42dfccc74 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Fri, 23 Jan 2026 10:26:52 +0100 Subject: [PATCH] It is required to set all mandatory properties now --- himbaechel/uarch/gatemate/pack_cpe.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/himbaechel/uarch/gatemate/pack_cpe.cc b/himbaechel/uarch/gatemate/pack_cpe.cc index 6af91cde..cbb6223c 100644 --- a/himbaechel/uarch/gatemate/pack_cpe.cc +++ b/himbaechel/uarch/gatemate/pack_cpe.cc @@ -573,6 +573,7 @@ void GateMatePacker::pack_addf() CellInfo *ci_cplines = create_cell_ptr(id_CPE_CPLINES, ctx->idf("%s$ci_cplines", root->name.c_str(ctx))); ci_cplines->params[id_C_SELY1] = Property(1, 1); + ci_cplines->params[id_C_SEL_C] = Property(0, 1); ci_cplines->params[id_C_CY1_I] = Property(1, 1); root->constr_children.push_back(ci_cplines); ci_cplines->cluster = root->name;