mirror of https://github.com/YosysHQ/yosys.git
Add -async2sync to help text as per @daveshah1
This commit is contained in:
parent
a9efd2e81c
commit
84f978bdc2
|
@ -50,6 +50,9 @@ struct EquivOptPass:public ScriptPass
|
||||||
log(" -multiclock\n");
|
log(" -multiclock\n");
|
||||||
log(" run clk2fflogic before equivalence checking.\n");
|
log(" run clk2fflogic before equivalence checking.\n");
|
||||||
log("\n");
|
log("\n");
|
||||||
|
log(" -async2sync\n");
|
||||||
|
log(" run async2sync before equivalence checking.\n");
|
||||||
|
log("\n");
|
||||||
log(" -undef\n");
|
log(" -undef\n");
|
||||||
log(" enable modelling of undef states during equiv_induct.\n");
|
log(" enable modelling of undef states during equiv_induct.\n");
|
||||||
log("\n");
|
log("\n");
|
||||||
|
|
Loading…
Reference in New Issue