From 313201bedbb8d6881bb7edc9ab392b1585a1c419 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Mon, 22 Dec 2025 10:30:20 +0100 Subject: [PATCH] remove commented lines --- himbaechel/uarch/gatemate/pack_cpe.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/himbaechel/uarch/gatemate/pack_cpe.cc b/himbaechel/uarch/gatemate/pack_cpe.cc index ef614975..5ea2868e 100644 --- a/himbaechel/uarch/gatemate/pack_cpe.cc +++ b/himbaechel/uarch/gatemate/pack_cpe.cc @@ -238,9 +238,7 @@ void GateMatePacker::pack_cpe() if (ci.type == id_CC_LUT1) val = val << 2 | val; ci.params[id_INIT_L10] = Property(val, 4); - // ci.params[id_INIT_L00] = Property(val, 4); ci.unsetParam(id_INIT); - // ci.params[id_INIT_L10] = Property(LUT_D0, 4); } else { ci.renamePort(id_I0, id_D0_00); ci.renamePort(id_I1, id_D1_00); @@ -302,7 +300,6 @@ void GateMatePacker::pack_cpe() upper->constr_abs_z = true; upper->constr_z = CPE_LT_U_Z; ci->movePortTo(id_I4, upper, id_D0_10); - // upper->params[id_INIT_L00] = Property(LUT_D0, 4); upper->params[id_INIT_L10] = Property(LUT_D0, 4); ci->constr_children.push_back(upper);