mirror of https://github.com/YosysHQ/yosys.git
Fix minor typo in "prep" help message
This commit is contained in:
parent
292984896b
commit
b66d50e62d
|
@ -63,7 +63,7 @@ struct PrepPass : public ScriptPass
|
|||
log(" -nordff\n");
|
||||
log(" passed to 'memory_dff'. prohibits merging of FFs into memory read ports\n");
|
||||
log("\n");
|
||||
log(" -nokeepdc\n");
|
||||
log(" -nokeepdc\n");
|
||||
log(" do not call opt_* with -keepdc\n");
|
||||
log("\n");
|
||||
log(" -run <from_label>[:<to_label>]\n");
|
||||
|
|
Loading…
Reference in New Issue