From 5ce34b59644772e27fdaff63c7208a46b6499252 Mon Sep 17 00:00:00 2001 From: Lofty Date: Tue, 16 Sep 2025 08:38:05 +0100 Subject: [PATCH] another multiplier fix --- himbaechel/uarch/gatemate/route_mult.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/himbaechel/uarch/gatemate/route_mult.cc b/himbaechel/uarch/gatemate/route_mult.cc index d19b6231..cd7ebba5 100644 --- a/himbaechel/uarch/gatemate/route_mult.cc +++ b/himbaechel/uarch/gatemate/route_mult.cc @@ -656,6 +656,7 @@ void route_mult_x2y1_upper_in8(Context *ctx, NetInfo *net, CellInfo *upper, Loc auto in_mux_p04_y = ctx->getWireByName(IdStringList::concat(x2y2, ctx->idf("IM.P04.Y"))); auto in_mux_p08 = ctx->getWireByName(IdStringList::concat(x2y2, ctx->idf("IM.P08.D6"))); + find_and_bind_downhill_pip(ctx, in_mux_p09, in_mux_p09_y, net); find_and_bind_downhill_pip(ctx, in_mux_p09_y, in_mux_p12, net); find_and_bind_downhill_pip(ctx, in_mux_p12, in_mux_p12_y, net); find_and_bind_downhill_pip(ctx, in_mux_p12_y, in_mux_p04, net);