1
0
mirror of synced 2026-04-02 21:07:37 +00:00

Merge pull request #752 from Icenowy/anlogic-lut-cost

Anlogic: let LUT5/6 have more cost than LUT4-
This commit is contained in:
Clifford Wolf
2018-12-19 19:52:31 +01:00
committed by GitHub

View File

@@ -176,7 +176,7 @@ struct SynthAnlogicPass : public ScriptPass
if (check_label("map_luts"))
{
run("abc -lut 6");
run("abc -lut 4:6");
run("clean");
}