1
0
mirror of synced 2026-01-27 20:48:53 +00:00

Do not call opt with -full before muxcover

This commit is contained in:
Eddie Hung
2019-06-26 11:38:28 -07:00
parent 80de03a7a6
commit 8d8261c71f

View File

@@ -288,7 +288,7 @@ struct SynthXilinxPass : public ScriptPass
}
if (check_label("fine")) {
run("opt -fast -full");
run("opt -fast");
run("memory_map");
run("dffsr2dff");
run("dff2dffe");