Restore part of doc

This commit is contained in:
Eddie Hung 2019-10-03 10:51:53 -07:00
parent bd5889640b
commit a9efd2e81c
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,8 @@ struct EquivOptPass:public ScriptPass
log("\n");
log(" equiv_opt [options] [command]\n");
log("\n");
log("This command checks circuit equivalence before and after an optimization pass.\n");
log("This command uses temporal induction to check circuit equivalence before and\n");
log("after an optimization pass.\n");
log("\n");
log(" -run <from_label>:<to_label>\n");
log(" only run the commands between the labels (see below). an empty\n");