From 54f5958ab67d9884bb833ffb8c8eb70dedf28feb Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Mon, 7 Jul 2025 09:57:24 +0200 Subject: [PATCH] Disable multiplier usage for now --- 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 23ff058e..840e95fd 100644 --- a/himbaechel/uarch/gatemate/pack.cc +++ b/himbaechel/uarch/gatemate/pack.cc @@ -302,7 +302,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();