From d53f7740785c78c7105161a1e48b756e1466503c Mon Sep 17 00:00:00 2001 From: Lofty Date: Thu, 31 Jul 2025 14:54:43 +0100 Subject: [PATCH] re-disable multiplier packing --- himbaechel/uarch/gatemate/pack.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/himbaechel/uarch/gatemate/pack.cc b/himbaechel/uarch/gatemate/pack.cc index f2caef1d..393f56c7 100644 --- a/himbaechel/uarch/gatemate/pack.cc +++ b/himbaechel/uarch/gatemate/pack.cc @@ -397,7 +397,7 @@ void GateMateImpl::pack() packer.pack_misc(); packer.pack_ram(); packer.pack_serdes(); - packer.pack_mult(); + // packer.pack_mult(); packer.pack_addf(); packer.pack_cpe(); packer.remove_constants();