3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-23 09:05:32 +00:00

Added help for command line options

This commit is contained in:
Clifford Wolf 2013-02-28 13:13:56 +01:00
parent eb2df220df
commit 6ac41b2bb1
3 changed files with 69 additions and 7 deletions

View file

@ -614,7 +614,7 @@ struct AbcPass : public Pass {
log("\n");
log(" -nocleanup\n");
log(" when this option is used, the tempprary files created be this pass\n");
log(" are not removed. this is usefull for debugging.\n");
log(" are not removed. this is useful for debugging.\n");
log("\n");
log("This pass does not operate on modules with uprocessed processes in it.\n");
log("(I.e. the 'proc' pass should be used first to convert processes to netlists.)\n");