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:
parent
513f0f16dd
commit
3d25e0acec
1 changed files with 1 additions and 0 deletions
|
@ -237,6 +237,7 @@ struct SynthGateMatePass : public ScriptPass
|
||||||
|
|
||||||
if (check_label("coarse"))
|
if (check_label("coarse"))
|
||||||
{
|
{
|
||||||
|
run("booth");
|
||||||
run("alumacc");
|
run("alumacc");
|
||||||
run("opt");
|
run("opt");
|
||||||
run("memory -nomap");
|
run("memory -nomap");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue