3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-07 18:05:24 +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");