From 3d25e0acec3b72cbfca2c103cfe57572846fe7e5 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Fri, 27 Jun 2025 13:05:57 +0200 Subject: [PATCH] Use Booth multipliers for GateMate --- techlibs/gatemate/synth_gatemate.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/techlibs/gatemate/synth_gatemate.cc b/techlibs/gatemate/synth_gatemate.cc index fa36252f5..c1148f213 100644 --- a/techlibs/gatemate/synth_gatemate.cc +++ b/techlibs/gatemate/synth_gatemate.cc @@ -237,6 +237,7 @@ struct SynthGateMatePass : public ScriptPass if (check_label("coarse")) { + run("booth"); run("alumacc"); run("opt"); run("memory -nomap");