3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-19 10:52:03 +00:00

Use Booth multipliers for GateMate

This commit is contained in:
Miodrag Milanovic 2025-06-27 13:05:57 +02:00
parent 513f0f16dd
commit 3d25e0acec

View file

@ -237,6 +237,7 @@ struct SynthGateMatePass : public ScriptPass
if (check_label("coarse"))
{
run("booth");
run("alumacc");
run("opt");
run("memory -nomap");