remove possibly-inaccurate comments

This commit is contained in:
Lofty 2025-11-21 17:17:17 +00:00
parent 0b8201ac88
commit 7b821d5f5b
1 changed files with 3 additions and 3 deletions

View File

@ -927,9 +927,9 @@ void GateMatePacker::pack_mult()
auto *p_passthru =
create_cell_ptr(id_CPE_L2T4, ctx->idf("%s$p[%d]_passthru", cpe_half->name.c_str(ctx), p));
p_passthru->params[id_INIT_L00] = Property(LUT_D0, 4); // IN5
p_passthru->params[id_INIT_L01] = Property(LUT_ZERO, 4); // (unused)
p_passthru->params[id_INIT_L10] = Property(LUT_D0, 4); // L02
p_passthru->params[id_INIT_L00] = Property(LUT_D0, 4);
p_passthru->params[id_INIT_L01] = Property(LUT_ZERO, 4);
p_passthru->params[id_INIT_L10] = Property(LUT_D0, 4);
// Reconfigure the flop.
dff->renamePort(id_D, id_DIN);