Add opt_lut_ins pass. (#1673)

This commit is contained in:
Marcelina Kościelnicka
2020-02-03 14:57:17 +01:00
committed by GitHub
parent 7033503cd9
commit 34d2fbd2f9
10 changed files with 367 additions and 4 deletions
+1
View File
@@ -343,6 +343,7 @@ struct SynthEcp5Pass : public ScriptPass
else
run("techmap -map +/ecp5/cells_map.v", "(with -D NO_LUT in vpr mode)");
run("opt_lut_ins -tech ecp5");
run("clean");
}