mirror of https://github.com/YosysHQ/yosys.git
Do not call opt with -full before muxcover
This commit is contained in:
parent
80de03a7a6
commit
8d8261c71f
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue