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();