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
1 changed files with 1 additions and 1 deletions

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");