Commented line

This commit is contained in:
Miodrag Milanovic 2025-07-03 11:34:36 +02:00
parent 867402732e
commit 77396c7597
1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@ MsbRoutingCell::MsbRoutingCell(CellInfo *lower, CellInfo *upper, CellInfo *comp,
cplines->params[id_C_PY1_I] = Property(1, 1); // PY1_VAL -> POUTY1
cplines->params[id_C_PY2_I] = Property(1, 1); // PY2_VAL -> POUTY2
upper->params[id_C_O2] = Property(0b11, 2); // COMB2 -> OUT2
//upper->params[id_C_O2] = Property(0b11, 2); // COMB2 -> OUT2
}
void GateMatePacker::pack_mult()