It is required to set all mandatory properties now

This commit is contained in:
Miodrag Milanovic 2026-01-23 10:26:52 +01:00
parent 275ba0ad81
commit 9f9acaeb87
1 changed files with 1 additions and 0 deletions

View File

@ -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;